com.ibm.commerce.inventory.beans

Class AvailableReceiptDataBean

  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, com.ibm.commerce.inventory.beans.AvailableReceiptInputDataBean, com.ibm.commerce.inventory.beans.AvailableReceiptSmartDataBean, Delegator, java.io.Serializable


    public class AvailableReceiptDataBean
    extends com.ibm.commerce.inventory.beansrc.AvailableReceiptDataBeanBase
    implements com.ibm.commerce.inventory.beans.AvailableReceiptInputDataBean, com.ibm.commerce.inventory.beans.AvailableReceiptSmartDataBean
    This databean represents an AvailableReceiptDataBean object.
    See Also:
    Serialized Form
    • Constructor Detail

      • AvailableReceiptDataBean

        public AvailableReceiptDataBean()
    • Method Detail

      • getRequestProperties

        public TypedProperty getRequestProperties()
        This method returns the request property set within this bean.
        Specified by:
        getRequestProperties in interface InputDataBean
        Returns:
        com.ibm.commerce.datatype.TypedProperty
      • 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
      • getDataBeanKeyRcptAvailId

        public java.lang.String getDataBeanKeyRcptAvailId()
        This method returns the databean key:RcptAvailId.
        Specified by:
        getDataBeanKeyRcptAvailId in interface com.ibm.commerce.inventory.beans.AvailableReceiptSmartDataBean
        Returns:
        java.lang.String the databean key:RcptAvailId
      • getCommandContext

        public CommandContext getCommandContext()
        This method returns 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)
        This method sets the command context within this bean.
        Specified by:
        setCommandContext in interface SmartDataBean
        Parameters:
        aCommandContext - com.ibm.commerce.command.CommandContext
      • setDataBeanKeyRcptAvailId

        public void setDataBeanKeyRcptAvailId(java.lang.String aRcptAvailId)
        This method sets the databean key:RcptAvailId.
        Specified by:
        setDataBeanKeyRcptAvailId in interface com.ibm.commerce.inventory.beans.AvailableReceiptInputDataBean
        Parameters:
        aRcptAvailId - java.lang.String
      • populate

        public void populate()
        This method is used to populate the AvailableReceiptDataBean. You must set iDataBeanKeyRcptAvailId using the setDataBeanKeyRcptAvailId(String) method before running the populate() method.
        Specified by:
        populate in interface SmartDataBean
        Throws:
        java.lang.Exception
        See Also:
        setDataBeanKeyRcptAvailId(String)