org.cruxframework.crux.plugin.gadget.client.features.osapi.albums
Class Album

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by org.cruxframework.crux.plugin.gadget.client.features.osapi.albums.Album

public class Album
extends com.google.gwt.core.client.JavaScriptObject

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

Album

protected Album()
Required by JavaScriptObject policy.

Method Detail

getDescription

public final String getDescription()
Returns description of the album.

Returns:
Description of the album.

getId

public final String getId()
Returns unique identifier for the album.

Returns:
Unique identifier for the album.

getOwnerId

public final String getOwnerId()
Returns id of the owner of the album.

Returns:
Id of the owner of the album.

getThumbnailUrl

public final String getThumbnailUrl()
Returns URL to a thumbnail cover of the album.

Returns:
URL to a thumbnail cover of the album.

getTitle

public final String getTitle()
Returns the title of the album.

Returns:
The title of the album.

getUrl

public final String getUrl()
Returns the URL of the album.

Returns:
The URL of the album.

getMediaItemCount

public final int getMediaItemCount()
Returns number of items in the album.

Returns:
Number of items in the album.


Copyright © 2014. All rights reserved.