|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
org.cruxframework.crux.plugin.gadget.client.features.osapi.albums.Album
public class Album
Albums represents collections of MediaItem.
| Constructor Summary | |
|---|---|
protected |
Album()
Required by JavaScriptObject policy. |
| Method Summary | |
|---|---|
String |
getDescription()
Returns description of the album. |
String |
getId()
Returns unique identifier for the album. |
int |
getMediaItemCount()
Returns number of items in the album. |
String |
getOwnerId()
Returns id of the owner of the album. |
String |
getThumbnailUrl()
Returns URL to a thumbnail cover of the album. |
String |
getTitle()
Returns the title of the album. |
String |
getUrl()
Returns the URL of the album. |
| 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 Album()
JavaScriptObject policy.
| Method Detail |
|---|
public final String getDescription()
public final String getId()
public final String getOwnerId()
public final String getThumbnailUrl()
public final String getTitle()
public final String getUrl()
public final int getMediaItemCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||