Class RegisterUserRequest

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCountry()
      Gets the country.
      java.lang.String getEmail()
      Gets the email.
      java.lang.String getSessionId()
      Gets the session id.
      java.lang.String getUsername()
      Gets the username.
      java.lang.String getUserpassword()
      Gets the userpassword.
      com.hack23.cia.model.internal.application.user.impl.UserType getUserType()
      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 java.lang.Object

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

      • RegisterUserRequest

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

      • 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