Method Summary |
|
public Iterator | forums() Returns an Iterator for the ForumGroup to move through the forums. |
public Date | getCreationDate() Returns the Date that the ForumGroup was created. |
public String | getDescription() Returns the description of the ForumGroup. |
public int | getID() Returns the unique id of the ForumGroup. |
public Date | getModifiedDate() Returns the Date that the ForumGroup was last modified. |
public String | getName() Returns the name of the ForumGroup. |
public int | getOrder() This returns the order of the group. |
public void | setCreationDate(Date creationDate) Sets the creation date of the ForumGroup. |
public void | setDescription(String description) Sets the description of the ForumGroup. |
public void | setModifiedDate(Date modifiedDate) Sets the date the ForumGroup was last modified. |
public void | setName(String name) Sets the name of the ForumGroup. |
public void | setOrder(int param) This method is used to set the order of the group. |