Package org.dspace.eperson
Class RegistrationData
- java.lang.Object
-
- org.dspace.eperson.RegistrationData
-
- All Implemented Interfaces:
ReloadableEntity<Integer>
@Entity public class RegistrationData extends Object implements ReloadableEntity<Integer>
Database entity representation of the registrationdata table- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRegistrationData()Protected constructor, create object using:DSpaceCRUDService.create(Context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEmail()DategetExpires()IntegergetID()The unique identifier of this entity instance.StringgetToken()
-
-
-
Constructor Detail
-
RegistrationData
protected RegistrationData()
Protected constructor, create object using:DSpaceCRUDService.create(Context)
-
-
Method Detail
-
getID
public Integer getID()
Description copied from interface:ReloadableEntityThe unique identifier of this entity instance.- Specified by:
getIDin interfaceReloadableEntity<Integer>- Returns:
- the value of the primary key for this instance.
-
getEmail
public String getEmail()
-
getToken
public String getToken()
-
getExpires
public Date getExpires()
-
-