|
||||||||||
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 | |
---|---|
java.lang.Integer |
getAge()
Age of the individual. |
java.lang.String |
getEducation()
Education of the individual. |
java.lang.String |
getEmployer()
Individuals employer. |
java.lang.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. |
java.lang.String[] |
getInterestedIn()
Interest of a person being profiled. |
java.lang.String |
getLocation()
Location of a person. |
java.lang.String |
getMaritalStatus()
Marital status of an individual. |
java.lang.String |
getOccupation()
Occupation of an individual. |
java.lang.String |
getSexualOrientation()
Individual's sexual orientation. |
void |
setAge(java.lang.Integer age)
Age of the individual. |
void |
setEducation(java.lang.String education)
Education of the individual. |
void |
setEmployer(java.lang.String employer)
Individuals employer. |
void |
setEthnicities(java.lang.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(java.lang.String[] interestedIn)
Interest of a person being profiled. |
void |
setLocation(java.lang.String location)
Location of a person. |
void |
setMaritalStatus(java.lang.String maritalStatus)
Marital status of an individual. |
void |
setOccupation(java.lang.String occupation)
Occupation of an individual. |
void |
setSexualOrientation(java.lang.String sexualOrientation)
Individual's sexual orientation. |
Methods inherited from interface com.sun.syndication.feed.module.base.GlobalInterface |
---|
getExpirationDate, getExpirationDateTime, getId, getImageLinks, getLabels, setExpirationDate, setExpirationDateTime, setId, setImageLinks, setLabels |
Method Detail |
---|
void setAge(java.lang.Integer age)
age
- Age of the individual.java.lang.Integer getAge()
void setEducation(java.lang.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.java.lang.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(java.lang.String employer)
employer | |
Details | Company providing employment. |
Example | <g:employer>Google, Inc</g:employer> |
Attribute of | Jobs |
Content type | string |
employer
- Individuals employer.java.lang.String getEmployer()
employer | |
Details | Company providing employment. |
Example | <g:employer>Google, Inc</g:employer> |
Attribute of | Jobs |
Content type | string |
void setEthnicities(java.lang.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.java.lang.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(java.lang.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.java.lang.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(java.lang.String location)
location
- Location of a person.java.lang.String getLocation()
void setMaritalStatus(java.lang.String maritalStatus)
maritalStatus
- Marital status of an individual.java.lang.String getMaritalStatus()
void setOccupation(java.lang.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.java.lang.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(java.lang.String sexualOrientation)
sexualOrientation
- Individual's sexual orientation.java.lang.String getSexualOrientation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |