@Entity public class OutgoingMessage extends Message
| Constructor and Description |
|---|
OutgoingMessage() |
| Modifier and Type | Method and Description |
|---|---|
MessageDestination |
getDestination() |
User |
getSentBy() |
java.util.Set<Group> |
getToGroups() |
java.util.Set<User> |
getToUsers() |
void |
setDestination(MessageDestination destination) |
void |
setSentBy(User sentBy) |
void |
setToGroups(java.util.Set<Group> toGroups) |
void |
setToUsers(java.util.Set<User> toUsers) |
getBody, getCategory, getConversationId, getDate, getMessageBox, getMessageOwner, getNetwork, getOwner, getRemovedAt, getSubject, isRead, isRemoved, isReplied, setBody, setCategory, setConversationId, setDate, setMessageOwner, setNetwork, setOwner, setRead, setRemovedAt, setReplied, setSubjectgetDataTranslationType, getLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, toStringpublic MessageDestination getDestination()
public User getSentBy()
public java.util.Set<Group> getToGroups()
public java.util.Set<User> getToUsers()
public void setDestination(MessageDestination destination)
public void setSentBy(User sentBy)
public void setToGroups(java.util.Set<Group> toGroups)
public void setToUsers(java.util.Set<User> toUsers)