Class CmsCreateCategoryMenuEntry.CmsCategoryTitleAndName

java.lang.Object
org.opencms.ade.sitemap.client.hoverbar.CmsCreateCategoryMenuEntry.CmsCategoryTitleAndName
Enclosing class:
CmsCreateCategoryMenuEntry

Bean containing the title and name of a category.

  • Constructor Details

    • CmsCategoryTitleAndName

      public CmsCategoryTitleAndName(String title, String name)
      Creates a new instance.

      Parameters:
      title - the title of the category
      name - the name of the category
  • Method Details

    • getName

      public String getName()
      Gets the name of the category.

      Returns:
      the category name
    • getTitle

      public String getTitle()
      Gets the title of the category.

      Returns:
      the category title