org.jbpm.bpmn2.core
Class ItemDefinition

java.lang.Object
  extended by org.jbpm.bpmn2.core.ItemDefinition
All Implemented Interfaces:
Serializable

public class ItemDefinition
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ItemDefinition(String id)
           
 
Method Summary
 String getId()
           
 String getStructureRef()
           
 void setStructureRef(String structureRef)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemDefinition

public ItemDefinition(String id)
Method Detail

getId

public String getId()

getStructureRef

public String getStructureRef()

setStructureRef

public void setStructureRef(String structureRef)


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.