com.trackstudio.soap.client
Class TransitionBean

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

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

See Also:
Serialized Form

Constructor Summary
TransitionBean()
           
TransitionBean(java.lang.String finishId, java.lang.String id, java.lang.String mstatusId, java.lang.String startId)
           
 
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 getFinishId()
          Gets the finishId value for this TransitionBean.
 java.lang.String getId()
          Gets the id value for this TransitionBean.
 java.lang.String getMstatusId()
          Gets the mstatusId value for this TransitionBean.
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 getStartId()
          Gets the startId value for this TransitionBean.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setFinishId(java.lang.String finishId)
          Sets the finishId value for this TransitionBean.
 void setId(java.lang.String id)
          Sets the id value for this TransitionBean.
 void setMstatusId(java.lang.String mstatusId)
          Sets the mstatusId value for this TransitionBean.
 void setStartId(java.lang.String startId)
          Sets the startId value for this TransitionBean.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransitionBean

public TransitionBean()

TransitionBean

public TransitionBean(java.lang.String finishId,
                      java.lang.String id,
                      java.lang.String mstatusId,
                      java.lang.String startId)
Method Detail

getFinishId

public java.lang.String getFinishId()
Gets the finishId value for this TransitionBean.

Returns:
finishId

setFinishId

public void setFinishId(java.lang.String finishId)
Sets the finishId value for this TransitionBean.

Parameters:
finishId -

getId

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

Returns:
id

setId

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

Parameters:
id -

getMstatusId

public java.lang.String getMstatusId()
Gets the mstatusId value for this TransitionBean.

Returns:
mstatusId

setMstatusId

public void setMstatusId(java.lang.String mstatusId)
Sets the mstatusId value for this TransitionBean.

Parameters:
mstatusId -

getStartId

public java.lang.String getStartId()
Gets the startId value for this TransitionBean.

Returns:
startId

setStartId

public void setStartId(java.lang.String startId)
Sets the startId value for this TransitionBean.

Parameters:
startId -

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.