public class MessageVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<MessageCategoryVO,MessageVO> |
CATEGORY |
static java.lang.String |
CLASS_NAME |
static BasicProperty<DateTime,MessageVO> |
DATE |
static BasicProperty<MessageBox,MessageVO> |
MESSAGE_BOX |
static BasicProperty<MessageOwner,MessageVO> |
MESSAGE_OWNER |
static BasicProperty<UserVO,MessageVO> |
OWNER |
static BasicProperty<java.lang.Boolean,MessageVO> |
READ |
static BasicProperty<DateTime,MessageVO> |
REMOVED_AT |
static BasicProperty<java.lang.Boolean,MessageVO> |
REPLIED |
static BasicProperty<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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
MessageCategoryVO |
getCategory() |
DateTime |
getDate() |
MessageBox |
getMessageBox() |
MessageOwner |
getMessageOwner() |
UserVO |
getOwner() |
DateTime |
getRemovedAt() |
java.lang.String |
getSubject() |
boolean |
isRead() |
boolean |
isReplied() |
void |
setCategory(MessageCategoryVO category) |
void |
setDate(DateTime date) |
void |
setMessageBox(MessageBox messageBox) |
void |
setMessageOwner(MessageOwner messageOwner) |
void |
setOwner(UserVO owner) |
void |
setRead(boolean read) |
void |
setRemovedAt(DateTime removedAt) |
void |
setReplied(boolean replied) |
void |
setSubject(java.lang.String subject) |
getId, getIds, getUniqueIdsaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<MessageCategoryVO,MessageVO> CATEGORY
public static final BasicProperty<DateTime,MessageVO> DATE
public static final BasicProperty<MessageBox,MessageVO> MESSAGE_BOX
public static final BasicProperty<MessageOwner,MessageVO> MESSAGE_OWNER
public static final BasicProperty<UserVO,MessageVO> OWNER
public static final BasicProperty<java.lang.Boolean,MessageVO> READ
public static final BasicProperty<DateTime,MessageVO> REMOVED_AT
public static final BasicProperty<java.lang.Boolean,MessageVO> REPLIED
public static final BasicProperty<java.lang.String,MessageVO> SUBJECT
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelpublic MessageCategoryVO getCategory()
public void setCategory(MessageCategoryVO category)
public DateTime getDate()
public void setDate(DateTime date)
public MessageBox getMessageBox()
public void setMessageBox(MessageBox messageBox)
public MessageOwner getMessageOwner()
public void setMessageOwner(MessageOwner messageOwner)
public UserVO getOwner()
public void setOwner(UserVO owner)
public boolean isRead()
public void setRead(boolean read)
public DateTime getRemovedAt()
public void setRemovedAt(DateTime removedAt)
public boolean isReplied()
public void setReplied(boolean replied)
public java.lang.String getSubject()
public void setSubject(java.lang.String subject)