|
|||||||||
| 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.gadgets.client.osapi.people.Person
public class Person
A class that represents a person and defines a minimal set of fields that opensocial container is required to implement. This class is meant to be extended to be used with specific containers.
| Field Summary | |
|---|---|
static java.lang.String |
DISPLAY_NAME
Field identifier for person's name suitable for display. |
static java.lang.String |
ID
Field identifier for person's string ID. |
static java.lang.String |
THUMBNAIL_URL
Field identifier for person's photo thumbnail URL. |
| Constructor Summary | |
|---|---|
protected |
Person()
Required by JavaScriptObject policy. |
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
Returns the name of this Person, suitable for display to end-users. |
java.lang.String |
getId()
Returns a string Id that can be permanently associated with this person. |
java.lang.String |
getThumbnailUrl()
Returns person's photo thumbnail URL, specified as a string. |
| 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 |
| Field Detail |
|---|
public static final java.lang.String DISPLAY_NAME
public static final java.lang.String ID
public static final java.lang.String THUMBNAIL_URL
| Constructor Detail |
|---|
protected Person()
JavaScriptObject policy.
| Method Detail |
|---|
public final java.lang.String getDisplayName()
public final java.lang.String getId()
public final java.lang.String getThumbnailUrl()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||