public class Education extends Object implements Serializable
| Constructor and Description |
|---|
Education() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
DateRange |
getDateRange() |
String |
getDegree()
Degree.
|
String |
getDisplay()
The full degree headline for display purposes.
|
String |
getSchool()
Name of the educational institute.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDateRange(DateRange dateRange) |
void |
setDegree(String degree)
Degree.
|
void |
setDisplay(String display)
The full degree headline for display purposes.
|
void |
setSchool(String school)
Name of the educational institute.
|
String |
toString() |
Education |
withAdditionalProperty(String name,
Object value) |
Education |
withDateRange(DateRange dateRange) |
Education |
withDegree(String degree) |
Education |
withDisplay(String display) |
Education |
withSchool(String school) |
public String getDegree()
public void setDegree(String degree)
public String getSchool()
public void setSchool(String school)
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.