|
|||||||||
| 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.Topic
public class Topic
Represents a discussion topic
| Constructor Summary | |
|---|---|
Topic()
|
|
| Method Summary | |
|---|---|
Attachment |
getAttachment()
|
int |
getForumID()
|
int |
getId()
|
Post[] |
getPosts()
|
void |
setAttachment(Attachment attachment)
|
void |
setForumID(int forumID)
|
void |
setId(int id)
|
void |
setPosts(Post[] posts)
|
| 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 Topic()
| Method Detail |
|---|
public int getId()
public void setId(int id)
id - The database id for the topic.public int getForumID()
public void setForumID(int forumID)
forumID - The forumID to set.public Attachment getAttachment()
public void setAttachment(Attachment attachment)
attachment - The attachment to set.public Post[] getPosts()
public void setPosts(Post[] posts)
posts - The posts to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||