|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.panoramio.PanoramioFeature
public class PanoramioFeature
Describes a single Panoramio feature. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
PanoramioFeature()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
java.lang.String |
getAuthor()
The username of the user who uploaded this photo. |
java.lang.String |
getPhotoId()
The unique identifier for this photo, as used in the Panoramio API (see http://www.panoramio.com/api/widget/api. |
java.lang.String |
getTitle()
The title of the photo. |
java.lang.String |
getUrl()
The URL of the photo. |
java.lang.String |
getUserId()
The unique identifier for the user who uploaded this photo, as used in the Panoramio API (see http://www.panorami o.com/api/widget/api.html). |
void |
setAuthor(java.lang.String author)
The username of the user who uploaded this photo. |
void |
setPhotoId(java.lang.String photoId)
The unique identifier for this photo, as used in the Panoramio API (see http://www.panoramio.com/api/widget/api. |
void |
setTitle(java.lang.String title)
The title of the photo. |
void |
setUrl(java.lang.String url)
The URL of the photo. |
void |
setUserId(java.lang.String userId)
The unique identifier for the user who uploaded this photo, as used in the Panoramio API (see http://www.panorami o.com/api/widget/api.html). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected PanoramioFeature()
Method Detail |
---|
public final java.lang.String getAuthor()
public final java.lang.String getPhotoId()
public final java.lang.String getTitle()
public final java.lang.String getUrl()
public final java.lang.String getUserId()
public final void setAuthor(java.lang.String author)
public final void setPhotoId(java.lang.String photoId)
public final void setTitle(java.lang.String title)
public final void setUrl(java.lang.String url)
public final void setUserId(java.lang.String userId)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |