org.teleal.cling.support.model.container
Class PhotoAlbum

java.lang.Object
  extended by org.teleal.cling.support.model.DIDLObject
      extended by org.teleal.cling.support.model.container.Container
          extended by org.teleal.cling.support.model.container.Album
              extended by org.teleal.cling.support.model.container.PhotoAlbum

public class PhotoAlbum
extends Album

Author:
Christian Bauer

Nested Class Summary
 
Nested classes/interfaces inherited from class org.teleal.cling.support.model.DIDLObject
DIDLObject.Class, DIDLObject.Property<V>
 
Field Summary
static DIDLObject.Class CLASS
           
 
Fields inherited from class org.teleal.cling.support.model.container.Container
childCount, containers, createClasses, items, searchable, searchClasses
 
Fields inherited from class org.teleal.cling.support.model.DIDLObject
clazz, creator, descMetadata, id, parentID, properties, resources, restricted, title, writeStatus
 
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)
           
 
Method Summary
 void addPhotos(List<Photo> photos)
           
 void addPhotos(Photo[] photos)
           
 Photo[] getPhotos()
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS

public static final DIDLObject.Class CLASS
Constructor Detail

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)
Method Detail

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.