public interface IUserPersonalInformation extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getAddress1()
Gets the user's first address text.
|
String |
getAddress2()
Gets the user's second address text.
|
IAttachment |
getAvatar()
Retrieves the user's avatar as an
IAttachment object. |
Date |
getBirthday()
Gets the day of birth of the user.
|
String |
getCity()
Gets the user's city.
|
String |
getCountry()
Gets the user's country.
|
String |
getDescription()
Gets the description of the user.
|
String |
getNickName()
Retrieves the nickname of the user.
|
String |
getSex()
Retrieves the sex of the user.
|
String |
getZipcode()
Gets the user's ZIP code.
|
void |
setAddress1(String address1)
Sets the first address text.
|
void |
setAddress2(String address2)
Sets the second address text.
|
void |
setAvatar(IAttachment attachment)
Sets the user's avatar.
|
void |
setBirthday(Date date)
Sets the date of birth of the user.
|
void |
setCity(String city)
Sets the user's address city.
|
void |
setCountry(String country)
Sets the user's address country
|
void |
setDescription(String description)
Sets the description of the user.
|
void |
setNickName(String nickName)
Sets the nick name of the user.
|
void |
setSex(String sex)
Sets the sex of the user.
|
void |
setZipcode(String zipCode)
Sets the user's address ZIP code
|
String getNickName()
void setNickName(String nickName)
nickName
- A java.lang.String value.String getSex()
void setSex(String sex)
sex
- A java.lang.String value.Date getBirthday()
void setBirthday(Date date)
date
- A java.util.Date value.String getCity()
void setCity(String city)
city
- A java.lang.String value.String getAddress1()
void setAddress1(String address1)
address1
- A java.lang.String value.String getAddress2()
void setAddress2(String address2)
address2
- A java.lang.String value.String getZipcode()
void setZipcode(String zipCode)
zipCode
- A java.lang.String value.String getCountry()
void setCountry(String country)
country
- A java.lang.String value.void setDescription(String description)
description
- The new description to set the user with.IAttachment getAvatar()
IAttachment
object.IAttachment
object.void setAvatar(IAttachment attachment)
attachment
- A IAttachment
object.Copyright © 2024 Visiativ. All rights reserved.