org.teleal.cling.support.model.item
Class PlaylistItem
java.lang.Object
org.teleal.cling.support.model.DIDLObject
org.teleal.cling.support.model.item.Item
org.teleal.cling.support.model.item.PlaylistItem
public class PlaylistItem
- extends Item
- Author:
- Christian Bauer
Fields inherited from class org.teleal.cling.support.model.item.Item |
refID |
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
PlaylistItem
public PlaylistItem()
PlaylistItem
public PlaylistItem(Item other)
PlaylistItem
public PlaylistItem(String id,
Container parent,
String title,
String creator,
Res... resource)
PlaylistItem
public PlaylistItem(String id,
String parentID,
String title,
String creator,
Res... resource)
getFirstArtist
public PersonWithRole getFirstArtist()
getArtists
public PersonWithRole[] getArtists()
setArtists
public PlaylistItem setArtists(PersonWithRole[] artists)
getFirstGenre
public String getFirstGenre()
getGenres
public String[] getGenres()
setGenres
public PlaylistItem setGenres(String[] genres)
getDescription
public String getDescription()
setDescription
public PlaylistItem setDescription(String description)
getLongDescription
public String getLongDescription()
setLongDescription
public PlaylistItem setLongDescription(String description)
getLanguage
public String getLanguage()
setLanguage
public PlaylistItem setLanguage(String language)
getStorageMedium
public StorageMedium getStorageMedium()
setStorageMedium
public PlaylistItem setStorageMedium(StorageMedium storageMedium)
getDate
public String getDate()
setDate
public PlaylistItem setDate(String date)
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.