org.eclipse.higgins.rpps.core.tobj
Class CaptchaTO
java.lang.Object
org.eclipse.higgins.rpps.core.tobj.CaptchaTO
- All Implemented Interfaces:
- Serializable
- public class CaptchaTO
- extends Object
- implements Serializable
- Author:
- Alexander Yuhimenko
- See Also:
- Serialized Form
CaptchaTO
public CaptchaTO()
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