com.ibm.commerce.tickler.beans

Interface TicklerActionListSmartDataBean

  • All Known Implementing Classes:
    TicklerActionListBean


    public interface TicklerActionListSmartDataBean
    Interface for TicklerActionListBean, containing the getter methods getLanguageId and getStoreId. 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
      java.lang.Integer getLanguageId()
      This method gets the languageId field from the access bean.
      java.lang.Integer getStoreId()
      This method gets the storeId field from the access bean.
    • Field Detail

      • COPYRIGHT

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

      • getLanguageId

        java.lang.Integer getLanguageId()
        This method gets the languageId field from the access bean. The languageId is the ID of the language used for the description for each language.
        Returns:
        language ID
      • getStoreId

        java.lang.Integer getStoreId()
        This method gets the storeId field from the access bean. The storeId is the store Identifier.
        Returns:
        store ID