public class SendMessageData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static ListProperty<MessageCategoryVO,SendMessageData> |
CATEGORIES |
static java.lang.String |
CLASS_NAME |
static ListProperty<MessageDestination,SendMessageData> |
DESTINATIONS |
static BasicProperty<SendMessageDTO,SendMessageData> |
DTO |
static BasicProperty<java.lang.Integer,SendMessageData> |
MAX_RECIPIENTS |
static ListProperty<GroupVO,SendMessageData> |
POSSIBLE_GROUPS |
| Constructor and Description |
|---|
SendMessageData() |
SendMessageData(Property<T,? super SendMessageData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<MessageCategoryVO> |
getCategories() |
java.util.List<MessageDestination> |
getDestinations() |
SendMessageDTO |
getDto() |
int |
getMaxRecipients() |
java.util.List<GroupVO> |
getPossibleGroups() |
void |
setCategories(java.util.List<MessageCategoryVO> categories) |
void |
setDestinations(java.util.List<MessageDestination> destinations) |
void |
setDto(SendMessageDTO dto) |
void |
setMaxRecipients(int maxRecipients) |
void |
setPossibleGroups(java.util.List<GroupVO> possibleGroups) |
addPropertyChangeListener, 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 ListProperty<MessageCategoryVO,SendMessageData> CATEGORIES
public static final ListProperty<MessageDestination,SendMessageData> DESTINATIONS
public static final BasicProperty<SendMessageDTO,SendMessageData> DTO
public static final BasicProperty<java.lang.Integer,SendMessageData> MAX_RECIPIENTS
public static final ListProperty<GroupVO,SendMessageData> POSSIBLE_GROUPS
public SendMessageData()
public SendMessageData(Property<T,? super SendMessageData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.util.List<MessageCategoryVO> getCategories()
public void setCategories(java.util.List<MessageCategoryVO> categories)
public java.util.List<MessageDestination> getDestinations()
public void setDestinations(java.util.List<MessageDestination> destinations)
public SendMessageDTO getDto()
public void setDto(SendMessageDTO dto)
public int getMaxRecipients()
public void setMaxRecipients(int maxRecipients)
public java.util.List<GroupVO> getPossibleGroups()
public void setPossibleGroups(java.util.List<GroupVO> possibleGroups)