com.ibm.commerce.common.beans

Class QuantityUnitListDataBean

  • java.lang.Object
    • com.ibm.commerce.beans.InputDataBeanImpl
      • com.ibm.commerce.beans.SmartDataBeanImpl
        • com.ibm.commerce.common.beans.QuantityUnitListDataBean
  • All Implemented Interfaces:
    com.ibm.commerce.beans.DataBean, com.ibm.commerce.beans.InputDataBean, com.ibm.commerce.beans.SmartDataBean, java.io.Serializable


    public class QuantityUnitListDataBean
    extends com.ibm.commerce.beans.SmartDataBeanImpl
    This databean is used to get a list of QuantityUnitDataBean.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The IBM Copyright notice field.
      • Fields inherited from interface com.ibm.commerce.beans.DataBean

        emptyString
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getLanguageId()
      This method returns the language Id.
      java.lang.String getQuantityUnitId()
      This method returns quantity unit id.
      QuantityUnitDataBean[] getQuantityUnitList()
      This method returns QuantityUnitDataBean array.
      void populate()
      This method is used to populate the QuantityUnitListDataBean.
      void setLanguageId(java.lang.String newLanguageId)
      This method sets the language id.
      void setQuantityUnitId(java.lang.String newQuantityUnitId)
      This method sets quantity unit id.
      void setQuantityUnitList(QuantityUnitDataBean[] newQuantityUnitList)
      This method sets QuantityUnitDataBean array.
      • Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl

        fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
      • Methods inherited from class com.ibm.commerce.beans.InputDataBeanImpl

        getRequestProperties, setRequestProperties
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.ibm.commerce.beans.InputDataBean

        getRequestProperties, setRequestProperties
    • Field Detail

      • COPYRIGHT

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

      • QuantityUnitListDataBean

        public QuantityUnitListDataBean()
    • Method Detail

      • getLanguageId

        public java.lang.String getLanguageId()
        This method returns the language Id.
        Returns:
        java.lang.String the language Id
      • getQuantityUnitId

        public java.lang.String getQuantityUnitId()
        This method returns quantity unit id.
        Returns:
        java.lang.String quantity unit id.
      • getQuantityUnitList

        public QuantityUnitDataBean[] getQuantityUnitList()
        This method returns QuantityUnitDataBean array.
        Returns:
        QuantityUnitDataBean[]
      • populate

        public void populate()
                      throws java.lang.Exception
        This method is used to populate the QuantityUnitListDataBean. You must set istrLanguageId using the setLanguageId(String) method before running the populate() method.
        Specified by:
        populate in interface com.ibm.commerce.beans.SmartDataBean
        Overrides:
        populate in class com.ibm.commerce.beans.SmartDataBeanImpl
        Throws:
        java.lang.Exception
        See Also:
        setLanguageId(String)
      • setLanguageId

        public void setLanguageId(java.lang.String newLanguageId)
        This method sets the language id.
        Parameters:
        newLanguageId - java.lang.String
      • setQuantityUnitId

        public void setQuantityUnitId(java.lang.String newQuantityUnitId)
        This method sets quantity unit id.
        Parameters:
        newQuantityUnitId -
      • setQuantityUnitList

        public void setQuantityUnitList(QuantityUnitDataBean[] newQuantityUnitList)
        This method sets QuantityUnitDataBean array.
        Parameters:
        newQuantityUnitList -