|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.panoramiolib.PanoramioFeature
public class PanoramioFeature
Describes a single Panoramio feature.
See PanoramioFeature API Doc
Constructor Summary | |
---|---|
protected |
PanoramioFeature()
generated from event use newInstance(); |
Method Summary | |
---|---|
String |
getAuthor()
The username of the user who uploaded this photo. |
String |
getPhotoId()
The unique identifier for this photo, as used in the Panoramio API. |
String |
getTitle()
The title of the photo. |
String |
getUrl()
The URL of the photo. |
String |
getUserId()
The unique identifier for the user who uploaded this photo, as used in the Panoramio API. |
static PanoramioFeature |
newInstance()
generated from event Describes a single Panoramio feature. |
void |
setAuthor(String author)
The username of the user who uploaded this photo. |
void |
setPhotoId(String photoId)
The unique identifier for this photo, as used in the Panoramio API. |
void |
setTitle(String title)
The title of the photo. |
void |
setUrl(String url)
The URL of the photo. |
void |
setUserId(String userId)
The unique identifier for the user who uploaded this photo, as used in the Panoramio API. |
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected PanoramioFeature()
Method Detail |
---|
public static final PanoramioFeature newInstance()
public final void setAuthor(String author)
author
- public final String getAuthor()
public final void setPhotoId(String photoId)
photoId
- public final String getPhotoId()
public final void setTitle(String title)
title
- public final String getTitle()
public final void setUrl(String url)
url
- public final String getUrl()
public final void setUserId(String userId)
userId
- public final String getUserId()
|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |