java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.order.objects.OrderAccessBean
com.ibm.commerce.order.commands.OrderFlowEntityBean
OrderFlowEntityBean is used in the OrderProcess approval flow. It is a BusinessFlowEntityBean and is intended to be passed from one state to another.
Field Summary | |
static java.lang.String | COPYRIGHT IBM Copyright notice field. |
Constructor Summary | |
OrderFlowEntityBean() |
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 aId) Sets the identifier of the entity bean and populates it, if it exists. |
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 |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public OrderFlowEntityBean()
Method Detail |
public java.lang.Long getEntityId()
public java.lang.Integer getStateIdentifier()
public void save()
public void setEntityId(java.lang.Long aId)
public void setStateIdentifier(java.lang.Integer aStateIdentifier)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.