com.trackstudio.soap.client
Class RegistrationBean

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

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

See Also:
Serialized Form

Constructor Summary
RegistrationBean()
           
RegistrationBean(java.lang.String categoryId, java.lang.Integer childAllowed, java.lang.Integer expireDays, java.lang.String id, java.lang.String name, java.lang.String prstatusId, java.lang.String taskId, java.lang.String userId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCategoryId()
          Gets the categoryId value for this RegistrationBean.
 java.lang.Integer getChildAllowed()
          Gets the childAllowed value for this RegistrationBean.
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.Integer getExpireDays()
          Gets the expireDays value for this RegistrationBean.
 java.lang.String getId()
          Gets the id value for this RegistrationBean.
 java.lang.String getName()
          Gets the name value for this RegistrationBean.
 java.lang.String getPrstatusId()
          Gets the prstatusId value for this RegistrationBean.
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 RegistrationBean.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUserId()
          Gets the userId value for this RegistrationBean.
 int hashCode()
           
 void setCategoryId(java.lang.String categoryId)
          Sets the categoryId value for this RegistrationBean.
 void setChildAllowed(java.lang.Integer childAllowed)
          Sets the childAllowed value for this RegistrationBean.
 void setExpireDays(java.lang.Integer expireDays)
          Sets the expireDays value for this RegistrationBean.
 void setId(java.lang.String id)
          Sets the id value for this RegistrationBean.
 void setName(java.lang.String name)
          Sets the name value for this RegistrationBean.
 void setPrstatusId(java.lang.String prstatusId)
          Sets the prstatusId value for this RegistrationBean.
 void setTaskId(java.lang.String taskId)
          Sets the taskId value for this RegistrationBean.
 void setUserId(java.lang.String userId)
          Sets the userId value for this RegistrationBean.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationBean

public RegistrationBean()

RegistrationBean

public RegistrationBean(java.lang.String categoryId,
                        java.lang.Integer childAllowed,
                        java.lang.Integer expireDays,
                        java.lang.String id,
                        java.lang.String name,
                        java.lang.String prstatusId,
                        java.lang.String taskId,
                        java.lang.String userId)
Method Detail

getCategoryId

public java.lang.String getCategoryId()
Gets the categoryId value for this RegistrationBean.

Returns:
categoryId

setCategoryId

public void setCategoryId(java.lang.String categoryId)
Sets the categoryId value for this RegistrationBean.

Parameters:
categoryId -

getChildAllowed

public java.lang.Integer getChildAllowed()
Gets the childAllowed value for this RegistrationBean.

Returns:
childAllowed

setChildAllowed

public void setChildAllowed(java.lang.Integer childAllowed)
Sets the childAllowed value for this RegistrationBean.

Parameters:
childAllowed -

getExpireDays

public java.lang.Integer getExpireDays()
Gets the expireDays value for this RegistrationBean.

Returns:
expireDays

setExpireDays

public void setExpireDays(java.lang.Integer expireDays)
Sets the expireDays value for this RegistrationBean.

Parameters:
expireDays -

getId

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

Returns:
id

setId

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

Parameters:
id -

getName

public java.lang.String getName()
Gets the name value for this RegistrationBean.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this RegistrationBean.

Parameters:
name -

getPrstatusId

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

Returns:
prstatusId

setPrstatusId

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

Parameters:
prstatusId -

getTaskId

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

Returns:
taskId

setTaskId

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

Parameters:
taskId -

getUserId

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

Returns:
userId

setUserId

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

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.