org.springframework.social.facebook.api
Class EducationEntry

java.lang.Object
  extended by org.springframework.social.facebook.api.FacebookObject
      extended by org.springframework.social.facebook.api.EducationEntry
All Implemented Interfaces:
Serializable

public class EducationEntry
extends FacebookObject
implements Serializable

Model class representing an entry in a user's education history.

See Also:
Serialized Form

Constructor Summary
EducationEntry(Reference school, Reference year, List<Reference> concentration, String type)
           
 
Method Summary
 List<Reference> getConcentration()
           
 Reference getSchool()
           
 String getType()
           
 Reference getYear()
           
 
Methods inherited from class org.springframework.social.facebook.api.FacebookObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EducationEntry

public EducationEntry(Reference school,
                      Reference year,
                      List<Reference> concentration,
                      String type)
Method Detail

getSchool

public Reference getSchool()

getYear

public Reference getYear()

getConcentration

public List<Reference> getConcentration()

getType

public String getType()