com.ibm.commerce.common.beans

Interface QuantityUnitInputDataBean

  • All Superinterfaces:
    com.ibm.commerce.beans.DataBean, com.ibm.commerce.beans.InputDataBean, java.io.Serializable
    All Known Implementing Classes:
    QuantityUnitDataBean


    public interface QuantityUnitInputDataBean
    extends com.ibm.commerce.beans.InputDataBean
    This interface extends InputDataBean to provide an interface for the QuantityUnitDataBean.
    • Field Summary

      • Fields inherited from interface com.ibm.commerce.beans.InputDataBean

        COPYRIGHT
      • Fields inherited from interface com.ibm.commerce.beans.DataBean

        emptyString
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      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 astrQuantityUnitId)
      This method sets the QuantityUnitId.
      • Methods inherited from interface com.ibm.commerce.beans.InputDataBean

        getRequestProperties, setRequestProperties
    • Method Detail

      • setDescription

        void setDescription(java.lang.String newDescription)
        This method sets the description.
        Parameters:
        newDescription - java.lang.String
      • setLanguageId

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

        void setQuantityUnitId(java.lang.String astrQuantityUnitId)
        This method sets the QuantityUnitId.
        Parameters:
        astrQuantityUnitId - java.lang.String