com.trackstudio.soap.client
Class AclBean

java.lang.Object
  extended by com.trackstudio.soap.client.AclBean
All Implemented Interfaces:
java.io.Serializable

public class AclBean
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AclBean()
           
AclBean(java.lang.String groupId, java.lang.String id, boolean override, java.lang.String ownerId, java.lang.String prstatusId, java.lang.String taskId, java.lang.String toUserId, java.lang.String userId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getGroupId()
          Gets the groupId value for this AclBean.
 java.lang.String getId()
          Gets the id value for this AclBean.
 java.lang.String getOwnerId()
          Gets the ownerId value for this AclBean.
 java.lang.String getPrstatusId()
          Gets the prstatusId value for this AclBean.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getTaskId()
          Gets the taskId value for this AclBean.
 java.lang.String getToUserId()
          Gets the toUserId value for this AclBean.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUserId()
          Gets the userId value for this AclBean.
 int hashCode()
           
 boolean isOverride()
          Gets the override value for this AclBean.
 void setGroupId(java.lang.String groupId)
          Sets the groupId value for this AclBean.
 void setId(java.lang.String id)
          Sets the id value for this AclBean.
 void setOverride(boolean override)
          Sets the override value for this AclBean.
 void setOwnerId(java.lang.String ownerId)
          Sets the ownerId value for this AclBean.
 void setPrstatusId(java.lang.String prstatusId)
          Sets the prstatusId value for this AclBean.
 void setTaskId(java.lang.String taskId)
          Sets the taskId value for this AclBean.
 void setToUserId(java.lang.String toUserId)
          Sets the toUserId value for this AclBean.
 void setUserId(java.lang.String userId)
          Sets the userId value for this AclBean.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AclBean

public AclBean()

AclBean

public AclBean(java.lang.String groupId,
               java.lang.String id,
               boolean override,
               java.lang.String ownerId,
               java.lang.String prstatusId,
               java.lang.String taskId,
               java.lang.String toUserId,
               java.lang.String userId)
Method Detail

getGroupId

public java.lang.String getGroupId()
Gets the groupId value for this AclBean.

Returns:
groupId

setGroupId

public void setGroupId(java.lang.String groupId)
Sets the groupId value for this AclBean.

Parameters:
groupId -

getId

public java.lang.String getId()
Gets the id value for this AclBean.

Returns:
id

setId

public void setId(java.lang.String id)
Sets the id value for this AclBean.

Parameters:
id -

isOverride

public boolean isOverride()
Gets the override value for this AclBean.

Returns:
override

setOverride

public void setOverride(boolean override)
Sets the override value for this AclBean.

Parameters:
override -

getOwnerId

public java.lang.String getOwnerId()
Gets the ownerId value for this AclBean.

Returns:
ownerId

setOwnerId

public void setOwnerId(java.lang.String ownerId)
Sets the ownerId value for this AclBean.

Parameters:
ownerId -

getPrstatusId

public java.lang.String getPrstatusId()
Gets the prstatusId value for this AclBean.

Returns:
prstatusId

setPrstatusId

public void setPrstatusId(java.lang.String prstatusId)
Sets the prstatusId value for this AclBean.

Parameters:
prstatusId -

getTaskId

public java.lang.String getTaskId()
Gets the taskId value for this AclBean.

Returns:
taskId

setTaskId

public void setTaskId(java.lang.String taskId)
Sets the taskId value for this AclBean.

Parameters:
taskId -

getToUserId

public java.lang.String getToUserId()
Gets the toUserId value for this AclBean.

Returns:
toUserId

setToUserId

public void setToUserId(java.lang.String toUserId)
Sets the toUserId value for this AclBean.

Parameters:
toUserId -

getUserId

public java.lang.String getUserId()
Gets the userId value for this AclBean.

Returns:
userId

setUserId

public void setUserId(java.lang.String userId)
Sets the userId value for this AclBean.

Parameters:
userId -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2002-2005 TrackStudio, Ltd. All Rights Reserved.