java.lang.Object
All Implemented Interfaces:
ServiceMessage, ServiceRequest, java.io.Serializable

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

    Constructors
    Constructor
    Description
    Instantiates a new register user request.
  • Method Summary

    Modifier and Type
    Method
    Description
    java.lang.String
    Gets the country.
    java.lang.String
    Gets the email.
    java.lang.String
    Gets the session id.
    java.lang.String
    Gets the username.
    java.lang.String
    Gets the userpassword.
    com.hack23.cia.model.internal.application.user.impl.UserType
    Gets the user type.
    void
    setCountry(java.lang.String country)
    Sets the country.
    void
    setEmail(java.lang.String email)
    Sets the email.
    void
    setSessionId(java.lang.String sessionId)
    Sets the session id.
    void
    setUsername(java.lang.String username)
    Sets the username.
    void
    setUserpassword(java.lang.String userpassword)
    Sets the userpassword.
    void
    setUserType(com.hack23.cia.model.internal.application.user.impl.UserType userType)
    Sets the user type.

    Methods inherited from class com.hack23.cia.service.api.action.common.AbstractMessage

    equals, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • RegisterUserRequest

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

    • getCountry

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

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

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

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

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

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

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

      public void setUserpassword(java.lang.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 java.lang.String getSessionId()
      Gets the session id.
      Returns:
      the session id
    • setSessionId

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