Class ActivateGiftVoucherDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.vouchers.ActivateGiftVoucherDTO
-
- All Implemented Interfaces:
Serializable
public class ActivateGiftVoucherDTO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<SimpleChangeVoucherNotificationSettingsDTO,ActivateGiftVoucherDTO>NOTIFICATIONstatic BasicProperty<SimpleChangeVoucherPinDTO,ActivateGiftVoucherDTO>PIN
-
Constructor Summary
Constructors Constructor Description ActivateGiftVoucherDTO()ActivateGiftVoucherDTO(Property<T,? super ActivateGiftVoucherDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()SimpleChangeVoucherNotificationSettingsDTOgetNotification()SimpleChangeVoucherPinDTOgetPin()voidsetNotification(SimpleChangeVoucherNotificationSettingsDTO notification)voidsetPin(SimpleChangeVoucherPinDTO pin)-
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
-
NOTIFICATION
public static final BasicProperty<SimpleChangeVoucherNotificationSettingsDTO,ActivateGiftVoucherDTO> NOTIFICATION
-
PIN
public static final BasicProperty<SimpleChangeVoucherPinDTO,ActivateGiftVoucherDTO> PIN
-
-
Constructor Detail
-
ActivateGiftVoucherDTO
public ActivateGiftVoucherDTO()
-
ActivateGiftVoucherDTO
public ActivateGiftVoucherDTO(Property<T,? super ActivateGiftVoucherDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getNotification
public SimpleChangeVoucherNotificationSettingsDTO getNotification()
-
setNotification
public void setNotification(SimpleChangeVoucherNotificationSettingsDTO notification)
-
getPin
public SimpleChangeVoucherPinDTO getPin()
-
setPin
public void setPin(SimpleChangeVoucherPinDTO pin)
-
-