facebook4j.internal.json
Class UserJSONImpl.WorkJSONImpl
java.lang.Object
facebook4j.internal.json.UserJSONImpl.WorkJSONImpl
- All Implemented Interfaces:
- User.Work, java.io.Serializable
- Enclosing class:
- UserJSONImpl
private class UserJSONImpl.WorkJSONImpl
- extends java.lang.Object
- implements User.Work, java.io.Serializable
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
employer
private IdNameEntity employer
location
private IdNameEntity location
position
private IdNameEntity position
startDate
private java.lang.String startDate
endDate
private java.lang.String endDate
UserJSONImpl.WorkJSONImpl
UserJSONImpl.WorkJSONImpl(JSONObject json)
throws FacebookException
- Throws:
FacebookException
getEmployer
public IdNameEntity getEmployer()
- Specified by:
getEmployer in interface User.Work
getLocation
public IdNameEntity getLocation()
- Specified by:
getLocation in interface User.Work
getPosition
public IdNameEntity getPosition()
- Specified by:
getPosition in interface User.Work
getStartDate
public java.lang.String getStartDate()
- Specified by:
getStartDate in interface User.Work
getEndDate
public java.lang.String getEndDate()
- Specified by:
getEndDate in interface User.Work
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object