Interface FolderLangSpec

All Superinterfaces:
Comparable<StoreElement>, StoreElement, Workflowable

public interface FolderLangSpec extends StoreElement
This interface provides methods to handle the FolderSpecification (language dependent properties of the folder at SiteStore)
Since:
3.0
  • Method Details

    • getLabel

      String getLabel()
      Get the label (menu-name) of the folder
      Returns:
      label (menu-name) of the folder
      Since:
      3.0
    • setLabel

      void setLabel(String label)
      Set the label (menu-name) of the folder
      Parameters:
      label - new label (menu-name) of the folder
      Since:
      3.0
    • getComment

      String getComment()
      Get the comment of the folder in the specific language.
      Returns:
      comment of the folder
      Since:
      3.0
    • setComment

      void setComment(String comment)
      Set the comment of the folder for the specific language
      Parameters:
      comment - the new comment for the folder
      Since:
      3.0
    • getLanguage

      Language getLanguage()
      Get the language of the FolderLangSpec-object
      Returns:
      language of the FolderLangSpec
      Since:
      3.0
    • getKeywords

      String getKeywords()
      Get the keywords of the folder
      Returns:
      keywords of the folder
      Since:
      3.0
    • setKeywords

      void setKeywords(String keywords)
      Set the keywords for the folder
      Parameters:
      keywords - new keywords for the folder
      Since:
      3.0
    • isVisible

      boolean isVisible()
      State if this menu should be shown at the FrontEnd
      Returns:
      true if this menu is shown in sitemap, false otherwise
      Since:
      3.0
    • setVisible

      void setVisible(boolean visible)
      Set the state if this menu should be shown at the FrontEnd
      Parameters:
      visible - true to show; false to hide
      Since:
      3.0
    • getShowInSiteMap

      boolean getShowInSiteMap()
      State if this menu should be shown at the SiteMap
      Returns:
      true if this menu is shown in sitemap, false otherwise
      Since:
      3.0
    • setShowInSiteMap

      void setShowInSiteMap(boolean show)
      Set the state if this menu shold be shown at the SiteMap
      Parameters:
      show - true to show; false to hide
      Since:
      3.0