net.sf.fb4j.model
Class Group

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

public class Group
extends FacebookObject<Group.Field>

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

Nested Class Summary
static class Group.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
Group()
           
 
Method Summary
protected  Group.Field fieldForName(java.lang.String fieldName)
           
 java.lang.Long getCreatorId()
           
 java.lang.String getDescription()
           
 java.lang.String getGroupSubtype()
           
 java.lang.String getGroupType()
           
 java.lang.Long getId()
           
 java.lang.String getName()
           
 java.lang.Long getNid()
           
 java.lang.String getOffice()
           
 java.lang.String getPic()
           
 java.lang.String getPicBig()
           
 java.lang.String getPicSmall()
           
 java.lang.String getRecentNews()
           
 java.util.Date getUpdateTime()
           
 GroupLocation getVenue()
           
 java.lang.String getWebsite()
           
 
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

Group

public Group()
Method Detail

getId

public java.lang.Long getId()

getName

public java.lang.String getName()

getNid

public java.lang.Long getNid()

getDescription

public java.lang.String getDescription()

getGroupType

public java.lang.String getGroupType()

getGroupSubtype

public java.lang.String getGroupSubtype()

getRecentNews

public java.lang.String getRecentNews()

getPic

public java.lang.String getPic()

getPicBig

public java.lang.String getPicBig()

getPicSmall

public java.lang.String getPicSmall()

getCreatorId

public java.lang.Long getCreatorId()

getUpdateTime

public java.util.Date getUpdateTime()

getOffice

public java.lang.String getOffice()

getWebsite

public java.lang.String getWebsite()

getVenue

public GroupLocation getVenue()

fieldForName

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


Copyright © 2008. All Rights Reserved.