com.liferay.client.portlet.workflow.model
Class WorkflowDefinition

java.lang.Object
  extended bycom.liferay.client.portlet.workflow.model.WorkflowDefinition
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
WorkflowDefinitionSoap

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

See Also:
Serialized Form

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

WorkflowDefinition

public WorkflowDefinition()

WorkflowDefinition

public WorkflowDefinition(long definitionId,
                          java.lang.String name,
                          java.lang.String type,
                          double version,
                          java.lang.String xml)
Method Detail

getDefinitionId

public long getDefinitionId()
Gets the definitionId value for this WorkflowDefinition.

Returns:
definitionId

setDefinitionId

public void setDefinitionId(long definitionId)
Sets the definitionId value for this WorkflowDefinition.

Parameters:
definitionId -

getName

public java.lang.String getName()
Gets the name value for this WorkflowDefinition.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this WorkflowDefinition.

Parameters:
name -

getType

public java.lang.String getType()
Gets the type value for this WorkflowDefinition.

Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this WorkflowDefinition.

Parameters:
type -

getVersion

public double getVersion()
Gets the version value for this WorkflowDefinition.

Returns:
version

setVersion

public void setVersion(double version)
Sets the version value for this WorkflowDefinition.

Parameters:
version -

getXml

public java.lang.String getXml()
Gets the xml value for this WorkflowDefinition.

Returns:
xml

setXml

public void setXml(java.lang.String xml)
Sets the xml value for this WorkflowDefinition.

Parameters:
xml -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

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