org.teleal.cling.support.model.item
Class VideoItem
java.lang.Object
org.teleal.cling.support.model.DIDLObject
org.teleal.cling.support.model.item.Item
org.teleal.cling.support.model.item.VideoItem
- Direct Known Subclasses:
- Movie, MusicVideoClip, VideoBroadcast
public class VideoItem
- 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
VideoItem
public VideoItem()
VideoItem
public VideoItem(Item other)
VideoItem
public VideoItem(String id,
Container parent,
String title,
String creator,
Res... resource)
VideoItem
public VideoItem(String id,
String parentID,
String title,
String creator,
Res... resource)
getFirstGenre
public String getFirstGenre()
getGenres
public String[] getGenres()
setGenres
public VideoItem setGenres(String[] genres)
getDescription
public String getDescription()
setDescription
public VideoItem setDescription(String description)
getLongDescription
public String getLongDescription()
setLongDescription
public VideoItem setLongDescription(String description)
getFirstProducer
public Person getFirstProducer()
getProducers
public Person[] getProducers()
setProducers
public VideoItem setProducers(Person[] persons)
getRating
public String getRating()
setRating
public VideoItem setRating(String rating)
getFirstActor
public PersonWithRole getFirstActor()
getActors
public PersonWithRole[] getActors()
setActors
public VideoItem setActors(PersonWithRole[] persons)
getFirstDirector
public Person getFirstDirector()
getDirectors
public Person[] getDirectors()
setDirectors
public VideoItem setDirectors(Person[] persons)
getFirstPublisher
public Person getFirstPublisher()
getPublishers
public Person[] getPublishers()
setPublishers
public VideoItem setPublishers(Person[] publishers)
getLanguage
public String getLanguage()
setLanguage
public VideoItem setLanguage(String language)
getFirstRelation
public URI getFirstRelation()
getRelations
public URI[] getRelations()
setRelations
public VideoItem setRelations(URI[] relations)
Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.