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.
|
getDelegate
findByOrderAdjustmentForUpdate, findByOrderAdjustmentId, getDescription, getEntity, getLanguageId, getLanguageIdInEntityType, getOrderAdjustmentId, getOrderAdjustmentIdInEntityType, instantiateEntity, setDescription, setInitKey_languageId, setInitKey_languageId, setInitKey_orderAdjustmentId, setInitKey_orderAdjustmentId, setLanguageId, setLanguageId, setOrderAdjustmentId, setOrderAdjustmentId
public static final java.lang.String COPYRIGHT
public OrderAdjustmentDescriptionDataBean()
public OrderAdjustmentDescriptionDataBean(OrderAdjustmentDescriptionAccessBean aabOrderAdjustmentDescription)
aabOrderAdjustmentDescription
- com.ibm.commerce.order.objects.OrderAdjustmentDescriptionAccessBeanjava.lang.Exception
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties
in interface InputDataBean
aRequestProperty
- com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyLanguageId()
getDataBeanKeyLanguageId
in interface com.ibm.commerce.order.beans.OrderAdjustmentDescriptionSmartDataBean
public java.lang.String getDataBeanKeyOrderAdjustmentId()
getDataBeanKeyOrderAdjustmentId
in interface com.ibm.commerce.order.beans.OrderAdjustmentDescriptionSmartDataBean
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
setDataBeanKeyLanguageId
in interface com.ibm.commerce.order.beans.OrderAdjustmentDescriptionInputDataBean
aLanguageId
- java.lang.Stringpublic void setDataBeanKeyOrderAdjustmentId(java.lang.String aOrderAdjustmentId)
setDataBeanKeyOrderAdjustmentId
in interface com.ibm.commerce.order.beans.OrderAdjustmentDescriptionInputDataBean
aOrderAdjustmentId
- java.lang.Stringpublic void populate()
populate()
method.
populate
in interface SmartDataBean
java.lang.Exception
setDataBeanKeyLanguageId(String)
,
setDataBeanKeyOrderAdjustmentId(String)