org.brickred.socialauth
Class Education

java.lang.Object
  extended by org.brickred.socialauth.Education
All Implemented Interfaces:
Serializable

public class Education
extends Object
implements Serializable

Provides education detail

Author:
tarun.nagpal
See Also:
Serialized Form

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

Education

public Education()
Method Detail

getSchoolName

public String getSchoolName()
Returns school/college name

Returns:
school name

setSchoolName

public void setSchoolName(String schoolName)
Updates School Name

Parameters:
schoolName - the school name

getFieldOfStudy

public String getFieldOfStudy()
Returns Field of Study

Returns:
field of study

setFieldOfStudy

public void setFieldOfStudy(String fieldOfStudy)
Updates Field of Study

Parameters:
fieldOfStudy - the field of study

getDegree

public String getDegree()
Returns the degree name

Returns:
degree name

setDegree

public void setDegree(String degree)
Updates the degree name

Parameters:
degree - the degree name

getStartDate

public DateComponents getStartDate()
Returns the start date of education

Returns:
start date of education

setStartDate

public void setStartDate(DateComponents startDate)
Updates the start date of education

Parameters:
startDate - the start date of education

getEndDate

public DateComponents getEndDate()
Returns the end date of education

Returns:
the end date of education

setEndDate

public void setEndDate(DateComponents endDate)
Updates the end date of education

Parameters:
endDate - the end date of education

toString

public String toString()
Retrieves the education as a string

Overrides:
toString in class Object
Returns:
String


Copyright © 2014. All rights reserved.