net.sf.fb4j.model
Class PhotoTag
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,java.lang.Object>
net.sf.fb4j.FacebookObject<PhotoTag.Field>
net.sf.fb4j.model.PhotoTag
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<PhotoTag.Field,java.lang.Object>
public class PhotoTag
- extends FacebookObject<PhotoTag.Field>
- Author:
- Mino Togna, Gino Miceli
- 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 |
PhotoTag()
|
PhotoTag(java.lang.Long photoId,
java.lang.Long tagUserId,
java.lang.Long xCoord,
java.lang.Long yCoord)
|
PhotoTag(java.lang.Long photoId,
java.lang.String tagText,
java.lang.Long xCoord,
java.lang.Long yCoord)
|
| 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 |
PhotoTag
public PhotoTag()
PhotoTag
public PhotoTag(java.lang.Long photoId,
java.lang.Long tagUserId,
java.lang.Long xCoord,
java.lang.Long yCoord)
PhotoTag
public PhotoTag(java.lang.Long photoId,
java.lang.String tagText,
java.lang.Long xCoord,
java.lang.Long yCoord)
getPhotoId
public java.lang.Long getPhotoId()
getSubjectId
public java.lang.Long getSubjectId()
getText
public java.lang.String getText()
getXCoord
public java.lang.Float getXCoord()
getYCoord
public java.lang.Float getYCoord()
getCreationDate
public java.util.Date getCreationDate()
fieldForName
protected PhotoTag.Field fieldForName(java.lang.String fieldName)
- Specified by:
fieldForName in class FacebookObject<PhotoTag.Field>
Copyright © 2008. All Rights Reserved.