Class GetChangeForgottenPasswordDataParams
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.access.passwords.GetChangeForgottenPasswordDataParams
-
- All Implemented Interfaces:
Serializable,IForgotPasswordParams
public class GetChangeForgottenPasswordDataParams extends Bean implements IForgotPasswordParams
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,GetChangeForgottenPasswordDataParams>CODEstatic BasicProperty<UserLocatorVO,GetChangeForgottenPasswordDataParams>USER
-
Constructor Summary
Constructors Constructor Description GetChangeForgottenPasswordDataParams()GetChangeForgottenPasswordDataParams(Property<T,? super GetChangeForgottenPasswordDataParams> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetCode()UserLocatorVOgetUser()voidsetCode(String code)voidsetUser(UserLocatorVO user)-
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
-
CODE
public static final BasicProperty<String,GetChangeForgottenPasswordDataParams> CODE
-
USER
public static final BasicProperty<UserLocatorVO,GetChangeForgottenPasswordDataParams> USER
-
-
Constructor Detail
-
GetChangeForgottenPasswordDataParams
public GetChangeForgottenPasswordDataParams()
-
GetChangeForgottenPasswordDataParams
public GetChangeForgottenPasswordDataParams(Property<T,? super GetChangeForgottenPasswordDataParams> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getCode
public String getCode()
- Specified by:
getCodein interfaceIForgotPasswordParams
-
setCode
public void setCode(String code)
- Specified by:
setCodein interfaceIForgotPasswordParams
-
getUser
public UserLocatorVO getUser()
- Specified by:
getUserin interfaceIForgotPasswordParams
-
setUser
public void setUser(UserLocatorVO user)
- Specified by:
setUserin interfaceIForgotPasswordParams
-
-