org.springframework.social.linkedin.api
Class Education

java.lang.Object
  extended by org.springframework.social.linkedin.api.LinkedInObject
      extended by org.springframework.social.linkedin.api.Education
All Implemented Interfaces:
Serializable

public class Education
extends LinkedInObject
implements Serializable

Model class representing education details for a Profile on LinkedIn

See Also:
Serialized Form

Constructor Summary
Education(String activities, String degree, String fieldOfStudy, String id, String notes, String schoolName, LinkedInDate startDate, LinkedInDate endDate)
           
 
Method Summary
 String getActivities()
           
 String getDegree()
           
 LinkedInDate getEndDate()
           
 String getFieldOfStudy()
           
 String getId()
           
 String getNotes()
           
 String getSchoolName()
           
 LinkedInDate getStartDate()
           
 
Methods inherited from class org.springframework.social.linkedin.api.LinkedInObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Education

public Education(String activities,
                 String degree,
                 String fieldOfStudy,
                 String id,
                 String notes,
                 String schoolName,
                 LinkedInDate startDate,
                 LinkedInDate endDate)
Method Detail

getActivities

public String getActivities()

getDegree

public String getDegree()

getFieldOfStudy

public String getFieldOfStudy()

getId

public String getId()

getNotes

public String getNotes()

getSchoolName

public String getSchoolName()

getStartDate

public LinkedInDate getStartDate()

getEndDate

public LinkedInDate getEndDate()