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
WWException
public Person getMe() throws WWException
WWException
public Person getPerson() throws WWException
WWException
public ConversationWrapper getConversation() throws WWException
WWException
public void setConversation(ConversationWrapper conversation)
conversation
- ConversationWrapper for a given conversationpublic SpaceWrapper getSpace() throws WWException
WWException
public MembersContainer getPeople() throws WWException
WWException
public Message getMessage() throws WWException
WWException
Copyright © 2017 OpenNTF. All rights reserved.