net.sf.fb4j.model
Class Photo
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,java.lang.Object>
net.sf.fb4j.FacebookObject<Photo.Field>
net.sf.fb4j.model.Photo
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<Photo.Field,java.lang.Object>
public class Photo
- extends FacebookObject<Photo.Field>
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
|
Constructor Summary |
Photo()
|
| 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 |
Photo
public Photo()
getId
public java.lang.Long getId()
getAlbumId
public java.lang.Long getAlbumId()
getOwnerId
public java.lang.Long getOwnerId()
getSrcSmall
public java.lang.String getSrcSmall()
getSrcBig
public java.lang.String getSrcBig()
getSrc
public java.lang.String getSrc()
getCreationDate
public java.util.Date getCreationDate()
getUrl
public java.lang.String getUrl()
getCaption
public java.lang.String getCaption()
fieldForName
protected Photo.Field fieldForName(java.lang.String fieldName)
- Specified by:
fieldForName in class FacebookObject<Photo.Field>
Copyright © 2008. All Rights Reserved.