public class MessageVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.String,MessageVO> |
BODY |
static Property<MessageCategoryVO,MessageVO> |
CATEGORY |
static Property<DateTime,MessageVO> |
DATE |
static Property<MessageBox,MessageVO> |
MESSAGE_BOX |
static Property<MessageOwner,MessageVO> |
MESSAGE_OWNER |
static Property<UserVO,MessageVO> |
OWNER |
static Property<java.lang.Boolean,MessageVO> |
READ |
static Property<DateTime,MessageVO> |
REMOVED_AT |
static Property<java.lang.Boolean,MessageVO> |
REPLIED |
static Property<java.lang.String,MessageVO> |
SUBJECT |
ID| Constructor and Description |
|---|
MessageVO() |
MessageVO(java.lang.Long id) |
MessageVO(Property<T,? super MessageVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
java.lang.String |
getBody() |
MessageCategoryVO |
getCategory() |
DateTime |
getDate() |
MessageBox |
getMessageBox() |
MessageOwner |
getMessageOwner() |
UserVO |
getOwner() |
java.lang.Boolean |
getRead() |
DateTime |
getRemovedAt() |
java.lang.Boolean |
getReplied() |
java.lang.String |
getSubject() |
void |
setBody(java.lang.String body) |
void |
setCategory(MessageCategoryVO category) |
void |
setDate(DateTime date) |
void |
setMessageBox(MessageBox messageBox) |
void |
setMessageOwner(MessageOwner messageOwner) |
void |
setOwner(UserVO owner) |
void |
setRead(java.lang.Boolean read) |
void |
setRemovedAt(DateTime removedAt) |
void |
setReplied(java.lang.Boolean replied) |
void |
setSubject(java.lang.String subject) |
getId, getIds, getUniqueIdsaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<MessageCategoryVO,MessageVO> CATEGORY
public static final Property<MessageBox,MessageVO> MESSAGE_BOX
public static final Property<MessageOwner,MessageVO> MESSAGE_OWNER
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class EntityModelpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class EntityModelpublic java.lang.String getBody()
public MessageCategoryVO getCategory()
public DateTime getDate()
public MessageBox getMessageBox()
public MessageOwner getMessageOwner()
public UserVO getOwner()
public java.lang.Boolean getRead()
public DateTime getRemovedAt()
public java.lang.Boolean getReplied()
public java.lang.String getSubject()
public void setBody(java.lang.String body)
public void setCategory(MessageCategoryVO category)
public void setDate(DateTime date)
public void setMessageBox(MessageBox messageBox)
public void setMessageOwner(MessageOwner messageOwner)
public void setOwner(UserVO owner)
public void setRead(java.lang.Boolean read)
public void setRemovedAt(DateTime removedAt)
public void setReplied(java.lang.Boolean replied)
public void setSubject(java.lang.String subject)