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, CORE, DISCOVER, EPERSON, INTEGRATION, ROOT, STATISTICS, SUBMISSION, SYSTEM, TOOLS, VERSIONING, WORKFLOW -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.dspace.app.rest.model.RestAddressableModel
getEmbedLevel, getProjection, getUniqueType, setEmbedLevel, setProjectionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.dspace.app.rest.model.RestModel
getTypePlural
-
Field Details
-
NAME
- See Also:
-
NAME_PLURAL
- See Also:
-
CATEGORY
- See Also:
-
-
Constructor Details
-
RegistrationRest
public RegistrationRest()
-
-
Method Details
-
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
-
getCategory
- Specified by:
getCategoryin classRestAddressableModel
-
getController
- Specified by:
getControllerin classRestAddressableModel
-
getType
-