net.sf.fb4j.model
Class WorkLocation
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,java.lang.Object>
net.sf.fb4j.FacebookObject<WorkLocation.Field>
net.sf.fb4j.model.WorkLocation
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<WorkLocation.Field,java.lang.Object>, Location
public class WorkLocation
- extends FacebookObject<WorkLocation.Field>
- implements Location
- Author:
- Mino Togna, Gino Miceli
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
| Methods inherited from class net.sf.fb4j.FacebookObject |
clear, get, getBoolean, getDate, getFloat, getInteger, getLong, getNumber, getString, getStringArray, put, putAll, putInternal, putInternal, remove |
| Methods inherited from class java.util.HashMap |
clone, containsKey, containsValue, entrySet, isEmpty, keySet, size, values |
| Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
equals, hashCode |
WorkLocation
public WorkLocation()
getCity
public java.lang.String getCity()
- Specified by:
getCity in interface Location
getState
public java.lang.String getState()
- Specified by:
getState in interface Location
getCountry
public java.lang.String getCountry()
- Specified by:
getCountry in interface Location
getZip
public java.lang.String getZip()
fieldForName
protected WorkLocation.Field fieldForName(java.lang.String fieldName)
- Specified by:
fieldForName in class FacebookObject<WorkLocation.Field>
Copyright © 2008. All Rights Reserved.