| org.sakaiproject.discussion.api.DiscussionMessageHeaderEdit
Method Summary | |
public void | setCategory(String category) Set the category of the discussion message. | public void | setReplyTo(String id) Set the local or resource id of the message this one is a reply to, used in threading. | public void | setSubject(String subject) Set the subject of the discussion message. |
setCategory | public void setCategory(String category)(Code) | | Set the category of the discussion message.
Parameters: category - The category of the discussion message. |
setReplyTo | public void setReplyTo(String id)(Code) | | Set the local or resource id of the message this one is a reply to, used in threading.
The id of the message this one is a reply to, used in threading, or null if none. |
setSubject | public void setSubject(String subject)(Code) | | Set the subject of the discussion message.
Parameters: subject - The subject of the discussion message. |
|
|