Class ForgotPasswordRequestDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.access.passwords.ForgotPasswordRequestDTO
-
- All Implemented Interfaces:
Serializable
public class ForgotPasswordRequestDTO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<CaptchaResponseDTO,ForgotPasswordRequestDTO>CAPTCHA_RESPONSEstatic StringCLASS_NAMEstatic BasicProperty<SendMedium,ForgotPasswordRequestDTO>SEND_MEDIUMstatic BasicProperty<UserLocatorVO,ForgotPasswordRequestDTO>USER
-
Constructor Summary
Constructors Constructor Description ForgotPasswordRequestDTO()ForgotPasswordRequestDTO(Property<T,? super ForgotPasswordRequestDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()CaptchaResponseDTOgetCaptchaResponse()SendMediumgetSendMedium()UserLocatorVOgetUser()voidsetCaptchaResponse(CaptchaResponseDTO captchaResponse)voidsetSendMedium(SendMedium sendMedium)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
-
CAPTCHA_RESPONSE
public static final BasicProperty<CaptchaResponseDTO,ForgotPasswordRequestDTO> CAPTCHA_RESPONSE
-
SEND_MEDIUM
public static final BasicProperty<SendMedium,ForgotPasswordRequestDTO> SEND_MEDIUM
-
USER
public static final BasicProperty<UserLocatorVO,ForgotPasswordRequestDTO> USER
-
-
Constructor Detail
-
ForgotPasswordRequestDTO
public ForgotPasswordRequestDTO()
-
ForgotPasswordRequestDTO
public ForgotPasswordRequestDTO(Property<T,? super ForgotPasswordRequestDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getCaptchaResponse
public CaptchaResponseDTO getCaptchaResponse()
-
setCaptchaResponse
public void setCaptchaResponse(CaptchaResponseDTO captchaResponse)
-
getSendMedium
public SendMedium getSendMedium()
-
setSendMedium
public void setSendMedium(SendMedium sendMedium)
-
getUser
public UserLocatorVO getUser()
-
setUser
public void setUser(UserLocatorVO user)
-
-