org.ow2.bonita.facade.def.majorElement.impl
Class ProcessElementImpl

java.lang.Object
  extended by org.ow2.bonita.facade.def.majorElement.impl.NamedElementImpl
      extended by org.ow2.bonita.facade.def.majorElement.impl.ProcessElementImpl
All Implemented Interfaces:
java.io.Serializable, NamedElement
Direct Known Subclasses:
ActivityDefinitionImpl, DataFieldDefinitionImpl, ParticipantDefinitionImpl, TransitionDefinitionImpl

public abstract class ProcessElementImpl
extends NamedElementImpl

Author:
Pierre Vigneras
See Also:
Serialized Form

Field Summary
protected  ProcessDefinitionUUID processDefinitionUUID
          This field can be null when the related element has not been defined in the process but in the package
 
Fields inherited from class org.ow2.bonita.facade.def.majorElement.impl.NamedElementImpl
name
 
Constructor Summary
protected ProcessElementImpl()
           
protected ProcessElementImpl(ProcessElement processDefinitionRecord)
           
protected ProcessElementImpl(java.lang.String name, ProcessDefinitionUUID processDefinitionUUID)
           
 
Method Summary
 ProcessDefinitionUUID getProcessDefinitionUUID()
           
 void setProcessDefinitionUUID(ProcessDefinitionUUID processDefinitionUUID)
           
 
Methods inherited from class org.ow2.bonita.facade.def.majorElement.impl.NamedElementImpl
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processDefinitionUUID

protected ProcessDefinitionUUID processDefinitionUUID
This field can be null when the related element has not been defined in the process but in the package

Constructor Detail

ProcessElementImpl

protected ProcessElementImpl()

ProcessElementImpl

protected ProcessElementImpl(java.lang.String name,
                             ProcessDefinitionUUID processDefinitionUUID)

ProcessElementImpl

protected ProcessElementImpl(ProcessElement processDefinitionRecord)
Method Detail

getProcessDefinitionUUID

public ProcessDefinitionUUID getProcessDefinitionUUID()

setProcessDefinitionUUID

public void setProcessDefinitionUUID(ProcessDefinitionUUID processDefinitionUUID)


Copyright © 2009 OW2 Consortium. All Rights Reserved.