net.sf.fb4j.model
Class EventLocation

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<K,java.lang.Object>
          extended by net.sf.fb4j.FacebookObject<EventLocation.Field>
              extended by net.sf.fb4j.model.EventLocation
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<EventLocation.Field,java.lang.Object>, Location

public class EventLocation
extends FacebookObject<EventLocation.Field>
implements Location

Author:
Mino Togna, Gino Miceli
See Also:
Serialized Form

Nested Class Summary
static class EventLocation.Field
           
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
 
Fields inherited from class net.sf.fb4j.FacebookObject
DATE_FORMAT, EMPTY_DATE, EMPTY_FLOAT, EMPTY_INTEGER, EMPTY_LONG
 
Constructor Summary
EventLocation()
           
 
Method Summary
protected  EventLocation.Field fieldForName(java.lang.String fieldName)
           
 java.lang.String getCity()
           
 java.lang.String getCountry()
           
 java.lang.Float getLatitude()
           
 java.lang.Float getLongitude()
           
 java.lang.String getState()
           
 java.lang.String getStreet()
           
 
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
 

Constructor Detail

EventLocation

public EventLocation()
Method Detail

getStreet

public java.lang.String getStreet()

getLatitude

public java.lang.Float getLatitude()

getLongitude

public java.lang.Float getLongitude()

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

fieldForName

protected EventLocation.Field fieldForName(java.lang.String fieldName)
Specified by:
fieldForName in class FacebookObject<EventLocation.Field>


Copyright © 2008. All Rights Reserved.