@Entity public class RegistrationData extends Object implements ReloadableEntity<Integer>
| Modifier | Constructor and Description |
|---|---|
protected |
RegistrationData()
Protected constructor, create object using:
DSpaceCRUDService.create(Context) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail() |
Date |
getExpires() |
Integer |
getID()
The unique identifier of this entity instance.
|
String |
getToken() |
protected RegistrationData()
DSpaceCRUDService.create(Context)public Integer getID()
ReloadableEntitygetID in interface ReloadableEntity<Integer>public String getEmail()
public String getToken()
public Date getExpires()
Copyright © 2022 LYRASIS. All rights reserved.