|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.common.data.DiscussionObject
com.ibm.ram.common.data.Forum
public class Forum
Represents a discussion forum
| Constructor Summary | |
|---|---|
Forum()
|
|
| Method Summary | |
|---|---|
int |
getId()
|
Topic[] |
getTopics()
|
void |
setId(int id)
|
void |
setTopics(Topic[] topics)
|
| Methods inherited from class com.ibm.ram.common.data.DiscussionObject |
|---|
getDescription, getLastUpdatedDate, getState, getSubmissionDate, getSubmitter, getTitle, setDescription, setLastUpdatedDate, setState, setSubmissionDate, setSubmitter, setTitle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Forum()
| Method Detail |
|---|
public int getId()
public void setId(int id)
id - The id to set.public Topic[] getTopics()
public void setTopics(Topic[] topics)
topics - The topics to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||