|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Job
This is an interface for the GoogleBase plug in that exposes methods used for Job listing entry types.
Method Summary | |
---|---|
CurrencyEnumeration |
getCurrency()
Currency of the price amount for an item. |
String |
getEducation()
Level of education required for an employment position. |
String |
getEmployer()
Company providing employment. |
String |
getImmigrationStatus()
Legal residency requirements for an employment position. |
String[] |
getJobFunctions()
The functions of an employment position. |
String[] |
getJobIndustries()
The industry of an employment position. |
String[] |
getJobTypes()
Type of employment position. |
String |
getLocation()
Location of the position. |
Float |
getSalary()
Salary for this position. |
PriceTypeEnumeration |
getSalaryType()
The type of salary included. |
void |
setCurrency(CurrencyEnumeration value)
Currency of the price amount for an item. |
void |
setEducation(String education)
Level of education required for an employment position. |
void |
setEmployer(String employer)
Company providing employment. |
void |
setImmigrationStatus(String immigrationStatus)
Legal residency requirements for an employment position. |
void |
setJobFunctions(String[] function)
The functions of an employment position. |
void |
setJobIndustries(String[] jobIndustries)
The industry of an employment position. |
void |
setJobTypes(String[] jobTypes)
Type of employment position. |
void |
setLocation(String location)
Location of the position. |
void |
setSalary(Float salary)
Salary for this position. |
void |
setSalaryType(PriceTypeEnumeration salaryType)
The type of salary included. |
Methods inherited from interface org.rometools.feed.module.base.GlobalInterface |
---|
getExpirationDate, getExpirationDateTime, getId, getImageLinks, getLabels, setExpirationDate, setExpirationDateTime, setId, setImageLinks, setLabels |
Method Detail |
---|
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
- Level of education required for an employment position.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
- Company providing employment.String getEmployer()
employer | |
Details | Company providing employment. |
Example | <g:employer>Google, Inc</g:employer> |
Attribute of | Jobs |
Content type | string |
void setImmigrationStatus(String immigrationStatus)
immigration_status | |
Details | Legal residency requirements for an employment position. |
Example | <g:immigration_status>Permanent resident</g:immigration_status> |
Attribute of | Jobs |
Content type | string |
immigrationStatus
- Legal residency requirements for an employment position.String getImmigrationStatus()
immigration_status | |
Details | Legal residency requirements for an employment position. |
Example | <g:immigration_status>Permanent resident</g:immigration_status> |
Attribute of | Jobs |
Content type | string |
void setJobFunctions(String[] function)
job_function | |
Details | The function of an employment position. |
Example | <g:job_function>Product Manager</g:job_function> |
Attribute of | Jobs |
Content type | string |
function
- The functions of an employment position.String[] getJobFunctions()
job_function | |
Details | The function of an employment position. |
Example | <g:job_function>Product Manager</g:job_function> |
Attribute of | Jobs |
Content type | string |
void setJobIndustries(String[] jobIndustries)
job_industry | |
Details | The industry of an employment position. |
Example | <g:job_industry>Government</g:job_industry> |
Attribute of | Jobs |
Content type | string |
jobIndustries
- The industry of an employment position.String[] getJobIndustries()
job_industry | |
Details | The industry of an employment position. |
Example | <g:job_industry>Government</g:job_industry> |
Attribute of | Jobs |
Content type | string |
void setJobTypes(String[] jobTypes)
job_type | |
Details | Type of employment position. Example: Full-time, part-time, contractor, etc. |
Example | <g:job_type>contractor</g:job_type> |
Attribute of | Jobs |
Content type | string |
jobTypes
- Type of employment position. Example: Full-time, part-time, contractor, etc.String[] getJobTypes()
job_type | |
Details | Type of employment position. Example: Full-time, part-time, contractor, etc. |
Example | <g:job_type>contractor</g:job_type> |
Attribute of | Jobs |
Content type | string |
void setLocation(String location)
location
- Location of the position.String getLocation()
void setSalary(Float salary)
salary | |
Details | Salary for this position. Non-numeric values such as "$" symbols are not acceptable. |
Example | <g:salary>55000</g:salary> |
Attribute of | Jobs |
Content type | float |
salary
- Salary for this position. Non-numeric values such as "$" symbols are not acceptable.Float getSalary()
salary | |
Details | Salary for this position. Non-numeric values such as "$" symbols are not acceptable. |
Example | <g:salary>55000</g:salary> |
Attribute of | Jobs |
Content type | float |
void setSalaryType(PriceTypeEnumeration salaryType)
salaryType
- The type of salary included.PriceTypeEnumeration getSalaryType()
void setCurrency(CurrencyEnumeration value)
currency | |
Details | Currency of the price amount for an item. Values must be in ISO 4217 currency code format. |
Example | Acceptable: <g:currency>USD</g:currency> Not acceptable: <g:currency>US Dollars</g:currency> |
Attribute of | Events, Housing, Products, Services, Travel, Vehicles |
Content type | currencyEnumeration |
value
- Currency of the price amount for an item.CurrencyEnumeration getCurrency()
currency | |
Details | Currency of the price amount for an item. Values must be in ISO 4217 currency code format. |
Example | Acceptable: <g:currency>USD</g:currency> Not acceptable: <g:currency>US Dollars</g:currency> |
Attribute of | Events, Housing, Products, Services, Travel, Vehicles |
Content type | currencyEnumeration |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |