Class ChangeForgottenPasswordData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.access.passwords.ChangeForgottenPasswordData
-
- All Implemented Interfaces:
Serializable
public class ChangeForgottenPasswordData extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<ChangeForgottenPasswordDTO,ChangeForgottenPasswordData>CHANGE_DTOstatic StringCLASS_NAMEstatic BasicProperty<PasswordTypeDetailedVO,ChangeForgottenPasswordData>PASSWORD_TYPEstatic ListProperty<UserPrincipalData,ChangeForgottenPasswordData>PRINCIPALS_DATAstatic BasicProperty<String,ChangeForgottenPasswordData>SECURITY_QUESTIONstatic BasicProperty<BasicUserVO,ChangeForgottenPasswordData>USER
-
Constructor Summary
Constructors Constructor Description ChangeForgottenPasswordData()ChangeForgottenPasswordData(Property<T,? super ChangeForgottenPasswordData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()ChangeForgottenPasswordDTOgetChangeDTO()PasswordTypeDetailedVOgetPasswordType()List<UserPrincipalData>getPrincipalsData()StringgetSecurityQuestion()BasicUserVOgetUser()voidsetChangeDTO(ChangeForgottenPasswordDTO changeDTO)voidsetPasswordType(PasswordTypeDetailedVO passwordType)voidsetPrincipalsData(List<UserPrincipalData> principalsData)voidsetSecurityQuestion(String securityQuestion)voidsetUser(BasicUserVO user)-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, set, setAttribute, setWithPropagationId
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
CHANGE_DTO
public static final BasicProperty<ChangeForgottenPasswordDTO,ChangeForgottenPasswordData> CHANGE_DTO
-
PASSWORD_TYPE
public static final BasicProperty<PasswordTypeDetailedVO,ChangeForgottenPasswordData> PASSWORD_TYPE
-
PRINCIPALS_DATA
public static final ListProperty<UserPrincipalData,ChangeForgottenPasswordData> PRINCIPALS_DATA
-
SECURITY_QUESTION
public static final BasicProperty<String,ChangeForgottenPasswordData> SECURITY_QUESTION
-
USER
public static final BasicProperty<BasicUserVO,ChangeForgottenPasswordData> USER
-
-
Constructor Detail
-
ChangeForgottenPasswordData
public ChangeForgottenPasswordData()
-
ChangeForgottenPasswordData
public ChangeForgottenPasswordData(Property<T,? super ChangeForgottenPasswordData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getChangeDTO
public ChangeForgottenPasswordDTO getChangeDTO()
-
setChangeDTO
public void setChangeDTO(ChangeForgottenPasswordDTO changeDTO)
-
getPasswordType
public PasswordTypeDetailedVO getPasswordType()
-
setPasswordType
public void setPasswordType(PasswordTypeDetailedVO passwordType)
-
getPrincipalsData
public List<UserPrincipalData> getPrincipalsData()
-
setPrincipalsData
public void setPrincipalsData(List<UserPrincipalData> principalsData)
-
getSecurityQuestion
public String getSecurityQuestion()
-
setSecurityQuestion
public void setSecurityQuestion(String securityQuestion)
-
getUser
public BasicUserVO getUser()
-
setUser
public void setUser(BasicUserVO user)
-
-