org.camunda.bpm.engine.impl.persistence.entity
Class ProcessElementInstanceImpl

java.lang.Object
  extended by org.camunda.bpm.engine.impl.persistence.entity.ProcessElementInstanceImpl
All Implemented Interfaces:
ProcessElementInstance
Direct Known Subclasses:
ActivityInstanceImpl, TransitionInstanceImpl

public class ProcessElementInstanceImpl
extends Object
implements ProcessElementInstance

Author:
Daniel Meyer

Field Summary
protected  String id
           
protected  String parentActivityInstanceId
           
protected  String processDefinitionId
           
protected  String processInstanceId
           
 
Constructor Summary
ProcessElementInstanceImpl()
           
 
Method Summary
 String getId()
          The id of the process element instance
 String getParentActivityInstanceId()
          The id of the parent activity instance.
 String getProcessDefinitionId()
          the process definition id
 String getProcessInstanceId()
          the id of the process instance this process element is part of
 void setId(String id)
           
 void setParentActivityInstanceId(String parentActivityInstanceId)
           
 void setProcessDefinitionId(String processDefinitionId)
           
 void setProcessInstanceId(String processInstanceId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected String id

parentActivityInstanceId

protected String parentActivityInstanceId

processInstanceId

protected String processInstanceId

processDefinitionId

protected String processDefinitionId
Constructor Detail

ProcessElementInstanceImpl

public ProcessElementInstanceImpl()
Method Detail

getId

public String getId()
Description copied from interface: ProcessElementInstance
The id of the process element instance

Specified by:
getId in interface ProcessElementInstance

setId

public void setId(String id)

getParentActivityInstanceId

public String getParentActivityInstanceId()
Description copied from interface: ProcessElementInstance
The id of the parent activity instance.

Specified by:
getParentActivityInstanceId in interface ProcessElementInstance

setParentActivityInstanceId

public void setParentActivityInstanceId(String parentActivityInstanceId)

getProcessInstanceId

public String getProcessInstanceId()
Description copied from interface: ProcessElementInstance
the id of the process instance this process element is part of

Specified by:
getProcessInstanceId in interface ProcessElementInstance

setProcessInstanceId

public void setProcessInstanceId(String processInstanceId)

getProcessDefinitionId

public String getProcessDefinitionId()
Description copied from interface: ProcessElementInstance
the process definition id

Specified by:
getProcessDefinitionId in interface ProcessElementInstance

setProcessDefinitionId

public void setProcessDefinitionId(String processDefinitionId)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 camunda services GmbH. All Rights Reserved.