Class SimpleChangeVoucherNotificationSettingsDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.vouchers.SimpleChangeVoucherNotificationSettingsDTO
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ChangeVoucherNotificationSettingsDTO
public class SimpleChangeVoucherNotificationSettingsDTO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,SimpleChangeVoucherNotificationSettingsDTO>EMAILstatic BasicProperty<Boolean,SimpleChangeVoucherNotificationSettingsDTO>ENABLE_NOTIFICATIONSstatic BasicProperty<String,SimpleChangeVoucherNotificationSettingsDTO>MOBILE_PHONE
-
Constructor Summary
Constructors Constructor Description SimpleChangeVoucherNotificationSettingsDTO()SimpleChangeVoucherNotificationSettingsDTO(Property<T,? super SimpleChangeVoucherNotificationSettingsDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetEmail()StringgetMobilePhone()booleanisEnableNotifications()voidsetEmail(String email)voidsetEnableNotifications(boolean enableNotifications)voidsetMobilePhone(String mobilePhone)-
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
-
EMAIL
public static final BasicProperty<String,SimpleChangeVoucherNotificationSettingsDTO> EMAIL
-
ENABLE_NOTIFICATIONS
public static final BasicProperty<Boolean,SimpleChangeVoucherNotificationSettingsDTO> ENABLE_NOTIFICATIONS
-
MOBILE_PHONE
public static final BasicProperty<String,SimpleChangeVoucherNotificationSettingsDTO> MOBILE_PHONE
-
-
Constructor Detail
-
SimpleChangeVoucherNotificationSettingsDTO
public SimpleChangeVoucherNotificationSettingsDTO()
-
SimpleChangeVoucherNotificationSettingsDTO
public SimpleChangeVoucherNotificationSettingsDTO(Property<T,? super SimpleChangeVoucherNotificationSettingsDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getEmail
public String getEmail()
-
setEmail
public void setEmail(String email)
-
isEnableNotifications
public boolean isEnableNotifications()
-
setEnableNotifications
public void setEnableNotifications(boolean enableNotifications)
-
getMobilePhone
public String getMobilePhone()
-
setMobilePhone
public void setMobilePhone(String mobilePhone)
-
-