com.shephertz.app42.paas.sdk.jme.user
Class User.Profile

java.lang.Object
  extended by com.shephertz.app42.paas.sdk.jme.user.User.Profile
Enclosing class:
User

public class User.Profile
extends java.lang.Object

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

city

public java.lang.String city

country

public java.lang.String country

dateOfBirth

public java.util.Date dateOfBirth

firstName

public java.lang.String firstName

homeLandLine

public java.lang.String homeLandLine

lastName

public java.lang.String lastName

line1

public java.lang.String line1

line2

public java.lang.String line2

mobile

public java.lang.String mobile

officeLandLine

public java.lang.String officeLandLine

pincode

public java.lang.String pincode

sex

public java.lang.String sex

state

public java.lang.String state
Constructor Detail

User.Profile

public User.Profile()
This is a constructor that takes no parameter

Method Detail

getCity

public java.lang.String getCity()
Returns the city of the User.

Returns:
the city of the User.

getCountry

public java.lang.String getCountry()
Returns the country of the User.

Returns:
the country of the User.

getDateOfBirth

public java.util.Date getDateOfBirth()
Returns the date of birth of the User.

Returns:
the data of birth of the User.

getFirstName

public java.lang.String getFirstName()
Returns the first name of the User.

Returns:
the first name of the User.

getHomeLandLine

public java.lang.String getHomeLandLine()
Returns the home land line of the User.

Returns:
the home land line of the User.

getLastName

public java.lang.String getLastName()
Returns the last name of the User.

Returns:
the last name of the User.

getLine1

public java.lang.String getLine1()
Returns the address line1 of the User.

Returns:
the address line1 of the User.

getLine2

public java.lang.String getLine2()
Returns the address line2 of the User.

Returns:
the address line2 of the User.

getMobile

public java.lang.String getMobile()
Returns the mobile number of the User.

Returns:
the mobile of the User.

getOfficeLandLine

public java.lang.String getOfficeLandLine()
Returns the office land line of the User.

Returns:
the office land line of the User.

getPincode

public java.lang.String getPincode()
Returns the pincode of the User.

Returns:
the pincode of the User.

getSex

public java.lang.String getSex()
Returns the gender of the User.

Returns:
the gender of the User.

getState

public java.lang.String getState()
Returns the state of the User.

Returns:
the state of the User.

setCity

public void setCity(java.lang.String city)
Sets the city of the User.

Parameters:
city - - City of the User

setCountry

public void setCountry(java.lang.String country)
Sets the country of the User.

Parameters:
country - - Country of the User

setDateOfBirth

public void setDateOfBirth(java.util.Date dateOfBirth)
Sets the data of birth of the User.

Parameters:
dateOfBirth - Date of birth of the User

setFirstName

public void setFirstName(java.lang.String firstName)
Sets the first name of the User.

Parameters:
firstName - - FirstName of the User

setHomeLandLine

public void setHomeLandLine(java.lang.String homeLandLine)
Sets the home land line of the User.

Parameters:
homeLandLine - - Home land line of the User

setLastName

public void setLastName(java.lang.String lastName)
Sets the last name of the User.

Parameters:
lastName - - LastName of the User

setLine1

public void setLine1(java.lang.String line1)
Sets the address line1 of the User.

Parameters:
line1 - - Address line1 of the User

setLine2

public void setLine2(java.lang.String line2)
Sets the address line2 of the User.

Parameters:
line2 - - Address line2 of the User

setMobile

public void setMobile(java.lang.String mobile)
Sets the mobile number for the User.

Parameters:
mobile - - Mobile of the User

setOfficeLandLine

public void setOfficeLandLine(java.lang.String officeLandLine)
Sets the office land line of the User.

Parameters:
officeLandLine - - Office land line of the User

setPincode

public void setPincode(java.lang.String pincode)
Sets the pincode of the User.

Parameters:
pincode - - Pincode of the User

setSex

public void setSex(java.lang.String userGender)
Sets the gender of the User.

Parameters:
sex - - Gender of the User

setState

public void setState(java.lang.String state)
Sets the state of the User.

Parameters:
state - State of the User