org.eclipse.higgins.userprofile.entity
Class Captcha

java.lang.Object
  extended byorg.eclipse.higgins.userprofile.entity.Captcha
All Implemented Interfaces:
Serializable

public class Captcha
extends Object
implements Serializable

Author:
Alexander Yuhimenko
See Also:
Serialized Form

Constructor Summary
Captcha()
           
 
Method Summary
 Date getDtCreation()
           
 String getId()
           
 String getKey()
           
 void setDtCreation(Date dtCreation)
           
 void setId(String id)
           
 void setKey(String key)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Captcha

public Captcha()
Method Detail

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