public class SocialProfile extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SocialProfile.Sex
Enum with the possible values for sex.
|
Modifier and Type | Field and Description |
---|---|
static String |
ENTITY_NAME
This entity's name.
|
static String |
NAMED_QUERY_FIND_BY_SERVICE_INSTANCE_AND_USER_ID
Named query for finding instances with the given service instance and user id.
|
Constructor and Description |
---|
SocialProfile() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Gets address.
|
String |
getAreaCode()
Gets area code.
|
Calendar |
getBirthday()
Gets birthday.
|
String |
getDepartament()
Gets department
|
String |
getDescription()
Gets description
|
String |
getEmail()
Gets email
|
String |
getId()
Gets identifier
|
String |
getLocale()
Gets locale
|
String |
getName()
Gets name
|
String |
getOtherContacts()
Gets others contacts
|
String |
getPhone()
Gets phone
|
String |
getPhoto()
Gets photo
|
String |
getResume()
Returns the resume.
|
SocialProfile.Sex |
getSex()
Gets sex.
|
String |
getTitle()
Gets title
|
String |
getUserId()
Sets lumis user identifier
|
void |
setAddress(String address)
Sets address.
|
void |
setAreaCode(String areaCode)
Sets areaCode.
|
void |
setBirthday(Calendar birthday)
Sets birthday instance.
|
void |
setDepartament(String departament)
Sets department.
|
void |
setDescription(String description)
Sets description
|
void |
setEmail(String email)
Sets email.
|
void |
setLocale(String locale)
Sets locale.
|
void |
setName(String name)
Sets name
|
void |
setOtherContacts(String otherContacts)
Sets other contacts.
|
void |
setPhone(String phone)
Sets phone.
|
void |
setPhoto(String photo)
Sets photo
|
void |
setResume(String resume)
Sets the resume.
|
void |
setSex(SocialProfile.Sex sex)
Sets sex.
|
void |
setTitle(String title)
Sets title
|
void |
setUserId(String userId)
Sets lumis user identifier
|
public static final String NAMED_QUERY_FIND_BY_SERVICE_INSTANCE_AND_USER_ID
Expects the following parameters:
si
: the service instance identifier.userId
: the user identifier.public static final String ENTITY_NAME
public String getId()
public String getUserId()
public void setUserId(String userId)
userId
- lumis user identifierpublic String getName()
public void setName(String name)
name
- public String getDescription()
public void setDescription(String description)
description
- public String getPhoto()
public void setPhoto(String photo)
photo
- public String getTitle()
public void setTitle(String title)
title
- public String getDepartament()
public void setDepartament(String departament)
departament.
- public String getLocale()
public void setLocale(String locale)
areaCode
- locale.public String getAreaCode()
public void setAreaCode(String areaCode)
areaCode
- areaCode.public String getPhone()
public void setPhone(String phone)
phone
- phone.public String getEmail()
public void setEmail(String email)
email.
- public String getAddress()
public void setAddress(String address)
address
- address.public String getOtherContacts()
public void setOtherContacts(String otherContacts)
otherContacts
- other contacts.public Calendar getBirthday()
public void setBirthday(Calendar birthday)
birhday
- birthday.public SocialProfile.Sex getSex()
public void setSex(SocialProfile.Sex sex)
sex.
- public String getResume()
public void setResume(String resume)
resume
- the resume value to set.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.