public class UserModel extends Object implements Serializable
| Constructor and Description |
|---|
UserModel() |
| Modifier and Type | Method and Description |
|---|---|
de.alpharogroup.address.book.entities.Addresses |
getAddress() |
String |
getBirthname()
Gets the birthname.
|
Date |
getDateofbirth()
Gets the dateofbirth.
|
String |
getFax() |
String |
getFirstname()
Gets the firstname.
|
de.alpharogroup.user.management.enums.GenderType |
getGender()
Gets the gender.
|
String |
getIpAddress()
Gets the ip address.
|
String |
getLastname()
Gets the lastname.
|
Locale |
getLocale()
Gets the locale.
|
String |
getMobile()
Gets the mobile.
|
String |
getTelefon()
Gets the telefon.
|
void |
setAddress(de.alpharogroup.address.book.entities.Addresses address) |
void |
setBirthname(String birthname)
Sets the birthname.
|
void |
setDateofbirth(Date dateofbirth)
Sets the dateofbirth.
|
void |
setFax(String fax) |
void |
setFirstname(String firstname)
Sets the firstname.
|
void |
setGender(de.alpharogroup.user.management.enums.GenderType gender)
Sets the gender.
|
void |
setIpAddress(String ipAddress)
Sets the ip address.
|
void |
setLastname(String lastname)
Sets the lastname.
|
void |
setLocale(Locale locale)
Sets the locale.
|
void |
setMobile(String mobile)
Sets the mobile.
|
void |
setTelefon(String telefon)
Sets the telefon.
|
public String getFax()
public void setFax(String fax)
public de.alpharogroup.address.book.entities.Addresses getAddress()
public void setAddress(de.alpharogroup.address.book.entities.Addresses address)
public String getBirthname()
public Date getDateofbirth()
public String getFirstname()
public de.alpharogroup.user.management.enums.GenderType getGender()
public String getIpAddress()
public String getLastname()
public Locale getLocale()
public String getMobile()
public String getTelefon()
public void setBirthname(String birthname)
birthname - the new birthnamepublic void setDateofbirth(Date dateofbirth)
dateofbirth - the new dateofbirthpublic void setFirstname(String firstname)
firstname - the new firstnamepublic void setGender(de.alpharogroup.user.management.enums.GenderType gender)
gender - the new genderpublic void setIpAddress(String ipAddress)
ipAddress - the new ip addresspublic void setLastname(String lastname)
lastname - the new lastnamepublic void setLocale(Locale locale)
locale - the new localepublic void setMobile(String mobile)
mobile - the new mobilepublic void setTelefon(String telefon)
telefon - the new telefonCopyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.