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)
Indicates whether some other object is "equal to" this one.
|
String |
getId()
Simple getter
|
String |
getName()
Simple getter
|
int |
hashCode()
Returns a hash code value for the object.
|
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 frompublic boolean equals(Object obj)
public int hashCode()