Package org.cyclos.model.access
Class CaptchaInputDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.access.CaptchaInputDTO
-
- All Implemented Interfaces:
Serializable
public class CaptchaInputDTO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<CaptchaProvider,CaptchaInputDTO>PROVIDERstatic BasicProperty<String,CaptchaInputDTO>RECAPTCHA_KEYstatic BasicProperty<Integer,CaptchaInputDTO>TEXT_LENGTH
-
Constructor Summary
Constructors Constructor Description CaptchaInputDTO()CaptchaInputDTO(Property<T,? super CaptchaInputDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()CaptchaProvidergetProvider()StringgetRecaptchaKey()IntegergetTextLength()voidsetProvider(CaptchaProvider provider)voidsetRecaptchaKey(String recaptchaKey)voidsetTextLength(Integer textLength)-
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
-
PROVIDER
public static final BasicProperty<CaptchaProvider,CaptchaInputDTO> PROVIDER
-
RECAPTCHA_KEY
public static final BasicProperty<String,CaptchaInputDTO> RECAPTCHA_KEY
-
TEXT_LENGTH
public static final BasicProperty<Integer,CaptchaInputDTO> TEXT_LENGTH
-
-
Constructor Detail
-
CaptchaInputDTO
public CaptchaInputDTO()
-
CaptchaInputDTO
public CaptchaInputDTO(Property<T,? super CaptchaInputDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getProvider
public CaptchaProvider getProvider()
-
setProvider
public void setProvider(CaptchaProvider provider)
-
getRecaptchaKey
public String getRecaptchaKey()
-
setRecaptchaKey
public void setRecaptchaKey(String recaptchaKey)
-
getTextLength
public Integer getTextLength()
-
setTextLength
public void setTextLength(Integer textLength)
-
-