public interface AudioAlbum extends AbstractName
OrientBean
for an album such as a compact disc (CD) or a
vinyl record (e.g. LP).PROPERTY_ALIAS_ID, PROPERTY_ALIAS_VERSION
PROPERTY_NAME_ID
Modifier and Type | Method and Description |
---|---|
LinkProperty<AbstractArtist> |
Artist() |
BooleanProperty |
Live() |
BooleanProperty |
Sampler() |
LinkListProperty<AudioTrack> |
Tracks() |
Name
Id
BooleanProperty Live()
true
if the album was recorded live (on concert).BooleanProperty Sampler()
LinkListProperty<AudioTrack> Tracks()
tracks
contained in this album in the order of recording (index on the
media).LinkProperty<AbstractArtist> Artist()
artist
of this AudioAlbum
. If it is a sampler
, a generic artist
(Various Artists) is used.Copyright © 2001–2016 mmm-Team. All rights reserved.