Interface StandardDocument.Standard.Categories.Category

  • Enclosing interface:
    StandardDocument.Standard.Categories

    public static interface StandardDocument.Standard.Categories.Category
    A content category.
    Since:
    9.0.0
    Version:
    $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
    • Method Detail

      • setId

        void setId​(String id)
        Sets the category identifier.
        Parameters:
        id - the category identifier.
        Since:
        9.0.0
      • setName

        void setName​(String name)
        Sets the category name.
        Parameters:
        name - the category name.
        Since:
        9.0.0
      • getId

        String getId()
        Returns the category identifier.
        Returns:
        the category identifier.
        Since:
        9.0.0
      • getName

        String getName()
        Returns the category name.
        Returns:
        the category name.
        Since:
        9.0.0