public class Movie extends VideoItem
DIDLObject.Class, DIDLObject.Property<V>| Modifier and Type | Field and Description |
|---|---|
static DIDLObject.Class |
CLASS |
clazz, creator, descMetadata, id, parentID, properties, resources, restricted, title, writeStatus| Constructor and Description |
|---|
Movie() |
Movie(Item other) |
Movie(String id,
Container parent,
String title,
String creator,
Res... resource) |
Movie(String id,
String parentID,
String title,
String creator,
Res... resource) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChannelName() |
Integer |
getDVDRegionCode() |
String |
getFirstScheduledEndTime() |
String |
getFirstScheduledStartTime() |
String[] |
getScheduledEndTimes() |
String[] |
getScheduledStartTimes() |
StorageMedium |
getStorageMedium() |
Movie |
setChannelName(String channelName) |
Movie |
setDVDRegionCode(Integer dvdRegionCode) |
Movie |
setScheduledEndTimes(String[] strings) |
Movie |
setScheduledStartTimes(String[] strings) |
Movie |
setStorageMedium(StorageMedium storageMedium) |
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, setRelationsaddDescMetadata, 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 Movie()
public Movie(Item other)
public StorageMedium getStorageMedium()
public Movie setStorageMedium(StorageMedium storageMedium)
public Integer getDVDRegionCode()
public String getChannelName()
public String getFirstScheduledStartTime()
public String[] getScheduledStartTimes()
public String getFirstScheduledEndTime()
public String[] getScheduledEndTimes()
Copyright © 2023 jUPnP.org. All rights reserved.