org.teleal.cling.support.model.container
Class PhotoAlbum
java.lang.Object
org.teleal.cling.support.model.DIDLObject
org.teleal.cling.support.model.container.Container
org.teleal.cling.support.model.container.Album
org.teleal.cling.support.model.container.PhotoAlbum
public class PhotoAlbum
- extends Album
- Author:
- Christian Bauer
Constructor Summary |
PhotoAlbum()
|
PhotoAlbum(Container other)
|
PhotoAlbum(String id,
Container parent,
String title,
String creator,
Integer childCount)
|
PhotoAlbum(String id,
Container parent,
String title,
String creator,
Integer childCount,
List<Photo> photos)
|
PhotoAlbum(String id,
String parentID,
String title,
String creator,
Integer childCount)
|
PhotoAlbum(String id,
String parentID,
String title,
String creator,
Integer childCount,
List<Photo> photos)
|
Methods inherited from class org.teleal.cling.support.model.container.Album |
getContributors, getDate, getDescription, getFirstContributor, getFirstPublisher, getFirstRelation, getFirstRights, getLongDescription, getPublishers, getRelations, getRights, getStorageMedium, setContributors, setDate, setDescription, setLongDescription, setPublishers, setRelations, setRights, setStorageMedium |
Methods inherited from class org.teleal.cling.support.model.container.Container |
addContainer, addItem, getChildCount, getContainers, getCreateClasses, getFirstContainer, getItems, getSearchClasses, isSearchable, setChildCount, setContainers, setCreateClasses, setItems, setSearchable, setSearchClasses |
Methods inherited from class org.teleal.cling.support.model.DIDLObject |
addDescMetadata, addProperties, addProperty, addResource, equals, getClazz, getCreator, getDescMetadata, getFirstProperty, getFirstPropertyValue, getFirstResource, getId, getLastProperty, getParentID, getProperties, getProperties, getPropertiesByNamespace, getPropertyValues, getResources, getTitle, getWriteStatus, hashCode, hasProperty, isRestricted, removeProperties, replaceFirstProperty, replaceProperties, setClazz, setCreator, setDescMetadata, setId, setParentID, setProperties, setResources, setRestricted, setTitle, setWriteStatus |
CLASS
public static final DIDLObject.Class CLASS
PhotoAlbum
public PhotoAlbum()
PhotoAlbum
public PhotoAlbum(Container other)
PhotoAlbum
public PhotoAlbum(String id,
Container parent,
String title,
String creator,
Integer childCount)
PhotoAlbum
public PhotoAlbum(String id,
Container parent,
String title,
String creator,
Integer childCount,
List<Photo> photos)
PhotoAlbum
public PhotoAlbum(String id,
String parentID,
String title,
String creator,
Integer childCount)
PhotoAlbum
public PhotoAlbum(String id,
String parentID,
String title,
String creator,
Integer childCount,
List<Photo> photos)
getPhotos
public Photo[] getPhotos()
addPhotos
public void addPhotos(List<Photo> photos)
addPhotos
public void addPhotos(Photo[] photos)
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.