public class Job extends Object implements Serializable
| Constructor and Description |
|---|
Job() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
DateRange |
getDateRange() |
String |
getDisplay()
The full job headline for display purposes.
|
String |
getIndustry()
The employing organization industry
|
String |
getOrganization()
The name of the employing organization
|
String |
getTitle()
Job title
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDateRange(DateRange dateRange) |
void |
setDisplay(String display)
The full job headline for display purposes.
|
void |
setIndustry(String industry)
The employing organization industry
|
void |
setOrganization(String organization)
The name of the employing organization
|
void |
setTitle(String title)
Job title
|
String |
toString() |
Job |
withAdditionalProperty(String name,
Object value) |
Job |
withDateRange(DateRange dateRange) |
Job |
withDisplay(String display) |
Job |
withIndustry(String industry) |
Job |
withOrganization(String organization) |
Job |
withTitle(String title) |
public String getTitle()
public void setTitle(String title)
public String getOrganization()
public void setOrganization(String organization)
public String getIndustry()
public void setIndustry(String industry)
public DateRange getDateRange()
public void setDateRange(DateRange dateRange)
public String getDisplay()
public void setDisplay(String display)
Copyright © 2020 The Apache Software Foundation. All rights reserved.