|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Person
This is an interface for the GoogleBase plug in that exposes methods used for Person (personal ad, resume, profile) entry types.
Method Summary | |
---|---|
Integer |
getAge()
Age of the individual. |
String |
getEducation()
Education of the individual. |
String |
getEmployer()
Individuals employer. |
String[] |
getEthnicities()
Ethnicity of the individual in the People profiles bulk upload entry. |
GenderEnumeration |
getGender()
Gender of an individual in a People profiles bulk upload. |
String[] |
getInterestedIn()
Interest of a person being profiled. |
String |
getLocation()
Location of a person. |
String |
getMaritalStatus()
Marital status of an individual. |
String |
getOccupation()
Occupation of an individual. |
String |
getSexualOrientation()
Individual's sexual orientation. |
void |
setAge(Integer age)
Age of the individual. |
void |
setEducation(String education)
Education of the individual. |
void |
setEmployer(String employer)
Individuals employer. |
void |
setEthnicities(String[] ethnicities)
Ethnicity of the individual in the People profiles bulk upload entry. |
void |
setGender(GenderEnumeration gender)
Gender of an individual in a People profiles bulk upload. |
void |
setInterestedIn(String[] interestedIn)
Interest of a person being profiled. |
void |
setLocation(String location)
Location of a person. |
void |
setMaritalStatus(String maritalStatus)
Marital status of an individual. |
void |
setOccupation(String occupation)
Occupation of an individual. |
void |
setSexualOrientation(String sexualOrientation)
Individual's sexual orientation. |
Methods inherited from interface org.rometools.feed.module.base.GlobalInterface |
---|
getExpirationDate, getExpirationDateTime, getId, getImageLinks, getLabels, setExpirationDate, setExpirationDateTime, setId, setImageLinks, setLabels |
Method Detail |
---|
void setAge(Integer age)
age
- Age of the individual.Integer getAge()
void setEducation(String education)
education | |
Details | Level of education required for an employment position. |
Example | <g:education>PhD</g:education> |
Attribute of | Jobs |
Content type | string |
education
- Education of the individual.String getEducation()
education | |
Details | Level of education required for an employment position. |
Example | <g:education>PhD</g:education> |
Attribute of | Jobs |
Content type | string |
void setEmployer(String employer)
employer | |
Details | Company providing employment. |
Example | <g:employer>Google, Inc</g:employer> |
Attribute of | Jobs |
Content type | string |
employer
- Individuals employer.String getEmployer()
employer | |
Details | Company providing employment. |
Example | <g:employer>Google, Inc</g:employer> |
Attribute of | Jobs |
Content type | string |
void setEthnicities(String[] ethnicities)
ethnicity | |
Details | Ethnicity of the individual in the People profiles bulk upload entry. |
Example | <g:ethnicity>Latino</g:ethnicity> |
Attribute of | People profiles |
Content type | string |
ethnicities
- Ethnicity of the individual in the People profiles bulk upload entry.String[] getEthnicities()
ethnicity | |
Details | Ethnicity of the individual in the People profiles bulk upload entry. |
Example | <g:ethnicity>Latino</g:ethnicity> |
Attribute of | People profiles |
Content type | string |
void setGender(GenderEnumeration gender)
gender
- Gender of an individual in a People profiles bulk upload.GenderEnumeration getGender()
void setInterestedIn(String[] interestedIn)
interested_in | |
Details | Interest of a person being profiled. |
Example | <g:interested_in>Long walks on the beach.</g:interested_in> |
Attribute of | People profiles |
Content type | string |
interestedIn
- Interest of a person being profiled.String[] getInterestedIn()
interested_in | |
Details | Interest of a person being profiled. |
Example | <g:interested_in>Long walks on the beach.</g:interested_in> |
Attribute of | People profiles |
Content type | string |
void setLocation(String location)
location
- Location of a person.String getLocation()
void setMaritalStatus(String maritalStatus)
maritalStatus
- Marital status of an individual.String getMaritalStatus()
void setOccupation(String occupation)
occupation | |
Details | Industry the individual in a People profiles bulk upload is employed in. |
Example | <g:occupation>Sales</g:occupation> |
Attribute of | People profiles |
Content type | string |
occupation
- Occupation of an individual.String getOccupation()
occupation | |
Details | Industry the individual in a People profiles bulk upload is employed in. |
Example | <g:occupation>Sales</g:occupation> |
Attribute of | People profiles |
Content type | string |
void setSexualOrientation(String sexualOrientation)
sexualOrientation
- Individual's sexual orientation.String getSexualOrientation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |