Package org.dspace.eperson
Class RegistrationDataMetadata
java.lang.Object
org.dspace.eperson.RegistrationDataMetadata
- All Implemented Interfaces:
Comparable<RegistrationDataMetadata>,ReloadableEntity<Integer>
@Entity
public class RegistrationDataMetadata
extends Object
implements ReloadableEntity<Integer>, Comparable<RegistrationDataMetadata>
Metadata related to a registration data
RegistrationData- Author:
- Vincenzo Mecca (vins01-4science - vincenzo.mecca at 4science.com)
-
Constructor Details
-
RegistrationDataMetadata
protected RegistrationDataMetadata()Protected constructor
-
-
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.
-
getMetadataField
-
getValue
-
setValue
-
compareTo
- Specified by:
compareToin interfaceComparable<RegistrationDataMetadata>
-
getRegistrationData
-