| java.lang.Object org.sakaiproject.chat2.model.ChatMessage
ChatMessage | public class ChatMessage implements Entity(Code) | | author: andersjb |
ChatMessage | public ChatMessage()(Code) | | |
setMessageDate | public void setMessageDate(Date messageDate)(Code) | | |
toXml | public Element toXml(Document doc, Stack stack)(Code) | | Serialize the resource into XML, adding an element to the doc under the top of the stack element.
Parameters: doc - The DOM doc to contain the XML (or null for a string return). Parameters: stack - The DOM elements, the top of which is the containing element of the new "resource" element. The newly added element. |
|
|