org.eclipse.higgins.sync.to
Class CaptchaTO

java.lang.Object
  extended by org.eclipse.higgins.sync.to.BaseTO
      extended by 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

Constructor Summary
CaptchaTO()
           
 
Method Summary
 byte[] getImage()
           
 void setImage(byte[] image)
           
 
Methods inherited from class org.eclipse.higgins.sync.to.BaseTO
getId, getRevision, setId, setRevision
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaptchaTO

public CaptchaTO()
Method Detail

getImage

public byte[] getImage()
Returns:
the image

setImage

public void setImage(byte[] image)
Parameters:
image - the image to set