net.sf.fb4j.model
Class RestaurantService

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

public class RestaurantService
extends FacebookObject<RestaurantService.Field>

Author:
Mino Togna
See Also:
Serialized Form

Nested Class Summary
static class RestaurantService.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
RestaurantService()
           
 
Method Summary
protected  RestaurantService.Field fieldForName(java.lang.String fieldName)
           
 java.lang.Boolean isCatering()
           
 java.lang.Boolean isDelivery()
           
 java.lang.Boolean isGroups()
           
 java.lang.Boolean isKids()
           
 java.lang.Boolean isOutdoor()
           
 java.lang.Boolean isReserve()
           
 java.lang.Boolean isTakeOut()
           
 java.lang.Boolean isWaiter()
           
 java.lang.Boolean isWalkins()
           
 
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

RestaurantService

public RestaurantService()
Method Detail

isReserve

public java.lang.Boolean isReserve()

isWalkins

public java.lang.Boolean isWalkins()

isGroups

public java.lang.Boolean isGroups()

isKids

public java.lang.Boolean isKids()

isTakeOut

public java.lang.Boolean isTakeOut()

isDelivery

public java.lang.Boolean isDelivery()

isCatering

public java.lang.Boolean isCatering()

isWaiter

public java.lang.Boolean isWaiter()

isOutdoor

public java.lang.Boolean isOutdoor()

fieldForName

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


Copyright © 2008. All Rights Reserved.