Class 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:
    Serialized Form
    • Constructor Detail

      • RegistrationRest

        public RegistrationRest()
    • Method Detail

      • 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
      • getType

        public String getType()