org.eclipse.higgins.rpps.core.tobj
Class CaptchaTO

java.lang.Object
  extended byorg.eclipse.higgins.rpps.core.tobj.CaptchaTO
All Implemented Interfaces:
Serializable

public class CaptchaTO
extends Object
implements Serializable

Author:
Alexander Yuhimenko
See Also:
Serialized Form

Constructor Summary
CaptchaTO()
           
 
Method Summary
 String getId()
           
 byte[] getImage()
           
 void setId(String id)
           
 void setImage(byte[] image)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaptchaTO

public CaptchaTO()
Method Detail

getId

public String getId()
Returns:
the id

setId

public void setId(String id)
Parameters:
id - the id to set

getImage

public byte[] getImage()
Returns:
the image

setImage

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