org.eclipse.higgins.sync.to
Class CaptchaTO
java.lang.Object
org.eclipse.higgins.sync.to.BaseTO
org.eclipse.higgins.sync.to.CaptchaTO
- All Implemented Interfaces:
- Serializable
public class CaptchaTO
- extends BaseTO
- implements Serializable
Captcha transfer object. It needs for password-reset workflow.
- Author:
- Alexander Yuhimenko
- See Also:
- Serialized Form
CaptchaTO
public CaptchaTO()
getImage
public byte[] getImage()
- Returns:
- the image
setImage
public void setImage(byte[] image)
- Parameters:
image - the image to set