public class DataContainer extends Object implements Serializable
| Constructor and Description |
|---|
DataContainer() |
| Modifier and Type | Method and Description |
|---|---|
ConversationWrapper |
getConversation() |
Person |
getMe() |
Message |
getMessage() |
MembersContainer |
getPeople() |
Person |
getPerson() |
SpaceWrapper |
getSpace() |
SpacesContainer |
getSpaces() |
void |
setConversation(ConversationWrapper conversation) |
public SpacesContainer getSpaces() throws WWException
WWExceptionpublic Person getMe() throws WWException
WWExceptionpublic Person getPerson() throws WWException
WWExceptionpublic ConversationWrapper getConversation() throws WWException
WWExceptionpublic void setConversation(ConversationWrapper conversation)
conversation - ConversationWrapper for a given conversationpublic SpaceWrapper getSpace() throws WWException
WWExceptionpublic MembersContainer getPeople() throws WWException
WWExceptionpublic Message getMessage() throws WWException
WWExceptionCopyright © 2017 OpenNTF. All rights reserved.