com.sugestio.client.model
Class User
java.lang.Object
com.sugestio.client.model.User
public class User
- extends java.lang.Object
|
Constructor Summary |
User()
|
User(java.lang.String id)
Creates a new User instance. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
User
public User()
User
public User(java.lang.String id)
- Creates a new User instance.
- Parameters:
id - string that uniquely identifies the user
getId
public java.lang.String getId()
- Returns:
- the id
setId
public void setId(java.lang.String id)
- Parameters:
id - the id to set
getLocation_simple
public java.lang.String getLocation_simple()
- Returns:
- the location_simple
setLocation_simple
public void setLocation_simple(java.lang.String location_simple)
- Parameters:
location_simple - the location_simple to set
getLocation_latlong
public java.lang.String getLocation_latlong()
- Returns:
- the location_latlong
setLocation_latlong
public void setLocation_latlong(java.lang.String location_latlong)
- Parameters:
location_latlong - the location_latlong to set
getGender
public java.lang.String getGender()
- Returns:
- the gender
setGender
public void setGender(java.lang.String gender)
- Parameters:
gender - the gender to set
getBirthday
public java.lang.String getBirthday()
- Returns:
- the birthday
setBirthday
public void setBirthday(java.lang.String birthday)
- Parameters:
birthday - the birthday to set