org.springframework.social.facebook.api
Class EducationEntry

java.lang.Object
  extended by org.springframework.social.facebook.api.EducationEntry

public class EducationEntry
extends java.lang.Object

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


Constructor Summary
EducationEntry(Reference school, Reference year, java.lang.String type)
           
 
Method Summary
 Reference getSchool()
           
 java.lang.String getType()
           
 Reference getYear()
           
 
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,
                      java.lang.String type)
Method Detail

getSchool

public Reference getSchool()

getYear

public Reference getYear()

getType

public java.lang.String getType()