Class RegistrationRest

java.lang.Object
org.dspace.app.rest.model.RestAddressableModel
org.dspace.app.rest.model.RegistrationRest
All Implemented Interfaces:
Serializable, RestModel

public class RegistrationRest extends RestAddressableModel
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 Details

  • Constructor Details

    • RegistrationRest

      public RegistrationRest()
  • Method Details

    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)
    • getEmail

      public String getEmail()
      Generic getter for the email
      Returns:
      the email value of this RegisterRest
    • setEmail

      public void setEmail(String email)
      Generic setter for the email
      Parameters:
      email - The email to be set on this RegisterRest
    • getUser

      public UUID getUser()
      Generic getter for the user
      Returns:
      the user value of this RegisterRest
    • setUser

      public void setUser(UUID user)
      Generic setter for the user
      Parameters:
      user - The user to be set on this RegisterRest
    • getRegistrationType

      public String getRegistrationType()
    • setRegistrationType

      public void setRegistrationType(String registrationType)
    • getNetId

      public String getNetId()
    • setNetId

      public void setNetId(String netId)
    • getRegistrationMetadata

      public MetadataRest<RegistrationMetadataRest> getRegistrationMetadata()
    • setRegistrationMetadata

      public void setRegistrationMetadata(MetadataRest<RegistrationMetadataRest> registrationMetadata)
    • getCategory

      public String getCategory()
      Specified by:
      getCategory in class RestAddressableModel
    • getController

      public Class getController()
      Specified by:
      getController in class RestAddressableModel
    • getType

      public String getType()
    • getTypePlural

      public String getTypePlural()