org.teleal.cling.support.model.item
Class Photo

java.lang.Object
  extended by org.teleal.cling.support.model.DIDLObject
      extended by org.teleal.cling.support.model.item.Item
          extended by org.teleal.cling.support.model.item.ImageItem
              extended by org.teleal.cling.support.model.item.Photo

public class Photo
extends ImageItem

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.item.Item
refID
 
Fields inherited from class org.teleal.cling.support.model.DIDLObject
clazz, creator, descMetadata, id, parentID, properties, resources, restricted, title, writeStatus
 
Constructor Summary
Photo()
           
Photo(Item other)
           
Photo(String id, Container parent, String title, String creator, String album, Res... resource)
           
Photo(String id, String parentID, String title, String creator, String album, Res... resource)
           
 
Method Summary
 String getAlbum()
           
 Photo setAlbum(String album)
           
 
Methods inherited from class org.teleal.cling.support.model.item.ImageItem
getDate, getDescription, getFirstPublisher, getFirstRights, getLongDescription, getPublishers, getRating, getRights, getStorageMedium, setDate, setDescription, setLongDescription, setPublishers, setRating, setRights, setStorageMedium
 
Methods inherited from class org.teleal.cling.support.model.item.Item
getRefID, setRefID
 
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

Photo

public Photo()

Photo

public Photo(Item other)

Photo

public Photo(String id,
             Container parent,
             String title,
             String creator,
             String album,
             Res... resource)

Photo

public Photo(String id,
             String parentID,
             String title,
             String creator,
             String album,
             Res... resource)
Method Detail

getAlbum

public String getAlbum()

setAlbum

public Photo setAlbum(String album)


Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.