Class CmsCreateCategoryMenuEntry.CmsCategoryTitleAndName

    • Constructor Summary

      Constructors 
      Constructor Description
      CmsCategoryTitleAndName​(java.lang.String title, java.lang.String name)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Gets the name of the category.
      java.lang.String getTitle()
      Gets the title of the category.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CmsCategoryTitleAndName

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

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

      • getName

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

        Returns:
        the category name
      • getTitle

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

        Returns:
        the category title