public class OutgoingMessageVO extends DetailedMessageVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<MessageDestination,OutgoingMessageVO> |
DESTINATION |
static BasicProperty<UserVO,OutgoingMessageVO> |
SENT_BY |
static ListProperty<GroupVO,OutgoingMessageVO> |
TO_GROUPS |
static ListProperty<UserVO,OutgoingMessageVO> |
TO_USERS |
BODYCATEGORY, DATE, MESSAGE_BOX, MESSAGE_OWNER, OWNER, READ, REMOVED_AT, REPLIED, SUBJECTID| Constructor and Description |
|---|
OutgoingMessageVO() |
OutgoingMessageVO(java.lang.Long id) |
OutgoingMessageVO(Property<T,? super OutgoingMessageVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
MessageDestination |
getDestination() |
UserVO |
getSentBy() |
java.util.List<GroupVO> |
getToGroups() |
java.util.List<UserVO> |
getToUsers() |
void |
setDestination(MessageDestination destination) |
void |
setSentBy(UserVO sentBy) |
void |
setToGroups(java.util.List<GroupVO> toGroups) |
void |
setToUsers(java.util.List<UserVO> toUsers) |
getBody, setBodygetCategory, getDate, getMessageBox, getMessageOwner, getOwner, getRemovedAt, getSubject, isRead, isReplied, setCategory, setDate, setMessageBox, setMessageOwner, setOwner, setRead, setRemovedAt, setReplied, setSubjectgetId, 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<MessageDestination,OutgoingMessageVO> DESTINATION
public static final BasicProperty<UserVO,OutgoingMessageVO> SENT_BY
public static final ListProperty<GroupVO,OutgoingMessageVO> TO_GROUPS
public static final ListProperty<UserVO,OutgoingMessageVO> TO_USERS
public OutgoingMessageVO()
public OutgoingMessageVO(java.lang.Long id)
public OutgoingMessageVO(Property<T,? super OutgoingMessageVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class DetailedMessageVOpublic MessageDestination getDestination()
public void setDestination(MessageDestination destination)
public UserVO getSentBy()
public void setSentBy(UserVO sentBy)
public java.util.List<GroupVO> getToGroups()
public void setToGroups(java.util.List<GroupVO> toGroups)
public java.util.List<UserVO> getToUsers()
public void setToUsers(java.util.List<UserVO> toUsers)
public java.lang.String className()
className in class DetailedMessageVO