public class OrderChangeReasonDataBean extends OrderChangeReasonDataBeanBase implements OrderChangeReasonInputDataBean, OrderChangeReasonSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright field.
|
emptyString| Constructor and Description |
|---|
OrderChangeReasonDataBean()
OrderChangeReasonDataBean default constructor.
|
OrderChangeReasonDataBean(OrderChangeReasonAccessBean argabOrderChangeReason)
This method constructs an OrderChangeReasonDataBean from an OrderChangeReasonAccessBean by
extracting the OrderChangeReason EJB reference from the OrderChangeReasonAccessBean.
|
OrderChangeReasonDataBean(OrderChangeReasonAccessBean argabOrderChangeReason,
CommandContext aCommandContext)
This method constructs an OrderChangeReasonDataBean from an OrderChangeReasonAccessBean by
extracting the OrderChangeReason EJB reference from the OrderChangeReasonAccessBean and setting the commandContext
|
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context.
|
java.lang.String |
getDescription()
This method returns the description associated with this change reason in command context language.
|
TypedProperty |
getRequestProperties()
This method returns the request properties.
|
void |
populate()
This method is used to populate the OrderChangeReasonDataBean.
|
void |
setCommandContext(CommandContext argCommandContext)
This method sets the command context.
|
void |
setOrderChangeReasonId(java.lang.String argOrderChangeReasonId)
This method sets the key field for this bean.
|
void |
setRequestProperties(TypedProperty param)
This method sets the request properties.
|
getDelegatefindByStoreId, fulfills, getEntity, getField1, getField2, getField3, getGroupingAttributeValue, getOrderChangeReasonId, getOwner, getReasonCode, getStoreId, instantiateEntity, setField1, setField2, setField3, setInitKey_orderChangeReasonId, setReasonCode, setStoreIdpublic static final java.lang.String COPYRIGHT
public OrderChangeReasonDataBean()
public OrderChangeReasonDataBean(OrderChangeReasonAccessBean argabOrderChangeReason)
argabOrderChangeReason - OrderChangeReasonAccessBeanjava.lang.Exceptionpublic OrderChangeReasonDataBean(OrderChangeReasonAccessBean argabOrderChangeReason, CommandContext aCommandContext)
argabOrderChangeReason - OrderChangeReasonAccessBeanaCommandContext - CommandContextjava.lang.Exceptionpublic void populate()
populate() method.populate in interface SmartDataBeanjava.lang.ExceptionsetOrderChangeReasonId(String)public java.lang.String getDescription()
getDescription in interface OrderChangeReasonSmartDataBeanpublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanInputDataBean.getRequestProperties()public void setRequestProperties(TypedProperty param)
setRequestProperties in interface InputDataBeanparam - TypedPropertyInputDataBean.setRequestProperties(com.ibm.commerce.datatype.TypedProperty)public CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanSmartDataBean.getCommandContext()public void setCommandContext(CommandContext argCommandContext)
setCommandContext in interface SmartDataBeanargCommandContext - CommandContextSmartDataBean.setCommandContext(com.ibm.commerce.command.CommandContext)public void setOrderChangeReasonId(java.lang.String argOrderChangeReasonId)
setOrderChangeReasonId in interface OrderChangeReasonInputDataBeanargOrderChangeReasonId - order change reason IdOrderChangeReasonInputDataBean.setOrderChangeReasonId(java.lang.String)