public static class UserSignupManager.TempUser extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
_email
The user e-mail.
|
protected String |
_firstname
The user first name.
|
protected String |
_lastname
The user last name.
|
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,
String firstname,
String lastname,
Date subscriptionDate,
String token,
String population,
String userDirectoryId)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getEmail()
Get the email.
|
String |
getFirstname()
Get the firstname.
|
String |
getLastname()
Get the lastname.
|
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 |
setFirstname(String firstname)
Set the firstname.
|
void |
setLastname(String lastname)
Set the lastname.
|
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 String _firstname
protected Date _subscriptionDate
protected String _population
protected String _userDirectoryId
public TempUser(String site, String email, String firstname, String lastname, Date subscriptionDate, String token, String population, String userDirectoryId)
site
- the siteemail
- the user's emailfirstname
- the user's firstnamelastname
- the user's lastnamesubscriptionDate
- the date of subscriptiontoken
- the user's tokenpopulation
- The id of the populationuserDirectoryId
- The id of the user directory of the populationpublic String getFirstname()
public void setFirstname(String firstname)
firstname
- the firstname to setpublic String getLastname()
public void setLastname(String lastname)
lastname
- the lastname to setpublic 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