org.eclipse.higgins.userprofile.entity
Class Captcha
java.lang.Object
org.eclipse.higgins.userprofile.entity.Captcha
- All Implemented Interfaces:
- Serializable
- public class Captcha
- extends Object
- implements Serializable
- Author:
- Alexander Yuhimenko
- See Also:
- Serialized Form
Captcha
public Captcha()
getDtCreation
public Date getDtCreation()
- Returns:
- the dtCreation
getId
public String getId()
- Returns:
- the id
getKey
public String getKey()
- Returns:
- the key
setDtCreation
public void setDtCreation(Date dtCreation)
- Parameters:
dtCreation - the dtCreation to set
setId
public void setId(String id)
- Parameters:
id - the id to set
setKey
public void setKey(String key)
- Parameters:
key - the key to set