org.teleal.cling.support.model.container
Class StorageFolder

java.lang.Object
  extended by org.teleal.cling.support.model.DIDLObject
      extended by org.teleal.cling.support.model.container.Container
          extended by org.teleal.cling.support.model.container.StorageFolder

public class StorageFolder
extends Container

Author:
Christian Bauer

Nested Class Summary
 
Nested classes/interfaces inherited from class org.teleal.cling.support.model.DIDLObject
DIDLObject.Class, DIDLObject.Property<V>
 
Field Summary
static DIDLObject.Class CLASS
           
 
Fields inherited from class org.teleal.cling.support.model.container.Container
childCount, containers, createClasses, items, searchable, searchClasses
 
Fields inherited from class org.teleal.cling.support.model.DIDLObject
clazz, creator, descMetadata, id, parentID, properties, resources, restricted, title, writeStatus
 
Constructor Summary
StorageFolder()
           
StorageFolder(Container other)
           
StorageFolder(String id, Container parent, String title, String creator, Integer childCount, Long storageUsed)
           
StorageFolder(String id, String parentID, String title, String creator, Integer childCount, Long storageUsed)
           
 
Method Summary
 Long getStorageUsed()
           
 StorageFolder setStorageUsed(Long l)
           
 
Methods inherited from class org.teleal.cling.support.model.container.Container
addContainer, addItem, getChildCount, getContainers, getCreateClasses, getFirstContainer, getItems, getSearchClasses, isSearchable, setChildCount, setContainers, setCreateClasses, setItems, setSearchable, setSearchClasses
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS

public static final DIDLObject.Class CLASS
Constructor Detail

StorageFolder

public StorageFolder()

StorageFolder

public StorageFolder(Container other)

StorageFolder

public StorageFolder(String id,
                     Container parent,
                     String title,
                     String creator,
                     Integer childCount,
                     Long storageUsed)

StorageFolder

public StorageFolder(String id,
                     String parentID,
                     String title,
                     String creator,
                     Integer childCount,
                     Long storageUsed)
Method Detail

getStorageUsed

public Long getStorageUsed()

setStorageUsed

public StorageFolder setStorageUsed(Long l)


Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.