public class PurchaseLimitDataBean extends PurchaseLimitDataBeanBase implements PurchaseLimitInputDataBean, PurchaseLimitSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
| Constructor and Description |
|---|
PurchaseLimitDataBean()
Data bean constructor.
|
PurchaseLimitDataBean(java.lang.String aPurchaseLimitId)
Data bean constructor.
|
| Modifier and Type | Method and Description |
|---|---|
com.ibm.commerce.command.CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyPurchaseLimitId()
Gets the purchase limit ID.
|
com.ibm.commerce.datatype.TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
This method is used to populate the PurchaseLimitDataBean..
|
void |
setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyPurchaseLimitId(java.lang.String aPurchaseLimitId)
Sets the purchase limit ID.
|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindByTC, findByTCTradingPositionContainerAndCatEntry, getCatEntryId, getCatEntryIdInEntityType, getCurrency, getCurrentAmount, getCurrentAmountInEntityType, getCurrentQuantity, getCurrentQuantityInEntityType, getEntity, getLimitType, getMaxAmount, getMaxAmountInEntityType, getMaxQuantity, getMaxQuantityInEntityType, getMinAmount, getMinAmountInEntityType, getMinQuantity, getMinQuantityInEntityType, getPurchaseLimitId, getPurchaseLimitIdInEntityType, getTcId, getTcIdInEntityType, getTradingPositionContainerId, getTradingPositionContainerIdInEntityType, instantiateEntity, setCatEntryId, setCatEntryId, setCurrency, setCurrentAmount, setCurrentAmount, setCurrentQuantity, setCurrentQuantity, setInitKey_purchaseLimitId, setInitKey_purchaseLimitId, setLimitType, setMaxAmount, setMaxAmount, setMaxQuantity, setMaxQuantity, setMinAmount, setMinAmount, setMinQuantity, setMinQuantity, setPurchaseLimitId, setPurchaseLimitId, setTcId, setTcId, setTradingPositionContainerId, setTradingPositionContainerIdpublic static final java.lang.String COPYRIGHT
public PurchaseLimitDataBean()
public PurchaseLimitDataBean(java.lang.String aPurchaseLimitId)
aPurchaseLimitId - The purchase limit ID.public com.ibm.commerce.command.CommandContext getCommandContext()
getCommandContext in interface com.ibm.commerce.beans.SmartDataBeanpublic java.lang.String getDataBeanKeyPurchaseLimitId()
getDataBeanKeyPurchaseLimitId in interface PurchaseLimitSmartDataBeanpublic com.ibm.commerce.datatype.TypedProperty getRequestProperties()
getRequestProperties in interface com.ibm.commerce.beans.InputDataBeanpublic void populate()
populate in interface com.ibm.commerce.beans.SmartDataBeanjava.lang.Exception - The java.lang.Exception exception.public void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
setCommandContext in interface com.ibm.commerce.beans.SmartDataBeanaCommandContext - The command context set within this bean.public void setDataBeanKeyPurchaseLimitId(java.lang.String aPurchaseLimitId)
setDataBeanKeyPurchaseLimitId in interface PurchaseLimitInputDataBeanaPurchaseLimitId - The purchase limit ID.public void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
setRequestProperties in interface com.ibm.commerce.beans.InputDataBeanaRequestProperty - The request property set within this bean.