public class PhotoAlbum extends Album
DIDLObject.Class, DIDLObject.Property<V>| Modifier and Type | Field and Description |
|---|---|
static DIDLObject.Class |
CLASS |
childCount, containers, createClasses, items, searchable, searchClassesclazz, creator, descMetadata, id, parentID, properties, resources, restricted, title, writeStatus| Constructor and Description |
|---|
PhotoAlbum() |
PhotoAlbum(Container other) |
PhotoAlbum(String id,
Container parent,
String title,
String creator,
Integer childCount) |
PhotoAlbum(String id,
Container parent,
String title,
String creator,
Integer childCount,
List<Photo> photos) |
PhotoAlbum(String id,
String parentID,
String title,
String creator,
Integer childCount) |
PhotoAlbum(String id,
String parentID,
String title,
String creator,
Integer childCount,
List<Photo> photos) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPhotos(List<Photo> photos) |
void |
addPhotos(Photo[] photos) |
Photo[] |
getPhotos() |
getContributors, getDate, getDescription, getFirstContributor, getFirstPublisher, getFirstRelation, getFirstRights, getLongDescription, getPublishers, getRelations, getRights, getStorageMedium, setContributors, setDate, setDescription, setLongDescription, setPublishers, setRelations, setRights, setStorageMediumaddContainer, addItem, getChildCount, getContainers, getCreateClasses, getFirstContainer, getItems, getSearchClasses, isSearchable, setChildCount, setContainers, setCreateClasses, setItems, setSearchable, setSearchClassesaddDescMetadata, 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 PhotoAlbum()
public PhotoAlbum(Container other)
public PhotoAlbum(String id, Container parent, String title, String creator, Integer childCount)
public PhotoAlbum(String id, Container parent, String title, String creator, Integer childCount, List<Photo> photos)
public PhotoAlbum(String id, String parentID, String title, String creator, Integer childCount)
Copyright © 2023 jUPnP.org. All rights reserved.