Package org.cyclos.entities.messaging
Class IncomingMessage
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.messaging.Message
-
- org.cyclos.entities.messaging.IncomingMessage
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForProxying,DefinesNetwork,IEntity
@Entity public class IncomingMessage extends Message
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description IncomingMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageOwnergetFromOwner()UsergetFromUser()MessageNaturegetNature()voidsetFromOwner(MessageOwner fromOwner)voidsetFromUser(User fromUser)-
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
-
getFromOwner
public MessageOwner getFromOwner()
-
getFromUser
public User getFromUser()
-
getNature
public MessageNature getNature()
-
setFromOwner
public void setFromOwner(MessageOwner fromOwner)
-
setFromUser
public void setFromUser(User fromUser)
-
-