org.teleal.cling.support.model.item
Class Item
java.lang.Object
org.teleal.cling.support.model.DIDLObject
org.teleal.cling.support.model.item.Item
- Direct Known Subclasses:
- AudioItem, ImageItem, PlaylistItem, TextItem, VideoItem
public class Item
- extends DIDLObject
- Author:
- Christian Bauer
Constructor Summary |
Item()
|
Item(Item other)
|
Item(String id,
Container parent,
String title,
String creator,
DIDLObject.Class clazz)
|
Item(String id,
Container parent,
String title,
String creator,
DIDLObject.Class clazz,
String refID)
|
Item(String id,
String parentID,
String title,
String creator,
boolean restricted,
WriteStatus writeStatus,
DIDLObject.Class clazz,
List<Res> resources,
List<DIDLObject.Property> properties,
List<DescMeta> descMetadata)
|
Item(String id,
String parentID,
String title,
String creator,
boolean restricted,
WriteStatus writeStatus,
DIDLObject.Class clazz,
List<Res> resources,
List<DIDLObject.Property> properties,
List<DescMeta> descMetadata,
String refID)
|
Item(String id,
String parentID,
String title,
String creator,
DIDLObject.Class clazz)
|
Item(String id,
String parentID,
String title,
String creator,
DIDLObject.Class clazz,
String 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 |
refID
protected String refID
Item
public Item()
Item
public Item(Item other)
Item
public Item(String id,
String parentID,
String title,
String creator,
boolean restricted,
WriteStatus writeStatus,
DIDLObject.Class clazz,
List<Res> resources,
List<DIDLObject.Property> properties,
List<DescMeta> descMetadata)
Item
public Item(String id,
String parentID,
String title,
String creator,
boolean restricted,
WriteStatus writeStatus,
DIDLObject.Class clazz,
List<Res> resources,
List<DIDLObject.Property> properties,
List<DescMeta> descMetadata,
String refID)
Item
public Item(String id,
Container parent,
String title,
String creator,
DIDLObject.Class clazz)
Item
public Item(String id,
Container parent,
String title,
String creator,
DIDLObject.Class clazz,
String refID)
Item
public Item(String id,
String parentID,
String title,
String creator,
DIDLObject.Class clazz)
Item
public Item(String id,
String parentID,
String title,
String creator,
DIDLObject.Class clazz,
String refID)
getRefID
public String getRefID()
setRefID
public void setRefID(String refID)
Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.