Package org.dspace.app.rest.model
Class RegistrationRest
java.lang.Object
org.dspace.app.rest.model.RestAddressableModel
org.dspace.app.rest.model.RegistrationRest
- All Implemented Interfaces:
Serializable,RestModel
This class acts as the REST representation of the RegistrationData model class.
This class acts as a data holder for the RegistrationResource
Refer to
RegistrationData for explanation about the properties- See Also:
-
Field Summary
FieldsFields inherited from interface org.dspace.app.rest.model.RestModel
AUTHENTICATION, AUTHORIZATION, CONFIGURATION, CONTENT_REPORT, CORE, DISCOVER, DUPLICATES, EPERSON, INTEGRATION, LDN, PID, ROOT, STATISTICS, SUBMISSION, SYSTEM, TOOLS, VERSIONING, WORKFLOW -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()Generic getter for the emailgetId()getNetId()getType()getUser()Generic getter for the uservoidGeneric setter for the emailvoidvoidvoidsetRegistrationMetadata(MetadataRest<RegistrationMetadataRest> registrationMetadata) voidsetRegistrationType(String registrationType) voidGeneric setter for the userMethods inherited from class org.dspace.app.rest.model.RestAddressableModel
getEmbedLevel, getProjection, getUniqueType, setEmbedLevel, setProjection
-
Field Details
-
NAME
- See Also:
-
PLURAL_NAME
- See Also:
-
CATEGORY
- See Also:
-
-
Constructor Details
-
RegistrationRest
public RegistrationRest()
-
-
Method Details
-
getId
-
setId
-
getEmail
Generic getter for the email- Returns:
- the email value of this RegisterRest
-
setEmail
Generic setter for the email- Parameters:
email- The email to be set on this RegisterRest
-
getUser
Generic getter for the user- Returns:
- the user value of this RegisterRest
-
setUser
Generic setter for the user- Parameters:
user- The user to be set on this RegisterRest
-
getRegistrationType
-
setRegistrationType
-
getNetId
-
setNetId
-
getRegistrationMetadata
-
setRegistrationMetadata
-
getCategory
- Specified by:
getCategoryin classRestAddressableModel
-
getController
- Specified by:
getControllerin classRestAddressableModel
-
getType
-
getTypePlural
-