public class PlaylistContainer extends Container
DIDLObject.Class, DIDLObject.Property<V>| Modifier and Type | Field and Description |
|---|---|
static DIDLObject.Class |
CLASS |
childCount, containers, createClasses, items, searchable, searchClassesclazz, creator, descMetadata, id, parentID, properties, resources, restricted, title, writeStatus| Constructor and Description |
|---|
PlaylistContainer() |
PlaylistContainer(Container other) |
PlaylistContainer(String id,
Container parent,
String title,
String creator,
Integer childCount) |
PlaylistContainer(String id,
String parentID,
String title,
String creator,
Integer childCount) |
| Modifier and Type | Method and Description |
|---|---|
PersonWithRole[] |
getArtists() |
Person[] |
getContributors() |
String |
getDate() |
String |
getDescription() |
PersonWithRole |
getFirstArtist() |
Person |
getFirstContributor() |
String |
getFirstGenre() |
Person |
getFirstProducer() |
String |
getFirstRights() |
String[] |
getGenres() |
String |
getLanguage() |
String |
getLongDescription() |
Person[] |
getProducers() |
String[] |
getRights() |
StorageMedium |
getStorageMedium() |
PlaylistContainer |
setArtists(PersonWithRole[] artists) |
PlaylistContainer |
setContributors(Person[] contributors) |
PlaylistContainer |
setDate(String date) |
PlaylistContainer |
setDescription(String description) |
PlaylistContainer |
setGenres(String[] genres) |
PlaylistContainer |
setLanguage(String language) |
PlaylistContainer |
setLongDescription(String description) |
PlaylistContainer |
setProducers(Person[] persons) |
PlaylistContainer |
setRights(String[] rights) |
PlaylistContainer |
setStorageMedium(StorageMedium storageMedium) |
addContainer, addItem, getChildCount, getContainers, getCreateClasses, getFirstContainer, getItems, getSearchClasses, isSearchable, setChildCount, setContainers, setCreateClasses, setItems, setSearchable, setSearchClassesaddDescMetadata, 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, setWriteStatuspublic static final DIDLObject.Class CLASS
public PlaylistContainer()
public PlaylistContainer(Container other)
public PlaylistContainer(String id, Container parent, String title, String creator, Integer childCount)
public PersonWithRole getFirstArtist()
public PersonWithRole[] getArtists()
public PlaylistContainer setArtists(PersonWithRole[] artists)
public String getFirstGenre()
public String[] getGenres()
public PlaylistContainer setGenres(String[] genres)
public String getDescription()
public PlaylistContainer setDescription(String description)
public String getLongDescription()
public PlaylistContainer setLongDescription(String description)
public Person getFirstProducer()
public Person[] getProducers()
public PlaylistContainer setProducers(Person[] persons)
public StorageMedium getStorageMedium()
public PlaylistContainer setStorageMedium(StorageMedium storageMedium)
public String getDate()
public PlaylistContainer setDate(String date)
public String getFirstRights()
public String[] getRights()
public PlaylistContainer setRights(String[] rights)
public Person getFirstContributor()
public Person[] getContributors()
public PlaylistContainer setContributors(Person[] contributors)
public String getLanguage()
public PlaylistContainer setLanguage(String language)
Copyright © 2023 jUPnP.org. All rights reserved.