|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.client.portlet.workflow.model.WorkflowDefinition
Constructor Summary | |
WorkflowDefinition()
|
|
WorkflowDefinition(long definitionId,
java.lang.String name,
java.lang.String type,
double version,
java.lang.String xml)
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
long |
getDefinitionId()
Gets the definitionId value for this WorkflowDefinition. |
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 |
getName()
Gets the name value for this WorkflowDefinition. |
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 |
getType()
Gets the type value for this WorkflowDefinition. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
double |
getVersion()
Gets the version value for this WorkflowDefinition. |
java.lang.String |
getXml()
Gets the xml value for this WorkflowDefinition. |
int |
hashCode()
|
void |
setDefinitionId(long definitionId)
Sets the definitionId value for this WorkflowDefinition. |
void |
setName(java.lang.String name)
Sets the name value for this WorkflowDefinition. |
void |
setType(java.lang.String type)
Sets the type value for this WorkflowDefinition. |
void |
setVersion(double version)
Sets the version value for this WorkflowDefinition. |
void |
setXml(java.lang.String xml)
Sets the xml value for this WorkflowDefinition. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WorkflowDefinition()
public WorkflowDefinition(long definitionId, java.lang.String name, java.lang.String type, double version, java.lang.String xml)
Method Detail |
public long getDefinitionId()
public void setDefinitionId(long definitionId)
definitionId
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public java.lang.String getType()
public void setType(java.lang.String type)
type
- public double getVersion()
public void setVersion(double version)
version
- public java.lang.String getXml()
public void setXml(java.lang.String xml)
xml
- public boolean equals(java.lang.Object obj)
public int hashCode()
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 |