Class FBObject
java.lang.Object
com.codename1.facebook.FBObject
This is a base class for all FaceBook Objects
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FBObject
public FBObject()Empty Contructor -
FBObject
This contructor initialize it's attributes from the given Hashtable
Parameters
props: an Hashtable which contains the Object data
-
-
Method Details
-
getId
Simple getter
Returns
the facebook object id
-
setId
Simple setter
Parameters
id: the Object Id, each facebook element had an id
-
getName
Simple getter
Returns
the FB Object name
-
copy
copies the relevant values from the given hashtable
Parameters
props: an hashtable to copy from
-
equals
-
hashCode
-