| java.lang.Object org.sakaiproject.email.impl.DigestMessage
m_to | protected String m_to(Code) | | The id of the User who gets this message.
|
DigestMessage | public DigestMessage(String to, String subject, String body)(Code) | | Construct.
Parameters: to - The id of the User who gets this message. Parameters: subject - The subject. Parameters: body - The body. |
getBody | public String getBody()(Code) | | Access the body of the message.
The body of the message. |
getSubject | public String getSubject()(Code) | | Access the subject of the message.
The subject of the message. |
getTo | public String getTo()(Code) | | Access the to (user id) of the message.
The to (user id) of the message. |
setBody | public void setBody(String body)(Code) | | Set the body of the message
Parameters: body - The subject of the message. |
setSubject | public void setSubject(String subject)(Code) | | Set the subject of the message
Parameters: subject - The subject of the message. |
setTo | public void setTo(String to)(Code) | | Set the to (user id) of the message.
Parameters: subject - The to (user id) of the message. |
|
|