Package org.cyclos.model.users.users
Class PasswordRegistrationDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.users.users.PasswordRegistrationDTO
-
- All Implemented Interfaces:
Serializable,PasswordContainer
public class PasswordRegistrationDTO extends Bean implements PasswordContainer
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<Boolean,PasswordRegistrationDTO>ASSIGNstatic StringCLASS_NAMEstatic BasicProperty<String,PasswordRegistrationDTO>CONFIRMATION_VALUEstatic BasicProperty<Boolean,PasswordRegistrationDTO>FORCE_CHANGEstatic BasicProperty<PasswordTypeVO,PasswordRegistrationDTO>TYPEstatic BasicProperty<String,PasswordRegistrationDTO>VALUE
-
Constructor Summary
Constructors Constructor Description PasswordRegistrationDTO()PasswordRegistrationDTO(Property<T,? super PasswordRegistrationDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetConfirmationValue()PasswordTypeVOgetType()StringgetValue()booleanisAssign()booleanisForceChange()voidsetAssign(boolean assign)voidsetConfirmationValue(String confirmationValue)voidsetForceChange(boolean forceChange)voidsetType(PasswordTypeVO type)voidsetValue(String value)-
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
-
ASSIGN
public static final BasicProperty<Boolean,PasswordRegistrationDTO> ASSIGN
-
CONFIRMATION_VALUE
public static final BasicProperty<String,PasswordRegistrationDTO> CONFIRMATION_VALUE
-
FORCE_CHANGE
public static final BasicProperty<Boolean,PasswordRegistrationDTO> FORCE_CHANGE
-
TYPE
public static final BasicProperty<PasswordTypeVO,PasswordRegistrationDTO> TYPE
-
VALUE
public static final BasicProperty<String,PasswordRegistrationDTO> VALUE
-
-
Constructor Detail
-
PasswordRegistrationDTO
public PasswordRegistrationDTO()
-
PasswordRegistrationDTO
public PasswordRegistrationDTO(Property<T,? super PasswordRegistrationDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
isAssign
public boolean isAssign()
-
setAssign
public void setAssign(boolean assign)
-
getConfirmationValue
public String getConfirmationValue()
-
setConfirmationValue
public void setConfirmationValue(String confirmationValue)
-
isForceChange
public boolean isForceChange()
-
setForceChange
public void setForceChange(boolean forceChange)
-
getType
public PasswordTypeVO getType()
-
setType
public void setType(PasswordTypeVO type)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
-