Class ForumCategoryConfig


  • public class ForumCategoryConfig
    extends Object
    Object that represents a forum category
    Since:
    4.0.9
    Version:
    $Revision: 5769 $ $Date: 2007-02-01 12:00:07 -0200 (Thu, 01 Feb 2007) $
    • Constructor Detail

      • ForumCategoryConfig

        public ForumCategoryConfig()
    • Method Detail

      • getDescription

        public String getDescription()
        Returns:
        the description
      • setDescription

        public void setDescription​(String description)
        Parameters:
        description - the description to set
      • getId

        public String getId()
        Returns:
        the id
      • setId

        public void setId​(String id)
        Parameters:
        id - the id to set
      • getName

        public String getName()
        Returns:
        the name
      • setName

        public void setName​(String name)
        Parameters:
        name - the name to set