com.ibm.commerce.common.beans

Class QuantityUnitDataBean

  • java.lang.Object
    • com.ibm.commerce.beans.InputDataBeanImpl
      • com.ibm.commerce.beans.SmartDataBeanImpl
        • com.ibm.commerce.common.beans.QuantityUnitDataBean
    • 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 getDescription()
      This method returns the description.
      java.lang.String getLanguageId()
      This method returns the language id.
      java.lang.String getQuantityUnitId()
      This method returns the QuantityUnitId.
      void populate()
      This method is used to populate the QuantityUnitDataBean.
      void setDescription(java.lang.String newDescription)
      This method sets the description.
      void setLanguageId(java.lang.String newLanguageId)
      This method sets the language id.
      void setQuantityUnitId(java.lang.String newQuantityUnitId)
      This method sets the QuantityUnitId.
      • 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.SmartDataBean

        getCommandContext, setCommandContext
      • 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

      • QuantityUnitDataBean

        public QuantityUnitDataBean()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        This method returns the description.
        Specified by:
        getDescription in interface QuantityUnitSmartDataBean
        Returns:
        java.lang.String the description.
      • getLanguageId

        public java.lang.String getLanguageId()
        This method returns the language id.
        Specified by:
        getLanguageId in interface QuantityUnitSmartDataBean
        Returns:
        java.lang.String the language id.
      • getQuantityUnitId

        public java.lang.String getQuantityUnitId()
        This method returns the QuantityUnitId.
        Specified by:
        getQuantityUnitId in interface QuantityUnitSmartDataBean
        Returns:
        java.lang.String the QuantityUnitId.
      • populate

        public void populate()
                      throws java.lang.Exception
        This method is used to populate the QuantityUnitDataBean. You must set istrQuantityUnitId using the setQuantityUnitId(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:
        setQuantityUnitId(String)
      • setDescription

        public void setDescription(java.lang.String newDescription)
        This method sets the description.
        Specified by:
        setDescription in interface QuantityUnitInputDataBean
        Parameters:
        newDescription - java.lang.String
      • setLanguageId

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

        public void setQuantityUnitId(java.lang.String newQuantityUnitId)
        This method sets the QuantityUnitId.
        Specified by:
        setQuantityUnitId in interface QuantityUnitInputDataBean
        Parameters:
        astrQuantityUnitId - java.lang.String