| Constructor and Description |
|---|
FBObject()
Empty Contructor
|
FBObject(Hashtable props)
This contructor initialize it's attributes from the given Hashtable
|
| Modifier and Type | Method and Description |
|---|---|
void |
copy(Hashtable props)
copies the relevant values from the given hashtable
|
boolean |
equals(Object obj) |
String |
getId()
Simple getter
|
String |
getName()
Simple getter
|
int |
hashCode() |
void |
setId(String id)
Simple setter
|
public FBObject()
public FBObject(Hashtable props)
props - an Hashtable which contains the Object datapublic void setId(String id)
id - the Object Id, each facebook element had an idpublic String getId()
public String getName()
public void copy(Hashtable props)
props - an hashtable to copy fromCopyright © 2022. All rights reserved.