|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trackstudio.soap.client.TransitionBean
public class TransitionBean
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 |
---|
public TransitionBean()
public TransitionBean(java.lang.String finishId, java.lang.String id, java.lang.String mstatusId, java.lang.String startId)
Method Detail |
---|
public java.lang.String getFinishId()
public void setFinishId(java.lang.String finishId)
finishId
- public java.lang.String getId()
public void setId(java.lang.String id)
id
- public java.lang.String getMstatusId()
public void setMstatusId(java.lang.String mstatusId)
mstatusId
- public java.lang.String getStartId()
public void setStartId(java.lang.String startId)
startId
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |