Package org.cyclos.entities.messaging
Class OutgoingMessage
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.messaging.Message
-
- org.cyclos.entities.messaging.OutgoingMessage
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForProxying,DefinesNetwork,IEntity
@Entity public class OutgoingMessage extends Message
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description OutgoingMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageDestinationgetDestination()MessageNaturegetNature()UsergetSentBy()Set<Group>getToGroups()Set<User>getToUsers()voidsetDestination(MessageDestination destination)voidsetSentBy(User sentBy)voidsetToGroups(Set<Group> toGroups)voidsetToUsers(Set<User> toUsers)-
Methods inherited from class org.cyclos.entities.messaging.Message
getBody, getCategory, getConversationId, getDate, getMessageBox, getMessageOwner, getNetwork, getOwner, getRemovedAt, getSubject, isRead, isRemoved, isReplied, setBody, setCategory, setConversationId, setDate, setMessageOwner, setNetwork, setOwner, setRead, setRemovedAt, setReplied, setSubject
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, toShortString, toString, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-
-
-
Method Detail
-
getDestination
public MessageDestination getDestination()
-
getNature
public MessageNature getNature()
-
getSentBy
public User getSentBy()
-
setDestination
public void setDestination(MessageDestination destination)
-
setSentBy
public void setSentBy(User sentBy)
-
-