Package org.cyclos.model.access
Class CaptchaResponseDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.access.CaptchaResponseDTO
-
- All Implemented Interfaces:
Serializable
public class CaptchaResponseDTO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<String,CaptchaResponseDTO>CHALLENGEstatic StringCLASS_NAMEstatic BasicProperty<String,CaptchaResponseDTO>RESPONSE
-
Constructor Summary
Constructors Constructor Description CaptchaResponseDTO()CaptchaResponseDTO(Property<T,? super CaptchaResponseDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetChallenge()StringgetResponse()voidsetChallenge(String challenge)voidsetResponse(String response)-
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
-
CHALLENGE
public static final BasicProperty<String,CaptchaResponseDTO> CHALLENGE
-
RESPONSE
public static final BasicProperty<String,CaptchaResponseDTO> RESPONSE
-
-
Constructor Detail
-
CaptchaResponseDTO
public CaptchaResponseDTO()
-
CaptchaResponseDTO
public CaptchaResponseDTO(Property<T,? super CaptchaResponseDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getChallenge
public String getChallenge()
-
setChallenge
public void setChallenge(String challenge)
-
getResponse
public String getResponse()
-
setResponse
public void setResponse(String response)
-
-