public class OrderAdjustmentDescriptionDataBean extends OrderAdjustmentDescriptionDataBeanBase implements com.ibm.commerce.order.beans.OrderAdjustmentDescriptionInputDataBean, com.ibm.commerce.order.beans.OrderAdjustmentDescriptionSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
OrderAdjustmentDescriptionDataBean()
Constructs an OrderAdjustmentDescriptionDataBean.
|
OrderAdjustmentDescriptionDataBean(OrderAdjustmentDescriptionAccessBean aabOrderAdjustmentDescription)
Constructs an OrderAdjustmentDescriptionDataBean from an OrderAdjustmentDescriptionAccessBean by
extracting the OrderAdjustmentDescription EJB reference from the OrderAdjustmentDescriptionAccessBean.
|
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyLanguageId()
This method returns language id.
|
java.lang.String |
getDataBeanKeyOrderAdjustmentId()
This method returns order adjustment id.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the OrderAdjustmentDescriptionDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyLanguageId(java.lang.String aLanguageId)
This method sets language id.
|
void |
setDataBeanKeyOrderAdjustmentId(java.lang.String aOrderAdjustmentId)
This method sets order adjustment id.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByOrderAdjustmentForUpdate, findByOrderAdjustmentId, getDescription, getEntity, getLanguageId, getLanguageIdInEntityType, getOrderAdjustmentId, getOrderAdjustmentIdInEntityType, instantiateEntity, setDescription, setInitKey_languageId, setInitKey_languageId, setInitKey_orderAdjustmentId, setInitKey_orderAdjustmentId, setLanguageId, setLanguageId, setOrderAdjustmentId, setOrderAdjustmentIdpublic static final java.lang.String COPYRIGHT
public OrderAdjustmentDescriptionDataBean()
public OrderAdjustmentDescriptionDataBean(OrderAdjustmentDescriptionAccessBean aabOrderAdjustmentDescription)
aabOrderAdjustmentDescription - com.ibm.commerce.order.objects.OrderAdjustmentDescriptionAccessBeanjava.lang.Exceptionpublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyLanguageId()
getDataBeanKeyLanguageId in interface com.ibm.commerce.order.beans.OrderAdjustmentDescriptionSmartDataBeanpublic java.lang.String getDataBeanKeyOrderAdjustmentId()
getDataBeanKeyOrderAdjustmentId in interface com.ibm.commerce.order.beans.OrderAdjustmentDescriptionSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
setDataBeanKeyLanguageId in interface com.ibm.commerce.order.beans.OrderAdjustmentDescriptionInputDataBeanaLanguageId - java.lang.Stringpublic void setDataBeanKeyOrderAdjustmentId(java.lang.String aOrderAdjustmentId)
setDataBeanKeyOrderAdjustmentId in interface com.ibm.commerce.order.beans.OrderAdjustmentDescriptionInputDataBeanaOrderAdjustmentId - java.lang.Stringpublic void populate()
populate() method.
populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyLanguageId(String),
setDataBeanKeyOrderAdjustmentId(String)