java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.contract.objects.ContractAccessBean | +--com.ibm.commerce.contract.commands.ContractFlowEntityBean
ContractFlowEntityBean is used in the ContractSubmit approval flow (WebSphere Commerce Business Edition only).
Constructor Summary | |
---|---|
ContractFlowEntityBean() |
Method Summary | |
---|---|
java.lang.Long |
getEntityId() Returns the id of the entity bean. |
java.lang.Integer |
getStateIdentifier() Returns the state identifier of the entity bean. |
void |
save() saves the state information in the entity bean. |
void |
setEntityId(java.lang.Long anId) Sets the id of the entity bean. |
void |
setStateIdentifier(java.lang.Integer aStateIdentifier) Sets the state identifier of the entity bean. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public ContractFlowEntityBean()
Method Detail |
---|
public java.lang.Long getEntityId()
public java.lang.Integer getStateIdentifier()
public void save()
public void setEntityId(java.lang.Long anId)
public void setStateIdentifier(java.lang.Integer aStateIdentifier)