org.ow2.orchestra.facade.data.def
Class ProcessDefinitionData

java.lang.Object
  extended by org.ow2.orchestra.facade.data.AbstractData
      extended by org.ow2.orchestra.facade.data.def.ProcessDefinitionData
All Implemented Interfaces:
Serializable

public class ProcessDefinitionData
extends AbstractData

Author:
Gael Lalire
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.orchestra.facade.data.AbstractData
date
 
Constructor Summary
ProcessDefinitionData(ProcessDefinitionUUID uuid, String name, String nameSpace, int version, ProcessState state)
           
 
Method Summary
 String getName()
           
 String getNameSpace()
           
 QName getQName()
           
 ProcessState getState()
           
 ProcessDefinitionUUID getUUID()
           
 int getVersion()
           
 
Methods inherited from class org.ow2.orchestra.facade.data.AbstractData
getDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessDefinitionData

public ProcessDefinitionData(ProcessDefinitionUUID uuid,
                             String name,
                             String nameSpace,
                             int version,
                             ProcessState state)
Method Detail

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.