Class RegisterUserRequest

All Implemented Interfaces:
ServiceMessage, ServiceRequest, Serializable

public final class RegisterUserRequest extends AbstractRequest
The Class RegisterUserRequest.
See Also:
  • Constructor Details

    • RegisterUserRequest

      public RegisterUserRequest()
      Instantiates a new register user request.
  • Method Details

    • getCountry

      public String getCountry()
      Gets the country.
      Returns:
      the country
    • setCountry

      public void setCountry(String country)
      Sets the country.
      Parameters:
      country - the new country
    • getUsername

      public String getUsername()
      Gets the username.
      Returns:
      the username
    • setUsername

      public void setUsername(String username)
      Sets the username.
      Parameters:
      username - the new username
    • getEmail

      public String getEmail()
      Gets the email.
      Returns:
      the email
    • setEmail

      public void setEmail(String email)
      Sets the email.
      Parameters:
      email - the new email
    • getUserpassword

      public String getUserpassword()
      Gets the userpassword.
      Returns:
      the userpassword
    • setUserpassword

      public void setUserpassword(String userpassword)
      Sets the userpassword.
      Parameters:
      userpassword - the new userpassword
    • getUserType

      public com.hack23.cia.model.internal.application.user.impl.UserType getUserType()
      Gets the user type.
      Returns:
      the user type
    • setUserType

      public void setUserType(com.hack23.cia.model.internal.application.user.impl.UserType userType)
      Sets the user type.
      Parameters:
      userType - the new user type
    • getSessionId

      public String getSessionId()
      Gets the session id.
      Returns:
      the session id
    • setSessionId

      public void setSessionId(String sessionId)
      Sets the session id.
      Parameters:
      sessionId - the new session id