Class CmsSchemaInfo.Tab

    • Constructor Detail

      • Tab

        public Tab()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Gets the description.
        Returns:
        the description
      • getDescriptionKey

        public java.lang.String getDescriptionKey()
        Gets the description key.
        Returns:
        the description key
      • getDisplayName

        public java.lang.String getDisplayName()
        Gets the display name.
        Returns:
        the display name
      • getDisplayNameKey

        public java.lang.String getDisplayNameKey()
        Gets the display name key.
        Returns:
        the display name key
      • setDescription

        public void setDescription​(java.lang.String description)
        Sets the description.
        Parameters:
        description - the new description
      • setDescriptionKey

        public void setDescriptionKey​(java.lang.String descriptionKey)
        Sets the description key.
        Parameters:
        descriptionKey - the new description key
      • setDisplayName

        public void setDisplayName​(java.lang.String displayName)
        Sets the display name.
        Parameters:
        displayName - the new display name
      • setDisplayNameKey

        public void setDisplayNameKey​(java.lang.String displayNameKey)
        Sets the display name key.
        Parameters:
        displayNameKey - the new display name key