com.ibm.commerce.tickler.beans

Interface TicklerActionListInputDataBean

  • All Known Implementing Classes:
    TicklerActionListBean


    public interface TicklerActionListInputDataBean
    Interface for TicklerActionListBean, containing the setter methods setLanguageId and setStoreId . The storeId is the store Identifier. The languageId is the ID of the language used for the description for each language.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void setLanguageId(java.lang.Integer newLanguageId)
      This method sets the languageId field and uses it to set the language key field of the access beans.
      void setStoreId(java.lang.Integer newStoreId)
      This method sets the storeId field and uses it to set the store key field of the access beans.
    • Field Detail

      • COPYRIGHT

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

      • setLanguageId

        void setLanguageId(java.lang.Integer newLanguageId)
        This method sets the languageId field and uses it to set the language key field of the access beans. The languageId is the ID of the language used for the description for each language.
        Parameters:
        newLanguageId - language ID
      • setStoreId

        void setStoreId(java.lang.Integer newStoreId)
        This method sets the storeId field and uses it to set the store key field of the access beans. The storeId is the store Identifier.
        Parameters:
        newStoreId - store ID