Class SendInviteMessageData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.messaging.invite.SendInviteMessageData
-
- All Implemented Interfaces:
Serializable
public class SendInviteMessageData extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<String,SendInviteMessageData>BODYstatic StringCLASS_NAMEstatic BasicProperty<SendInviteMessageDTO,SendInviteMessageData>DTOstatic BasicProperty<Integer,SendInviteMessageData>MAX_RECIPIENTSstatic BasicProperty<String,SendInviteMessageData>SUBJECT
-
Constructor Summary
Constructors Constructor Description SendInviteMessageData()SendInviteMessageData(Property<T,? super SendInviteMessageData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetBody()SendInviteMessageDTOgetDto()intgetMaxRecipients()StringgetSubject()voidsetBody(String body)voidsetDto(SendInviteMessageDTO dto)voidsetMaxRecipients(int maxRecipients)voidsetSubject(String subject)-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
BODY
public static final BasicProperty<String,SendInviteMessageData> BODY
-
DTO
public static final BasicProperty<SendInviteMessageDTO,SendInviteMessageData> DTO
-
MAX_RECIPIENTS
public static final BasicProperty<Integer,SendInviteMessageData> MAX_RECIPIENTS
-
SUBJECT
public static final BasicProperty<String,SendInviteMessageData> SUBJECT
-
-
Constructor Detail
-
SendInviteMessageData
public SendInviteMessageData()
-
SendInviteMessageData
public SendInviteMessageData(Property<T,? super SendInviteMessageData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getBody
public String getBody()
-
setBody
public void setBody(String body)
-
getDto
public SendInviteMessageDTO getDto()
-
setDto
public void setDto(SendInviteMessageDTO dto)
-
getMaxRecipients
public int getMaxRecipients()
-
setMaxRecipients
public void setMaxRecipients(int maxRecipients)
-
getSubject
public String getSubject()
-
setSubject
public void setSubject(String subject)
-
-