public static class UserSignupManager.TempUser extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
_email
The user e-mail.
|
protected String |
_population
The id of the population
|
protected String |
_site
The site name.
|
protected Date |
_subscriptionDate
The user subscription date.
|
protected String |
_token
The request token.
|
protected String |
_userDirectoryId
The id of the user directory of the population
|
Constructor and Description |
---|
TempUser(String site,
String email,
Date subscriptionDate,
String token,
String population,
String userDirectoryId)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getEmail()
Get the email.
|
String |
getPopulation()
Get the population.
|
String |
getSite()
Get the site.
|
Date |
getSubscriptionDate()
Get the subscriptionDate.
|
String |
getToken()
Get the token.
|
String |
getUserDirectoryId()
Get the user directory id.
|
void |
setEmail(String email)
Set the email.
|
void |
setPopulation(String population)
Set the population.
|
void |
setSite(String site)
Set the site.
|
void |
setSubscriptionDate(Date subscriptionDate)
Set the subscriptionDate.
|
void |
setToken(String token)
Set the token.
|
void |
setUserDirectoryIndex(String userDirectoryId)
Set the user directory index.
|
protected Date _subscriptionDate
protected String _population
protected String _userDirectoryId
public TempUser(String site, String email, Date subscriptionDate, String token, String population, String userDirectoryId)
site
- the siteemail
- the user's emailsubscriptionDate
- the date of subscriptiontoken
- the user's tokenpopulation
- The id of the populationuserDirectoryId
- The id of the user directory of the populationpublic Date getSubscriptionDate()
public void setSubscriptionDate(Date subscriptionDate)
subscriptionDate
- the subscriptionDate to setpublic String getPopulation()
public void setPopulation(String population)
population
- the population to setpublic String getUserDirectoryId()
public void setUserDirectoryIndex(String userDirectoryId)
userDirectoryId
- the user directory id to set