Class RegisterModel

    • Constructor Detail

      • RegisterModel

        public RegisterModel()
    • Method Detail

      • getUsername

        public UsernameModel getUsername()
        Returns:
        the usernameModel
      • setUsername

        public void setUsername​(UsernameModel username)
        Parameters:
        username - the usernameModel to set
      • getName

        public NameModel getName()
        Returns:
        the nameModel
      • setName

        public void setName​(NameModel name)
        Parameters:
        name - the nameModel to set
      • setUuid

        public void setUuid​(UuidModel uuid)
      • getPassword

        public PasswordModel getPassword()
        Returns:
        the passwordModel
      • setPassword

        public void setPassword​(PasswordModel password)
        Parameters:
        password - the passwordModel to set
      • setHuman

        public void setHuman​(RegisterModel.Human human)
        Parameters:
        human - the human to set
      • getAnswer

        public String getAnswer()
        Returns:
        the answer
      • setAnswer

        public void setAnswer​(String answer)
        Parameters:
        answer - the answer to set
      • getTermsAndConditions

        public Boolean getTermsAndConditions()
        Returns:
        the termsAndConditions
      • setTermsAndConditions

        public void setTermsAndConditions​(Boolean termsAndConditions)
        Parameters:
        termsAndConditions - the termsAndConditions to set
      • getTimeZone

        public String getTimeZone()
      • setTimeZone

        public void setTimeZone​(String timeZone)