public class ForgotPasswordRequestDTO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Long,ForgotPasswordRequestDTO> |
CAPTCHA_ID |
static BasicProperty<java.lang.String,ForgotPasswordRequestDTO> |
CAPTCHA_TEXT |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,ForgotPasswordRequestDTO> |
EMAIL |
static BasicProperty<UserLocatorVO,ForgotPasswordRequestDTO> |
USER |
| Constructor and Description |
|---|
ForgotPasswordRequestDTO() |
ForgotPasswordRequestDTO(Property<T,? super ForgotPasswordRequestDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.Long |
getCaptchaId() |
java.lang.String |
getCaptchaText() |
java.lang.String |
getEmail() |
UserLocatorVO |
getUser() |
void |
setCaptchaId(java.lang.Long captchaId) |
void |
setCaptchaText(java.lang.String captchaText) |
void |
setEmail(java.lang.String email) |
void |
setUser(UserLocatorVO user) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.Long,ForgotPasswordRequestDTO> CAPTCHA_ID
public static final BasicProperty<java.lang.String,ForgotPasswordRequestDTO> CAPTCHA_TEXT
public static final BasicProperty<java.lang.String,ForgotPasswordRequestDTO> EMAIL
public static final BasicProperty<UserLocatorVO,ForgotPasswordRequestDTO> USER
public ForgotPasswordRequestDTO()
public ForgotPasswordRequestDTO(Property<T,? super ForgotPasswordRequestDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.Long getCaptchaId()
public void setCaptchaId(java.lang.Long captchaId)
public java.lang.String getCaptchaText()
public void setCaptchaText(java.lang.String captchaText)
public java.lang.String getEmail()
public void setEmail(java.lang.String email)
public UserLocatorVO getUser()
public void setUser(UserLocatorVO user)