Class ChangePasswordData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.access.passwords.ChangePasswordData
-
- All Implemented Interfaces:
Serializable
public class ChangePasswordData extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<ChangePasswordDTO,ChangePasswordData>CHANGE_PASSWORDstatic StringCLASS_NAMEstatic BasicProperty<Boolean,ChangePasswordData>REQUIRE_OLD_PASSWORD
-
Constructor Summary
Constructors Constructor Description ChangePasswordData()ChangePasswordData(Property<T,? super ChangePasswordData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()ChangePasswordDTOgetChangePassword()booleanisRequireOldPassword()voidsetChangePassword(ChangePasswordDTO changePassword)voidsetRequireOldPassword(boolean requireOldPassword)-
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
-
CHANGE_PASSWORD
public static final BasicProperty<ChangePasswordDTO,ChangePasswordData> CHANGE_PASSWORD
-
REQUIRE_OLD_PASSWORD
public static final BasicProperty<Boolean,ChangePasswordData> REQUIRE_OLD_PASSWORD
-
-
Constructor Detail
-
ChangePasswordData
public ChangePasswordData()
-
ChangePasswordData
public ChangePasswordData(Property<T,? super ChangePasswordData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getChangePassword
public ChangePasswordDTO getChangePassword()
-
setChangePassword
public void setChangePassword(ChangePasswordDTO changePassword)
-
isRequireOldPassword
public boolean isRequireOldPassword()
-
setRequireOldPassword
public void setRequireOldPassword(boolean requireOldPassword)
-
-