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.
|
getDelegate
findByStoreId, fulfills, getEntity, getField1, getField2, getField3, getGroupingAttributeValue, getOrderChangeReasonId, getOwner, getReasonCode, getStoreId, instantiateEntity, setField1, setField2, setField3, setInitKey_orderChangeReasonId, setReasonCode, setStoreId
public static final java.lang.String COPYRIGHT
public OrderChangeReasonDataBean()
public OrderChangeReasonDataBean(OrderChangeReasonAccessBean argabOrderChangeReason)
argabOrderChangeReason
- OrderChangeReasonAccessBeanjava.lang.Exception
public OrderChangeReasonDataBean(OrderChangeReasonAccessBean argabOrderChangeReason, CommandContext aCommandContext)
argabOrderChangeReason
- OrderChangeReasonAccessBeanaCommandContext
- CommandContextjava.lang.Exception
public void populate()
populate()
method.populate
in interface SmartDataBean
java.lang.Exception
setOrderChangeReasonId(String)
public java.lang.String getDescription()
getDescription
in interface OrderChangeReasonSmartDataBean
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
InputDataBean.getRequestProperties()
public void setRequestProperties(TypedProperty param)
setRequestProperties
in interface InputDataBean
param
- TypedPropertyInputDataBean.setRequestProperties(com.ibm.commerce.datatype.TypedProperty)
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
SmartDataBean.getCommandContext()
public void setCommandContext(CommandContext argCommandContext)
setCommandContext
in interface SmartDataBean
argCommandContext
- CommandContextSmartDataBean.setCommandContext(com.ibm.commerce.command.CommandContext)
public void setOrderChangeReasonId(java.lang.String argOrderChangeReasonId)
setOrderChangeReasonId
in interface OrderChangeReasonInputDataBean
argOrderChangeReasonId
- order change reason IdOrderChangeReasonInputDataBean.setOrderChangeReasonId(java.lang.String)