spring-social-facebook

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:
java.io.Serializable

public class EducationEntry
extends FacebookObject
implements java.io.Serializable

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

Author:
Craig Walls
See Also:
Serialized Form

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

getSchool

public Reference getSchool()

getYear

public Reference getYear()

getConcentration

public java.util.List<Reference> getConcentration()

getType

public java.lang.String getType()

spring-social-facebook