Package org.cyclos.model.access.pins
Class CurrentCredentialsForPinManage
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.access.pins.CurrentCredentialsForPinManage
-
- All Implemented Interfaces:
Serializable,PasswordContainer
- Direct Known Subclasses:
NewCredentialsForPinManage
public class CurrentCredentialsForPinManage extends Bean implements PasswordContainer
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,CurrentCredentialsForPinManage>CURRENT_PASSWORDstatic BasicProperty<String,CurrentCredentialsForPinManage>CURRENT_PIN
-
Constructor Summary
Constructors Constructor Description CurrentCredentialsForPinManage()CurrentCredentialsForPinManage(Property<T,? super CurrentCredentialsForPinManage> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetCurrentPassword()StringgetCurrentPin()voidsetCurrentPassword(String currentPassword)voidsetCurrentPin(String currentPin)-
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
-
CURRENT_PASSWORD
public static final BasicProperty<String,CurrentCredentialsForPinManage> CURRENT_PASSWORD
-
CURRENT_PIN
public static final BasicProperty<String,CurrentCredentialsForPinManage> CURRENT_PIN
-
-
Constructor Detail
-
CurrentCredentialsForPinManage
public CurrentCredentialsForPinManage()
-
CurrentCredentialsForPinManage
public CurrentCredentialsForPinManage(Property<T,? super CurrentCredentialsForPinManage> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getCurrentPassword
public String getCurrentPassword()
-
setCurrentPassword
public void setCurrentPassword(String currentPassword)
-
getCurrentPin
public String getCurrentPin()
-
setCurrentPin
public void setCurrentPin(String currentPin)
-
-