org.ow2.bonita.facade.def.element.impl
Class SubFlowDefImpl

java.lang.Object
  extended by org.ow2.bonita.facade.def.DefImpl
      extended by org.ow2.bonita.facade.def.element.impl.SubFlowDefImpl
All Implemented Interfaces:
SubFlowDef

public class SubFlowDefImpl
extends DefImpl
implements SubFlowDef


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ow2.bonita.facade.def.element.SubFlowDef
SubFlowDef.Execution
 
Field Summary
protected  java.util.List<java.lang.String> actualParameters
           
protected  SubFlowDef.Execution execution
           
protected  java.lang.String id
           
 
Constructor Summary
protected SubFlowDefImpl()
           
  SubFlowDefImpl(java.util.List<java.lang.String> actualParameters, SubFlowDef.Execution execution, java.lang.String id)
           
 
Method Summary
 SubFlowDefImpl copy()
           
 java.util.List<java.lang.String> getActualParameters()
           
 SubFlowDef.Execution getExecution()
           
 java.lang.String getId()
           
 
Methods inherited from class org.ow2.bonita.facade.def.DefImpl
copy, copy, copy, copy, copy, copy, copy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actualParameters

protected java.util.List<java.lang.String> actualParameters

execution

protected SubFlowDef.Execution execution

id

protected java.lang.String id
Constructor Detail

SubFlowDefImpl

protected SubFlowDefImpl()

SubFlowDefImpl

public SubFlowDefImpl(java.util.List<java.lang.String> actualParameters,
                      SubFlowDef.Execution execution,
                      java.lang.String id)
Method Detail

copy

public SubFlowDefImpl copy()
Specified by:
copy in class DefImpl

getActualParameters

public java.util.List<java.lang.String> getActualParameters()
Specified by:
getActualParameters in interface SubFlowDef

getExecution

public SubFlowDef.Execution getExecution()
Specified by:
getExecution in interface SubFlowDef

getId

public java.lang.String getId()
Specified by:
getId in interface SubFlowDef