public class WorkflowTransitionSoapRow extends Object implements Serializable
| Constructor and Description |
|---|
WorkflowTransitionSoapRow() |
WorkflowTransitionSoapRow(Integer displayOrder,
String fromStatusName,
String[] requiredFields,
String toStatusName) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public Integer getDisplayOrder()
public void setDisplayOrder(Integer displayOrder)
displayOrder - public String getFromStatusName()
public void setFromStatusName(String fromStatusName)
fromStatusName - public String[] getRequiredFields()
public void setRequiredFields(String[] requiredFields)
requiredFields - public String getToStatusName()
public void setToStatusName(String toStatusName)
toStatusName - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2004-2014 Hudson. All Rights Reserved.