public class Education extends Object implements Serializable
| Constructor and Description |
|---|
Education() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDegree()
Returns the degree name
|
DateComponents |
getEndDate()
Returns the end date of education
|
String |
getFieldOfStudy()
Returns Field of Study
|
String |
getSchoolName()
Returns school/college name
|
DateComponents |
getStartDate()
Returns the start date of education
|
void |
setDegree(String degree)
Updates the degree name
|
void |
setEndDate(DateComponents endDate)
Updates the end date of education
|
void |
setFieldOfStudy(String fieldOfStudy)
Updates Field of Study
|
void |
setSchoolName(String schoolName)
Updates School Name
|
void |
setStartDate(DateComponents startDate)
Updates the start date of education
|
String |
toString()
Retrieves the education as a string
|
public String getSchoolName()
public void setSchoolName(String schoolName)
schoolName - the school namepublic String getFieldOfStudy()
public void setFieldOfStudy(String fieldOfStudy)
fieldOfStudy - the field of studypublic String getDegree()
public void setDegree(String degree)
degree - the degree namepublic DateComponents getStartDate()
public void setStartDate(DateComponents startDate)
startDate - the start date of educationpublic DateComponents getEndDate()
public void setEndDate(DateComponents endDate)
endDate - the end date of educationCopyright © 2018. All Rights Reserved.