|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shindig.social.core.model.AlbumImpl
public class AlbumImpl
Default Implementation of the Album object in the model.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.shindig.social.opensocial.model.Album |
|---|
Album.Field |
| Constructor Summary | |
|---|---|
AlbumImpl()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Get a string specifying the description of this album. |
String |
getId()
Get a string ID specifying the unique identifier of this album. |
Address |
getLocation()
Get address location of this album. |
Integer |
getMediaItemCount()
Get the number of items in the album. |
List<String> |
getMediaMimeType()
Get the identifying mime-types of the items in the album. |
List<MediaItem.Type> |
getMediaType()
Get the list of media item types for the items in the album. |
String |
getOwnerId()
Get the ID of the owner of the album. |
String |
getThumbnailUrl()
Get the URL to the thumbnail cover image for the album. |
String |
getTitle()
Get the title of the album. |
void |
setDescription(String description)
Set the description of this album. |
void |
setId(String id)
Set a string ID specifying a unique identifier of this album. |
void |
setLocation(Address location)
Set the address location of this album. |
void |
setMediaItemCount(Integer mediaItemCount)
Set the number of items in the album. |
void |
setMediaMimeType(List<String> mediaMimeType)
Set the identifying mime-types of the items in the album. |
void |
setMediaType(List<MediaItem.Type> mediaType)
Set the list of media item types for the items in the album. |
void |
setOwnerId(String ownerId)
Set the string ID of the owner of the album. |
void |
setThumbnailUrl(String thumbnailUrl)
Set the URL of the thumbnail cover image for the album. |
void |
setTitle(String title)
Set the title of the album. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AlbumImpl()
| Method Detail |
|---|
public String getDescription()
Album
getDescription in interface Albumpublic void setDescription(String description)
setDescription in interface Albumdescription - a string specifying the description of this album.public String getId()
Album
getId in interface Albumpublic void setId(String id)
setId in interface Albumid - a string ID specifying the unique identifier of this album.public Address getLocation()
Album
getLocation in interface Albumpublic void setLocation(Address location)
setLocation in interface Albumlocation - an Address specifying the location of this album.public Integer getMediaItemCount()
Album
getMediaItemCount in interface Albumpublic void setMediaItemCount(Integer mediaItemCount)
setMediaItemCount in interface AlbummediaItemCount - an integer specifying the number of items in the album.public List<String> getMediaMimeType()
Album
getMediaMimeType in interface Albumpublic void setMediaMimeType(List<String> mediaMimeType)
setMediaMimeType in interface AlbummediaMimeType - a List of strings specifying the mime-types of the items in the album.public List<MediaItem.Type> getMediaType()
Album
getMediaType in interface Albumpublic void setMediaType(List<MediaItem.Type> mediaType)
setMediaType in interface AlbummediaType - List of MediaItem.Type specifying media item types for items in the album.public String getOwnerId()
Album
getOwnerId in interface Albumpublic void setOwnerId(String ownerId)
setOwnerId in interface AlbumownerId - a string ID that identify the owner of the album.public String getThumbnailUrl()
Album
getThumbnailUrl in interface Albumpublic void setThumbnailUrl(String thumbnailUrl)
setThumbnailUrl in interface AlbumthumbnailUrl - a string specifying the URL for thumbnail cover image of the album.public String getTitle()
Album
getTitle in interface Albumpublic void setTitle(String title)
setTitle in interface Albumtitle - a string specifying the title of the album.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||