com.ibm.commerce.payment.beans

Class POPurchaseAmountDataBean

  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, com.ibm.commerce.payment.beans.POPurchaseAmountInputDataBean, com.ibm.commerce.payment.beans.POPurchaseAmountSmartDataBean, Delegator, java.io.Serializable


    public class POPurchaseAmountDataBean
    extends POPurchaseAmountDataBeanBase
    implements com.ibm.commerce.payment.beans.POPurchaseAmountInputDataBean, com.ibm.commerce.payment.beans.POPurchaseAmountSmartDataBean
    This databean represents a POPurchaseAmount object.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright
        See Also:
        Constant Field Values
    • Constructor Detail

      • POPurchaseAmountDataBean

        public POPurchaseAmountDataBean()
    • Method Detail

      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperty)
        Sets the request property within this bean.
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        aRequestProperty - com.ibm.commerce.datatype.TypedProperty
      • getDataBeanKeyBuyerPurchaseOrderId

        public java.lang.String getDataBeanKeyBuyerPurchaseOrderId()
        Returns BuyerPurchaseOrderId
        Specified by:
        getDataBeanKeyBuyerPurchaseOrderId in interface com.ibm.commerce.payment.beans.POPurchaseAmountSmartDataBean
        Returns:
        java.lang.String
      • getDataBeanKeyOrderId

        public java.lang.String getDataBeanKeyOrderId()
        Returns OrderId
        Specified by:
        getDataBeanKeyOrderId in interface com.ibm.commerce.payment.beans.POPurchaseAmountSmartDataBean
        Returns:
        java.lang.String
      • getCommandContext

        public CommandContext getCommandContext()
        Gets the command context set within this bean.
        Specified by:
        getCommandContext in interface SmartDataBean
        Returns:
        com.ibm.commerce.command.CommandContext
      • setCommandContext

        public void setCommandContext(CommandContext aCommandContext)
        Sets the command context within this bean.
        Specified by:
        setCommandContext in interface SmartDataBean
        Parameters:
        aCommandContext - com.ibm.commerce.command.CommandContext
      • setDataBeanKeyBuyerPurchaseOrderId

        public void setDataBeanKeyBuyerPurchaseOrderId(java.lang.String aBuyerPurchaseOrderId)
        Sets BuyerPurchaseOrderId
        Specified by:
        setDataBeanKeyBuyerPurchaseOrderId in interface com.ibm.commerce.payment.beans.POPurchaseAmountInputDataBean
        Parameters:
        aBuyerPurchaseOrderId - java.lang.String
      • setDataBeanKeyOrderId

        public void setDataBeanKeyOrderId(java.lang.String aOrderId)
        Sets OrderId
        Specified by:
        setDataBeanKeyOrderId in interface com.ibm.commerce.payment.beans.POPurchaseAmountInputDataBean
        Parameters:
        aOrderId - java.lang.String
      • populate

        public void populate()
        Retrieves data from the database.
        Specified by:
        populate in interface SmartDataBean
        Throws:
        java.lang.Exception