org.fourthline.cling.support.model.item
Class MusicVideoClip
java.lang.Object
org.fourthline.cling.support.model.DIDLObject
org.fourthline.cling.support.model.item.Item
org.fourthline.cling.support.model.item.VideoItem
org.fourthline.cling.support.model.item.MusicVideoClip
public class MusicVideoClip
- extends VideoItem
- Author:
- Christian Bauer
Fields inherited from class org.fourthline.cling.support.model.item.Item |
refID |
Methods inherited from class org.fourthline.cling.support.model.item.VideoItem |
getActors, getDescription, getDirectors, getFirstActor, getFirstDirector, getFirstGenre, getFirstProducer, getFirstPublisher, getFirstRelation, getGenres, getLanguage, getLongDescription, getProducers, getPublishers, getRating, getRelations, setActors, setDescription, setDirectors, setGenres, setLanguage, setLongDescription, setProducers, setPublishers, setRating, setRelations |
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
MusicVideoClip
public MusicVideoClip()
MusicVideoClip
public MusicVideoClip(Item other)
MusicVideoClip
public MusicVideoClip(String id,
Container parent,
String title,
String creator,
Res... resource)
MusicVideoClip
public MusicVideoClip(String id,
String parentID,
String title,
String creator,
Res... resource)
getFirstArtist
public PersonWithRole getFirstArtist()
getArtists
public PersonWithRole[] getArtists()
setArtists
public MusicVideoClip setArtists(PersonWithRole[] artists)
getStorageMedium
public StorageMedium getStorageMedium()
setStorageMedium
public MusicVideoClip setStorageMedium(StorageMedium storageMedium)
getAlbum
public String getAlbum()
setAlbum
public MusicVideoClip setAlbum(String album)
getFirstScheduledStartTime
public String getFirstScheduledStartTime()
getScheduledStartTimes
public String[] getScheduledStartTimes()
setScheduledStartTimes
public MusicVideoClip setScheduledStartTimes(String[] strings)
getFirstScheduledEndTime
public String getFirstScheduledEndTime()
getScheduledEndTimes
public String[] getScheduledEndTimes()
setScheduledEndTimes
public MusicVideoClip setScheduledEndTimes(String[] strings)
getFirstContributor
public Person getFirstContributor()
getContributors
public Person[] getContributors()
setContributors
public MusicVideoClip setContributors(Person[] contributors)
getDate
public String getDate()
setDate
public MusicVideoClip setDate(String date)
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.