hudson.plugins.sfee.webservice
Class WorkflowTransitionSoapRow

java.lang.Object
  extended by hudson.plugins.sfee.webservice.WorkflowTransitionSoapRow
All Implemented Interfaces:
Serializable

public class WorkflowTransitionSoapRow
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
WorkflowTransitionSoapRow()
           
WorkflowTransitionSoapRow(Integer displayOrder, String fromStatusName, String[] requiredFields, String toStatusName)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Integer getDisplayOrder()
          Gets the displayOrder value for this WorkflowTransitionSoapRow.
 String getFromStatusName()
          Gets the fromStatusName value for this WorkflowTransitionSoapRow.
 String[] getRequiredFields()
          Gets the requiredFields value for this WorkflowTransitionSoapRow.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getToStatusName()
          Gets the toStatusName value for this WorkflowTransitionSoapRow.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDisplayOrder(Integer displayOrder)
          Sets the displayOrder value for this WorkflowTransitionSoapRow.
 void setFromStatusName(String fromStatusName)
          Sets the fromStatusName value for this WorkflowTransitionSoapRow.
 void setRequiredFields(String[] requiredFields)
          Sets the requiredFields value for this WorkflowTransitionSoapRow.
 void setToStatusName(String toStatusName)
          Sets the toStatusName value for this WorkflowTransitionSoapRow.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowTransitionSoapRow

public WorkflowTransitionSoapRow()

WorkflowTransitionSoapRow

public WorkflowTransitionSoapRow(Integer displayOrder,
                                 String fromStatusName,
                                 String[] requiredFields,
                                 String toStatusName)
Method Detail

getDisplayOrder

public Integer getDisplayOrder()
Gets the displayOrder value for this WorkflowTransitionSoapRow.

Returns:
displayOrder

setDisplayOrder

public void setDisplayOrder(Integer displayOrder)
Sets the displayOrder value for this WorkflowTransitionSoapRow.

Parameters:
displayOrder -

getFromStatusName

public String getFromStatusName()
Gets the fromStatusName value for this WorkflowTransitionSoapRow.

Returns:
fromStatusName

setFromStatusName

public void setFromStatusName(String fromStatusName)
Sets the fromStatusName value for this WorkflowTransitionSoapRow.

Parameters:
fromStatusName -

getRequiredFields

public String[] getRequiredFields()
Gets the requiredFields value for this WorkflowTransitionSoapRow.

Returns:
requiredFields

setRequiredFields

public void setRequiredFields(String[] requiredFields)
Sets the requiredFields value for this WorkflowTransitionSoapRow.

Parameters:
requiredFields -

getToStatusName

public String getToStatusName()
Gets the toStatusName value for this WorkflowTransitionSoapRow.

Returns:
toStatusName

setToStatusName

public void setToStatusName(String toStatusName)
Sets the toStatusName value for this WorkflowTransitionSoapRow.

Parameters:
toStatusName -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2004-2012 Hudson. All Rights Reserved.