Package lumis.service.forum
Class ForumCategoryConfig
- java.lang.Object
-
- lumis.service.forum.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 Summary
Constructors Constructor Description ForumCategoryConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getId()
String
getName()
void
setDescription(String description)
void
setId(String id)
void
setName(String name)
-
-
-
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
-
-