Package org.cyclos.model.access.pins
Class NewCredentialsForPinManage
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.access.pins.CurrentCredentialsForPinManage
-
- org.cyclos.model.access.pins.NewCredentialsForPinManage
-
- All Implemented Interfaces:
Serializable,PasswordContainer
public class NewCredentialsForPinManage extends CurrentCredentialsForPinManage
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,NewCredentialsForPinManage>PINstatic BasicProperty<String,NewCredentialsForPinManage>PIN_CONFIRMATION-
Fields inherited from class org.cyclos.model.access.pins.CurrentCredentialsForPinManage
CURRENT_PASSWORD, CURRENT_PIN
-
-
Constructor Summary
Constructors Constructor Description NewCredentialsForPinManage()NewCredentialsForPinManage(Property<T,? super NewCredentialsForPinManage> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetPin()StringgetPinConfirmation()voidsetPin(String pin)voidsetPinConfirmation(String pinConfirmation)-
Methods inherited from class org.cyclos.model.access.pins.CurrentCredentialsForPinManage
getCurrentPassword, getCurrentPin, setCurrentPassword, setCurrentPin
-
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
-
PIN
public static final BasicProperty<String,NewCredentialsForPinManage> PIN
-
PIN_CONFIRMATION
public static final BasicProperty<String,NewCredentialsForPinManage> PIN_CONFIRMATION
-
-
Constructor Detail
-
NewCredentialsForPinManage
public NewCredentialsForPinManage()
-
NewCredentialsForPinManage
public NewCredentialsForPinManage(Property<T,? super NewCredentialsForPinManage> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classCurrentCredentialsForPinManage
-
getPin
public String getPin()
-
setPin
public void setPin(String pin)
-
getPinConfirmation
public String getPinConfirmation()
-
setPinConfirmation
public void setPinConfirmation(String pinConfirmation)
-
className
public String className()
- Overrides:
classNamein classCurrentCredentialsForPinManage
-
-