Package org.dspace.eperson
Class RegistrationData
java.lang.Object
org.dspace.eperson.RegistrationData
- All Implemented Interfaces:
ReloadableEntity<Integer>
Database entity representation of the registrationdata table
- Author:
- kevinvandevelde at atmire.com
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected constructor, create object using:RegistrationDataService.create(Context)protectedRegistrationData(String netId) Protected constructor, create object using:RegistrationDataService.create(Context, String) -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()getID()The unique identifier of this entity instance.getNetId()getToken()voidvoidsetMetadata(SortedSet<RegistrationDataMetadata> metadata) voidsetRegistrationType(RegistrationTypeEnum registrationType)
-
Constructor Details
-
RegistrationData
protected RegistrationData()Protected constructor, create object using:RegistrationDataService.create(Context) -
RegistrationData
Protected constructor, create object using:RegistrationDataService.create(Context, String)
-
-
Method Details
-
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
-
setEmail
-
getToken
-
getExpires
-
getRegistrationType
-
setRegistrationType
-
getMetadata
-
setMetadata
-
getNetId
-