com.ibm.commerce.payment.beans
Class TradingPurchaseAmountDataBean
- java.lang.Object
-
- com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
-
- com.ibm.commerce.payment.objects.TradingPurchaseAmountAccessBean
-
- com.ibm.commerce.payment.beansrc.TradingPurchaseAmountDataBeanBase
-
- com.ibm.commerce.payment.beans.TradingPurchaseAmountDataBean
-
- All Implemented Interfaces:
- DataBean, InputDataBean, SmartDataBean, com.ibm.commerce.payment.beans.TradingPurchaseAmountInputDataBean, com.ibm.commerce.payment.beans.TradingPurchaseAmountSmartDataBean, Delegator, java.io.Serializable
public class TradingPurchaseAmountDataBean extends TradingPurchaseAmountDataBeanBase implements com.ibm.commerce.payment.beans.TradingPurchaseAmountInputDataBean, com.ibm.commerce.payment.beans.TradingPurchaseAmountSmartDataBean
This databean represents a TradingPurchaseAmount object.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM Copyright-
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
-
-
Constructor Summary
Constructors Constructor and Description TradingPurchaseAmountDataBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description CommandContext
getCommandContext()
Gets the command context set within this bean.java.lang.String
getDataBeanKeyTradingPurchaseAmountId()
Returns TradingPurchaseAmountIdTypedProperty
getRequestProperties()
Gets the request property set within this bean.void
populate()
Retrieves data from the database.void
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.void
setDataBeanKeyTradingPurchaseAmountId(java.lang.String aTradingPurchaseAmountId)
Sets TradingPurchaseAmountIdvoid
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.-
Methods inherited from class com.ibm.commerce.payment.beansrc.TradingPurchaseAmountDataBeanBase
getDelegate
-
Methods inherited from class com.ibm.commerce.payment.objects.TradingPurchaseAmountAccessBean
findByOrderId, getAmount, getAmountInEntityType, getCurrency, getEntity, getOrderId, getOrderIdInEntityType, getOrderItemId, getOrderItemIdInEntityType, getTradingId, getTradingIdInEntityType, getTradingPurchaseAmountId, getTradingPurchaseAmountIdInEntityType, instantiateEntity, setAmount, setAmount, setCurrency, setInitKey_tradingPurchaseAmountId, setInitKey_tradingPurchaseAmountId, setOrderId, setOrderId, setOrderItemId, setOrderItemId, setTradingId, setTradingId, setTradingPurchaseAmountId, setTradingPurchaseAmountId
-
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
IBM Copyright- See Also:
- Constant Field Values
-
-
Method Detail
-
getRequestProperties
public TypedProperty getRequestProperties()
Gets the request property set within this bean.- Specified by:
getRequestProperties
in interfaceInputDataBean
- Returns:
- com.ibm.commerce.datatype.TypedProperty
-
setRequestProperties
public void setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.- Specified by:
setRequestProperties
in interfaceInputDataBean
- Parameters:
aRequestProperty
- com.ibm.commerce.datatype.TypedProperty
-
getDataBeanKeyTradingPurchaseAmountId
public java.lang.String getDataBeanKeyTradingPurchaseAmountId()
Returns TradingPurchaseAmountId- Specified by:
getDataBeanKeyTradingPurchaseAmountId
in interfacecom.ibm.commerce.payment.beans.TradingPurchaseAmountSmartDataBean
- Returns:
- java.lang.String
-
getCommandContext
public CommandContext getCommandContext()
Gets the command context set within this bean.- Specified by:
getCommandContext
in interfaceSmartDataBean
- Returns:
- com.ibm.commerce.command.CommandContext
-
setCommandContext
public void setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.- Specified by:
setCommandContext
in interfaceSmartDataBean
- Parameters:
aCommandContext
- com.ibm.commerce.command.CommandContext
-
setDataBeanKeyTradingPurchaseAmountId
public void setDataBeanKeyTradingPurchaseAmountId(java.lang.String aTradingPurchaseAmountId)
Sets TradingPurchaseAmountId- Specified by:
setDataBeanKeyTradingPurchaseAmountId
in interfacecom.ibm.commerce.payment.beans.TradingPurchaseAmountInputDataBean
- Parameters:
aTradingPurchaseAmountId
- java.lang.String
-
populate
public void populate()
Retrieves data from the database.- Specified by:
populate
in interfaceSmartDataBean
- Throws:
java.lang.Exception
-
-