public class SendMailingListDTO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.String,SendMailingListDTO> |
BODY |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,SendMailingListDTO> |
SUBJECT |
static SetProperty<BasicGroupVO,SendMailingListDTO> |
TO_GROUPS |
static SetProperty<UserVO,SendMailingListDTO> |
TO_USERS |
static BasicProperty<MailingListType,SendMailingListDTO> |
TYPE |
| Constructor and Description |
|---|
SendMailingListDTO() |
SendMailingListDTO(Property<T,? super SendMailingListDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getBody() |
java.lang.String |
getSubject() |
java.util.Set<BasicGroupVO> |
getToGroups() |
java.util.Set<UserVO> |
getToUsers() |
MailingListType |
getType() |
void |
setBody(java.lang.String body) |
void |
setSubject(java.lang.String subject) |
void |
setToGroups(java.util.Set<BasicGroupVO> toGroups) |
void |
setToUsers(java.util.Set<UserVO> toUsers) |
void |
setType(MailingListType type) |
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 BasicProperty<java.lang.String,SendMailingListDTO> BODY
public static final BasicProperty<java.lang.String,SendMailingListDTO> SUBJECT
public static final SetProperty<BasicGroupVO,SendMailingListDTO> TO_GROUPS
public static final SetProperty<UserVO,SendMailingListDTO> TO_USERS
public static final BasicProperty<MailingListType,SendMailingListDTO> TYPE
public SendMailingListDTO()
public SendMailingListDTO(Property<T,? super SendMailingListDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.String getBody()
public void setBody(java.lang.String body)
public java.lang.String getSubject()
public void setSubject(java.lang.String subject)
public java.util.Set<BasicGroupVO> getToGroups()
public void setToGroups(java.util.Set<BasicGroupVO> toGroups)
public java.util.Set<UserVO> getToUsers()
public void setToUsers(java.util.Set<UserVO> toUsers)
public MailingListType getType()
public void setType(MailingListType type)