com.ibm.commerce.price.beans

Interface DiscountInputDataBean

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


    public interface DiscountInputDataBean
    extends com.ibm.commerce.beans.InputDataBean
    This interface extends InputDataBean to provide an interface for the DiscountDataBean.
    • 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 setCatalogEntryId(java.lang.Long catEntryId)
      sets catalog entry id.
      void setCatalogEntryId(java.lang.Long[] catEntryId)
      sets an array of catalog entry ids.
      void setCatalogEntryId(java.lang.String catEntryId)
      sets catalog entry id.
      void setCatalogEntryId(java.lang.String[] catEntryId)
      sets an array of catalog entry ids.
      • Methods inherited from interface com.ibm.commerce.beans.InputDataBean

        getRequestProperties, setRequestProperties
    • Method Detail

      • setCatalogEntryId

        void setCatalogEntryId(java.lang.Long catEntryId)
        sets catalog entry id.
        Parameters:
        catEntryId -
      • setCatalogEntryId

        void setCatalogEntryId(java.lang.Long[] catEntryId)
        sets an array of catalog entry ids.
        Parameters:
        catEntryId - []
      • setCatalogEntryId

        void setCatalogEntryId(java.lang.String catEntryId)
        sets catalog entry id.
        Parameters:
        catEntryId -
      • setCatalogEntryId

        void setCatalogEntryId(java.lang.String[] catEntryId)
        sets an array of catalog entry ids.
        Parameters:
        catEntryId - []