com.ibm.commerce.inventory.beans

Class ExpectedInventoryRecordsDetailDataBean

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


    public class ExpectedInventoryRecordsDetailDataBean
    extends com.ibm.commerce.inventory.beansrc.ExpectedInventoryRecordsDetailDataBeanBase
    implements com.ibm.commerce.inventory.beans.ExpectedInventoryRecordsDetailInputDataBean, com.ibm.commerce.inventory.beans.ExpectedInventoryRecordsDetailSmartDataBean
    This databean contains detailed information about items on an expected inventory record.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ExpectedInventoryRecordsDetailDataBean

        public ExpectedInventoryRecordsDetailDataBean(java.lang.String aExpectedInventoryRecordsDetailId)
        The Databean constructor.
        Parameters:
        aExpectedInventoryRecordsDetailId - java.lang.String
    • 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)
        This method sets the request property within this bean.
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        aRequestProperty - com.ibm.commerce.datatype.TypedProperty
      • getDataBeanKeyExpectedInventoryRecordsDetailId

        public java.lang.String getDataBeanKeyExpectedInventoryRecordsDetailId()
        This method returns the databean key:ExpectedInventoryRecordsDetailId.
        Specified by:
        getDataBeanKeyExpectedInventoryRecordsDetailId in interface com.ibm.commerce.inventory.beans.ExpectedInventoryRecordsDetailSmartDataBean
        Returns:
        java.lang.String the databean key:ExpectedInventoryRecordsDetailId.
      • 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
      • setDataBeanKeyExpectedInventoryRecordsDetailId

        public void setDataBeanKeyExpectedInventoryRecordsDetailId(java.lang.String aExpectedInventoryRecordsDetailId)
        This method sets the databean key:ExpectedInventoryRecordsDetailId.
        Specified by:
        setDataBeanKeyExpectedInventoryRecordsDetailId in interface com.ibm.commerce.inventory.beans.ExpectedInventoryRecordsDetailInputDataBean
        Parameters:
        aExpectedInventoryRecordsDetailId - java.lang.String
      • populate

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