Class SimpleChangeVoucherPinDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.vouchers.SimpleChangeVoucherPinDTO
-
- All Implemented Interfaces:
Serializable,PasswordContainer
- Direct Known Subclasses:
ChangeVoucherPinDTO
public class SimpleChangeVoucherPinDTO extends Bean implements PasswordContainer
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,SimpleChangeVoucherPinDTO>CONFIRM_NEW_PINstatic BasicProperty<String,SimpleChangeVoucherPinDTO>NEW_PINstatic BasicProperty<String,SimpleChangeVoucherPinDTO>OLD_PIN
-
Constructor Summary
Constructors Constructor Description SimpleChangeVoucherPinDTO()SimpleChangeVoucherPinDTO(Property<T,? super SimpleChangeVoucherPinDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetConfirmNewPin()StringgetNewPin()StringgetOldPin()voidsetConfirmNewPin(String confirmNewPin)voidsetNewPin(String newPin)voidsetOldPin(String oldPin)-
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
-
CONFIRM_NEW_PIN
public static final BasicProperty<String,SimpleChangeVoucherPinDTO> CONFIRM_NEW_PIN
-
NEW_PIN
public static final BasicProperty<String,SimpleChangeVoucherPinDTO> NEW_PIN
-
OLD_PIN
public static final BasicProperty<String,SimpleChangeVoucherPinDTO> OLD_PIN
-
-
Constructor Detail
-
SimpleChangeVoucherPinDTO
public SimpleChangeVoucherPinDTO()
-
SimpleChangeVoucherPinDTO
public SimpleChangeVoucherPinDTO(Property<T,? super SimpleChangeVoucherPinDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getConfirmNewPin
public String getConfirmNewPin()
-
setConfirmNewPin
public void setConfirmNewPin(String confirmNewPin)
-
getNewPin
public String getNewPin()
-
setNewPin
public void setNewPin(String newPin)
-
getOldPin
public String getOldPin()
-
setOldPin
public void setOldPin(String oldPin)
-
-