org.apache.ode.daohib.bpel.hobj
Class HCorrelationSet

java.lang.Object
  extended by org.apache.ode.daohib.bpel.hobj.HObject
      extended by org.apache.ode.daohib.bpel.hobj.HCorrelationSet

public class HCorrelationSet
extends HObject

Hibernate table representing correlation set values.


Constructor Summary
HCorrelationSet()
           
HCorrelationSet(HScope scope, java.lang.String name)
           
 
Method Summary
 HProcessInstance getInstance()
           
 java.lang.String getName()
           
 HProcess getProcess()
           
 java.util.Collection<HCorrelationProperty> getProperties()
           
 HScope getScope()
           
 java.lang.String getValue()
           
 void setInstance(HProcessInstance instance)
           
 void setName(java.lang.String name)
           
 void setProcess(HProcess process)
           
 void setProperties(java.util.Collection<HCorrelationProperty> properties)
           
 void setScope(HScope scope)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class org.apache.ode.daohib.bpel.hobj.HObject
getCreated, getId, getLock, setCreated, setId, setLock, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HCorrelationSet

public HCorrelationSet()

HCorrelationSet

public HCorrelationSet(HScope scope,
                       java.lang.String name)
Method Detail

getValue

public java.lang.String getValue()

setName

public void setName(java.lang.String name)

setScope

public void setScope(HScope scope)

setValue

public void setValue(java.lang.String value)

getName

public java.lang.String getName()

getScope

public HScope getScope()

getInstance

public HProcessInstance getInstance()

setInstance

public void setInstance(HProcessInstance instance)

getProcess

public HProcess getProcess()

setProcess

public void setProcess(HProcess process)

getProperties

public java.util.Collection<HCorrelationProperty> getProperties()

setProperties

public void setProperties(java.util.Collection<HCorrelationProperty> properties)