com.ibm.commerce.contract.commands
Class ContractFlowEntityBean
com.ibm.commerce.contract.commands.ContractFlowEntityBean
- public class ContractFlowEntityBean
ContractFlowEntityBean is used in the ContractSubmit approval flow (WebSphere Commerce Business Edition only).
It is a BusinessFlowEntityBean.
Method Summary |
java.lang.Long |
getEntityId()
Returns the id of the entity bean. |
java.lang.Integer |
getStateIdentifier()
Returns the stateIdentifier 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. |
ContractFlowEntityBean
public ContractFlowEntityBean()
getEntityId
public java.lang.Long getEntityId()
- Returns the id of the entity bean. It is the same as the contract id.
getStateIdentifier
public java.lang.Integer getStateIdentifier()
- Returns the stateIdentifier of the entity bean.
save
public void save()
- saves the state information in the entity bean.
setEntityId
public void setEntityId(java.lang.Long anId)
- Sets the id of the entity bean.
setStateIdentifier
public void setStateIdentifier(java.lang.Integer aStateIdentifier)
- Sets the state identifier of the entity bean.