org.springframework.social.facebook.api
Class WorkEntry

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

public class WorkEntry
extends FacebookObject
implements Serializable

Model class representing an entry in the user's work history.

See Also:
Serialized Form

Constructor Summary
WorkEntry(Reference employer, String startDate, String endDate)
           
 
Method Summary
 Reference getEmployer()
           
 String getEndDate()
           
 String getStartDate()
           
 
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

WorkEntry

public WorkEntry(Reference employer,
                 String startDate,
                 String endDate)
Method Detail

getEmployer

public Reference getEmployer()

getStartDate

public String getStartDate()

getEndDate

public String getEndDate()