com.octo.captcha.service.captchastore
Class CaptchaAndLocale
java.lang.Object
com.octo.captcha.service.captchastore.CaptchaAndLocale
- All Implemented Interfaces:
- java.io.Serializable
public class CaptchaAndLocale
- extends java.lang.Object
- implements java.io.Serializable
Composite object used as a container to store a captcha and the locale used to generate it.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CaptchaAndLocale
public CaptchaAndLocale(Captcha captcha)
CaptchaAndLocale
public CaptchaAndLocale(Captcha captcha,
java.util.Locale locale)
getCaptcha
public Captcha getCaptcha()
setCaptcha
public void setCaptcha(Captcha captcha)
getLocale
public java.util.Locale getLocale()
setLocale
public void setLocale(java.util.Locale locale)
Copyright 2003-2009 JCaptcha. All Rights Reserved.