org.ow2.orchestra.facade.data.def
Class ProcessDefinitionData
java.lang.Object
org.ow2.orchestra.facade.data.AbstractData
org.ow2.orchestra.facade.data.def.ProcessDefinitionData
- All Implemented Interfaces:
- Serializable
public class ProcessDefinitionData
- extends AbstractData
- Author:
- Gael Lalire
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessDefinitionData
public ProcessDefinitionData(ProcessDefinitionUUID uuid,
String name,
String nameSpace,
int version,
ProcessState state)
getName
public String getName()
- Returns:
- the name
getNameSpace
public String getNameSpace()
- Returns:
- the nameSpace
getUUID
public ProcessDefinitionUUID getUUID()
- Returns:
- the uuid
getQName
public QName getQName()
- Returns:
- the qualified name of process
getState
public ProcessState getState()
- Returns:
- the current state of the process
getVersion
public int getVersion()
- Returns:
- the version of the process
Copyright © 2011 OW2 Consortium. All Rights Reserved.