org.fourthline.cling.support.model.item
Class AudioBook
java.lang.Object
org.fourthline.cling.support.model.DIDLObject
org.fourthline.cling.support.model.item.Item
org.fourthline.cling.support.model.item.AudioItem
org.fourthline.cling.support.model.item.AudioBook
public class AudioBook
- extends AudioItem
- Author:
- Christian Bauer
Fields inherited from class org.fourthline.cling.support.model.item.Item |
refID |
Constructor Summary |
AudioBook()
|
AudioBook(Item other)
|
AudioBook(String id,
Container parent,
String title,
String creator,
Res... resource)
|
AudioBook(String id,
Container parent,
String title,
String creator,
String producer,
String contributor,
String date,
Res... resource)
|
AudioBook(String id,
String parentID,
String title,
String creator,
Person producer,
Person contributor,
String date,
Res... resource)
|
Methods inherited from class org.fourthline.cling.support.model.item.AudioItem |
getDescription, getFirstGenre, getFirstPublisher, getFirstRelation, getFirstRights, getGenres, getLanguage, getLongDescription, getPublishers, getRelations, getRights, setDescription, setGenres, setLanguage, setLongDescription, setPublishers, setRelations, setRights |
Methods inherited from class org.fourthline.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
AudioBook
public AudioBook()
AudioBook
public AudioBook(Item other)
AudioBook
public AudioBook(String id,
Container parent,
String title,
String creator,
Res... resource)
AudioBook
public AudioBook(String id,
Container parent,
String title,
String creator,
String producer,
String contributor,
String date,
Res... resource)
AudioBook
public AudioBook(String id,
String parentID,
String title,
String creator,
Person producer,
Person contributor,
String date,
Res... resource)
getStorageMedium
public StorageMedium getStorageMedium()
setStorageMedium
public AudioBook setStorageMedium(StorageMedium storageMedium)
getFirstProducer
public Person getFirstProducer()
getProducers
public Person[] getProducers()
setProducers
public AudioBook setProducers(Person[] persons)
getFirstContributor
public Person getFirstContributor()
getContributors
public Person[] getContributors()
setContributors
public AudioBook setContributors(Person[] contributors)
getDate
public String getDate()
setDate
public AudioBook setDate(String date)
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.