|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.jme.user.User.Profile
public class User.Profile
An inner class that contains the remaining properties of the User.
Field Summary | |
---|---|
java.lang.String |
city
|
java.lang.String |
country
|
java.util.Date |
dateOfBirth
|
java.lang.String |
firstName
|
java.lang.String |
homeLandLine
|
java.lang.String |
lastName
|
java.lang.String |
line1
|
java.lang.String |
line2
|
java.lang.String |
mobile
|
java.lang.String |
officeLandLine
|
java.lang.String |
pincode
|
java.lang.String |
sex
|
java.lang.String |
state
|
Constructor Summary | |
---|---|
User.Profile()
This is a constructor that takes no parameter |
Method Summary | |
---|---|
java.lang.String |
getCity()
Returns the city of the User. |
java.lang.String |
getCountry()
Returns the country of the User. |
java.util.Date |
getDateOfBirth()
Returns the date of birth of the User. |
java.lang.String |
getFirstName()
Returns the first name of the User. |
java.lang.String |
getHomeLandLine()
Returns the home land line of the User. |
java.lang.String |
getLastName()
Returns the last name of the User. |
java.lang.String |
getLine1()
Returns the address line1 of the User. |
java.lang.String |
getLine2()
Returns the address line2 of the User. |
java.lang.String |
getMobile()
Returns the mobile number of the User. |
java.lang.String |
getOfficeLandLine()
Returns the office land line of the User. |
java.lang.String |
getPincode()
Returns the pincode of the User. |
java.lang.String |
getSex()
Returns the gender of the User. |
java.lang.String |
getState()
Returns the state of the User. |
void |
setCity(java.lang.String city)
Sets the city of the User. |
void |
setCountry(java.lang.String country)
Sets the country of the User. |
void |
setDateOfBirth(java.util.Date dateOfBirth)
Sets the data of birth of the User. |
void |
setFirstName(java.lang.String firstName)
Sets the first name of the User. |
void |
setHomeLandLine(java.lang.String homeLandLine)
Sets the home land line of the User. |
void |
setLastName(java.lang.String lastName)
Sets the last name of the User. |
void |
setLine1(java.lang.String line1)
Sets the address line1 of the User. |
void |
setLine2(java.lang.String line2)
Sets the address line2 of the User. |
void |
setMobile(java.lang.String mobile)
Sets the mobile number for the User. |
void |
setOfficeLandLine(java.lang.String officeLandLine)
Sets the office land line of the User. |
void |
setPincode(java.lang.String pincode)
Sets the pincode of the User. |
void |
setSex(java.lang.String userGender)
Sets the gender of the User. |
void |
setState(java.lang.String state)
Sets the state of the User. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String city
public java.lang.String country
public java.util.Date dateOfBirth
public java.lang.String firstName
public java.lang.String homeLandLine
public java.lang.String lastName
public java.lang.String line1
public java.lang.String line2
public java.lang.String mobile
public java.lang.String officeLandLine
public java.lang.String pincode
public java.lang.String sex
public java.lang.String state
Constructor Detail |
---|
public User.Profile()
Method Detail |
---|
public java.lang.String getCity()
public java.lang.String getCountry()
public java.util.Date getDateOfBirth()
public java.lang.String getFirstName()
public java.lang.String getHomeLandLine()
public java.lang.String getLastName()
public java.lang.String getLine1()
public java.lang.String getLine2()
public java.lang.String getMobile()
public java.lang.String getOfficeLandLine()
public java.lang.String getPincode()
public java.lang.String getSex()
public java.lang.String getState()
public void setCity(java.lang.String city)
city
- - City of the Userpublic void setCountry(java.lang.String country)
country
- - Country of the Userpublic void setDateOfBirth(java.util.Date dateOfBirth)
dateOfBirth
- Date of birth of the Userpublic void setFirstName(java.lang.String firstName)
firstName
- - FirstName of the Userpublic void setHomeLandLine(java.lang.String homeLandLine)
homeLandLine
- - Home land line of the Userpublic void setLastName(java.lang.String lastName)
lastName
- - LastName of the Userpublic void setLine1(java.lang.String line1)
line1
- - Address line1 of the Userpublic void setLine2(java.lang.String line2)
line2
- - Address line2 of the Userpublic void setMobile(java.lang.String mobile)
mobile
- - Mobile of the Userpublic void setOfficeLandLine(java.lang.String officeLandLine)
officeLandLine
- - Office land line of the Userpublic void setPincode(java.lang.String pincode)
pincode
- - Pincode of the Userpublic void setSex(java.lang.String userGender)
sex
- - Gender of the Userpublic void setState(java.lang.String state)
state
- State of the User
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |