public class MusicArtist extends PersonContainer
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 |
|---|
MusicArtist() |
MusicArtist(Container other) |
MusicArtist(String id,
Container parent,
String title,
String creator,
Integer childCount) |
MusicArtist(String id,
String parentID,
String title,
String creator,
Integer childCount) |
| Modifier and Type | Method and Description |
|---|---|
URI |
getArtistDiscographyURI() |
String |
getFirstGenre() |
String[] |
getGenres() |
MusicArtist |
setArtistDiscographyURI(URI uri) |
MusicArtist |
setGenres(String[] genres) |
getLanguage, setLanguageaddContainer, 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 MusicArtist()
public MusicArtist(Container other)
public MusicArtist(String id, Container parent, String title, String creator, Integer childCount)
public String getFirstGenre()
public String[] getGenres()
public MusicArtist setGenres(String[] genres)
public URI getArtistDiscographyURI()
public MusicArtist setArtistDiscographyURI(URI uri)
Copyright © 2016 4th Line GmbH, Switzerland. All rights reserved.