|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.brickred.socialauth.Profile
public class Profile
Data bean for profile information.
| Constructor Summary | |
|---|---|
Profile()
|
|
| Method Summary | |
|---|---|
String |
getCountry()
Retrieves the country |
String |
getDisplayName()
Retrieves the display name |
BirthDate |
getDob()
Retrieves the date of birth |
String |
getEmail()
Returns the email address. |
String |
getFirstName()
Retrieves the first name |
String |
getFullName()
Retrieves the full name |
String |
getGender()
Retrieves the gender |
String |
getLanguage()
Retrieves the language |
String |
getLastName()
Retrieves the last name |
String |
getLocation()
Retrieves the location |
String |
getProfileImageURL()
Retrieves the profile image URL |
String |
getProviderId()
Retrieves the provider id with this profile associates |
String |
getValidatedId()
Retrieves the validated id |
void |
setCountry(String country)
Updates the country |
void |
setDisplayName(String displayName)
Updates the display name |
void |
setDob(BirthDate dob)
Updates the date of birth |
void |
setEmail(String email)
Updates the email |
void |
setFirstName(String firstName)
Updates the first name |
void |
setFullName(String fullName)
Updates the full name |
void |
setGender(String gender)
Updates the gender |
void |
setLanguage(String language)
Updates the language |
void |
setLastName(String lastName)
Updates the last name |
void |
setLocation(String location)
Updates the location |
void |
setProfileImageURL(String profileImageURL)
Updates the profile image URL |
void |
setProviderId(String providerId)
Updates the provider id |
void |
setValidatedId(String validatedId)
Updates the validated id |
String |
toString()
Retrieves the profile info as a string |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Profile()
| Method Detail |
|---|
public String getFirstName()
public void setFirstName(String firstName)
firstName - the first name of userpublic String getLastName()
public void setLastName(String lastName)
lastName - the last name of userpublic String getEmail()
public void setEmail(String email)
email - the email of userpublic String getValidatedId()
public void setValidatedId(String validatedId)
validatedId - the validated id of userpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - the display name of userpublic String getCountry()
public void setCountry(String country)
country - the country of userpublic String getLanguage()
public void setLanguage(String language)
language - the language of userpublic String getFullName()
public void setFullName(String fullName)
fullName - the full name of userpublic BirthDate getDob()
public void setDob(BirthDate dob)
dob - the date of birth of userpublic String getGender()
public void setGender(String gender)
gender - the gender of userpublic String getLocation()
public void setLocation(String location)
location - the location of userpublic String getProfileImageURL()
public void setProfileImageURL(String profileImageURL)
profileImageURL - profile image URL of userpublic String getProviderId()
public void setProviderId(String providerId)
providerId - the provider idpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||