com.ibm.commerce.tickler.beans

Interface TicklerActionDescriptionInputDataBean

  • All Known Implementing Classes:
    TicklerActionDescriptionDataBean


    public interface TicklerActionDescriptionInputDataBean
    Interface for TicklerActionDescriptionDataBean, containing the setter methods setTicklerActionId and setLanguageId. The ticklerActionId is the ID of the tickler action. A tickler action classifies work that is performed in an effort to resolve a tickler. 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 setTicklerActionId(java.lang.Integer newTicklerId)
      This method sets the ticklerActionId field and uses it to set the tickler action 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

      • setTicklerActionId

        void setTicklerActionId(java.lang.Integer newTicklerId)
        This method sets the ticklerActionId field and uses it to set the tickler action key field of the access beans. The ticklerActionId is the ID of the tickler action. A tickler action classifies work that is performed in an effort to resolve a tickler.
        Parameters:
        newTicklerId - tickler action code
      • 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. The following is the list of language ID codes for each locale:
         -1 = English (US)
         -2 = French
         -3 = German
         -4 = Italian
         -5 = Spanish
         -6 = Brazilian Portuguese
         -7 = Simplified Chinese
         -8 = Traditional Chinese
         -9 = Korean
         -10 = Japanese
        
        Parameters:
        newLanguageId - language ID