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 Details

  • Method Details

    • getID

      public Integer getID()
      Description copied from interface: ReloadableEntity
      The unique identifier of this entity instance.
      Specified by:
      getID in interface ReloadableEntity<Integer>
      Returns:
      the value of the primary key for this instance.
    • getEmail

      public String getEmail()
    • getToken

      public String getToken()
    • getExpires

      public Date getExpires()