public class Photo extends FBObject
Constructor and Description |
---|
Photo()
Empty Contructor
|
Photo(Hashtable props) |
Modifier and Type | Method and Description |
---|---|
void |
copy(Hashtable props)
copies the relevant values from the given hashtable
|
Vector |
getComments()
Gets the comments on this Photos, where each
entry is a Post Object
|
String |
getCreated_time()
Get created_time
|
User |
getFrom()
Get from
|
int |
getHeight()
Get height
|
String |
getIconUrl()
Get iconUrl
|
Vector |
getImages()
Get images vector where each entry is a String of a url
|
String |
getLink()
Get link
|
String |
getPictureUrl()
Get pictureUrl
|
int |
getPosition()
Get position
|
String |
getSourceUrl()
Get sourceUrl
|
String |
getUpdated_time()
Get updated_time
|
int |
getWidth()
Get width
|
public Photo()
public Photo(Hashtable props)
public String getCreated_time()
public User getFrom()
public int getHeight()
public String getIconUrl()
public String getLink()
public String getPictureUrl()
public int getPosition()
public String getSourceUrl()
public String getUpdated_time()
public int getWidth()
public Vector getImages()
public Vector getComments()