|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.brickred.socialauth.Education
public class Education
Provides education detail
| Constructor Summary | |
|---|---|
Education()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Education()
| Method Detail |
|---|
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 educationpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||