net.sf.fb4j.model
Class RestaurantSpecialty

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<RestaurantSpecialty.Field>
              extended by net.sf.fb4j.model.RestaurantSpecialty
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<RestaurantSpecialty.Field,java.lang.Object>

public class RestaurantSpecialty
extends FacebookObject<RestaurantSpecialty.Field>

Author:
Mino Togna
See Also:
Serialized Form

Nested Class Summary
static class RestaurantSpecialty.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
RestaurantSpecialty()
           
 
Method Summary
protected  RestaurantSpecialty.Field fieldForName(java.lang.String fieldName)
           
 java.lang.Boolean isBreakfast()
           
 java.lang.Boolean isCoffee()
           
 java.lang.Boolean isDinner()
           
 java.lang.Boolean isDrinks()
           
 java.lang.Boolean isLunch()
           
 
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

RestaurantSpecialty

public RestaurantSpecialty()
Method Detail

isBreakfast

public java.lang.Boolean isBreakfast()

isLunch

public java.lang.Boolean isLunch()

isDinner

public java.lang.Boolean isDinner()

isCoffee

public java.lang.Boolean isCoffee()

isDrinks

public java.lang.Boolean isDrinks()

fieldForName

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


Copyright © 2008. All Rights Reserved.