Class UserSignupManager.TempUser

    • Constructor Detail

      • TempUser

        public TempUser​(String site,
                        String email,
                        Date subscriptionDate,
                        String token,
                        String population,
                        String userDirectoryId)
        Constructor.
        Parameters:
        site - the site
        email - the user's email
        subscriptionDate - the date of subscription
        token - the user's token
        population - The id of the population
        userDirectoryId - The id of the user directory of the population
    • Method Detail

      • getSite

        public String getSite()
        Get the site.
        Returns:
        the site
      • setSite

        public void setSite​(String site)
        Set the site.
        Parameters:
        site - the site to set
      • getEmail

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

        public void setEmail​(String email)
        Set the email.
        Parameters:
        email - the email to set
      • setSubscriptionDate

        public void setSubscriptionDate​(Date subscriptionDate)
        Set the subscriptionDate.
        Parameters:
        subscriptionDate - the subscriptionDate to set
      • getToken

        public String getToken()
        Get the token.
        Returns:
        _the token
      • setToken

        public void setToken​(String token)
        Set the token.
        Parameters:
        token - the token to set
      • setPopulation

        public void setPopulation​(String population)
        Set the population.
        Parameters:
        population - the population to set
      • setUserDirectoryIndex

        public void setUserDirectoryIndex​(String userDirectoryId)
        Set the user directory index.
        Parameters:
        userDirectoryId - the user directory id to set