Class DetailedMessageVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.messaging.messages.MessageVO
-
- org.cyclos.model.messaging.messages.DetailedMessageVO
-
- All Implemented Interfaces:
Serializable,IEntity
- Direct Known Subclasses:
IncomingMessageVO,OutgoingMessageVO
public class DetailedMessageVO extends MessageVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<String,DetailedMessageVO>BODYstatic StringCLASS_NAMEstatic BasicProperty<Integer,DetailedMessageVO>REPLY_POSITION-
Fields inherited from class org.cyclos.model.messaging.messages.MessageVO
CATEGORY, DATE, MESSAGE_BOX, MESSAGE_OWNER, NATURE, OWNER, READ, REMOVED_AT, REPLIED, SUBJECT
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description DetailedMessageVO()DetailedMessageVO(Long id)DetailedMessageVO(Property<T,? super DetailedMessageVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetBody()IntegergetReplyPosition()voidsetBody(String body)voidsetReplyPosition(Integer replyPosition)-
Methods inherited from class org.cyclos.model.messaging.messages.MessageVO
getCategory, getDate, getMessageBox, getMessageOwner, getNature, getOwner, getRemovedAt, getSubject, isRead, isReplied, setCategory, setDate, setMessageBox, setMessageOwner, setNature, setOwner, setRead, setRemovedAt, setReplied, setSubject
-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId, toString
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
BODY
public static final BasicProperty<String,DetailedMessageVO> BODY
-
REPLY_POSITION
public static final BasicProperty<Integer,DetailedMessageVO> REPLY_POSITION
-
-
Constructor Detail
-
DetailedMessageVO
public DetailedMessageVO()
-
DetailedMessageVO
public DetailedMessageVO(Long id)
-
DetailedMessageVO
public DetailedMessageVO(Property<T,? super DetailedMessageVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classMessageVO
-
getBody
public String getBody()
-
setBody
public void setBody(String body)
-
getReplyPosition
public Integer getReplyPosition()
-
setReplyPosition
public void setReplyPosition(Integer replyPosition)
-
-