public final class Apev2Metadata extends MetadataContainer
Represents APE v2 metadata. See more: http://wiki.hydrogenaud.io/index.php?title=APE_key.
Constructor and Description |
---|
Apev2Metadata()
Initializes a new instance of the
Apev2Metadata class. |
Modifier and Type | Method and Description |
---|---|
String |
getAbstract()
Gets the abstract link.
|
String |
getAlbum()
Gets the album.
|
String |
getArtist()
Gets the artist.
|
String |
getBibliography()
Gets the bibliography.
|
String |
getComment()
Gets the comment.
|
String |
getComposer()
Gets the composer.
|
String |
getConductor()
Gets the conductor.
|
String |
getCopyright()
Gets the copyright.
|
String |
getDebutAlbum()
Gets the debut album.
|
String |
getFile()
Gets the file.
|
String |
getGenre()
Gets the genre.
|
String |
getISBN()
Gets the ISBN number with check digit.
|
String |
getISRC()
Gets the International Standard Recording Number.
|
String |
getLanguage()
Gets the language.
|
String |
getPublicationRight()
Gets the publication right.
|
String |
getPublisher()
Gets the publisher.
|
String |
getRecordLocation()
Gets the record location.
|
String |
getSubtitle()
Gets the subtitle.
|
String |
getTitle()
Gets the title.
|
Integer |
getTrack()
Gets the track number.
|
getKeys
getByType, getMetadataType, readByStringKey
public Apev2Metadata()
Initializes a new instance of the Apev2Metadata
class.
public final String getTitle()
Gets the title.
Value: The title.public final String getSubtitle()
Gets the subtitle.
Value: The subtitle.public final String getArtist()
Gets the artist.
Value: The artist.public final String getAlbum()
Gets the album.
Value: The album.public final String getDebutAlbum()
Gets the debut album.
Value: The debut album.public final String getPublisher()
Gets the publisher.
Value: The publisher.public final String getConductor()
Gets the conductor.
Value: The conductor.public final Integer getTrack()
Gets the track number.
Value: The track number.public final String getComposer()
Gets the composer.
Value: The composer.public final String getComment()
Gets the comment.
Value: The comment.public final String getCopyright()
Gets the copyright.
Value: The copyright.public final String getPublicationRight()
Gets the publication right.
Value: The publication right.public final String getFile()
Gets the file.
Value: The file.public final String getISBN()
Gets the ISBN number with check digit. See more: https://en.wikipedia.org/wiki/International_Standard_Book_Number.
Value: The ISBN number.public final String getRecordLocation()
Gets the record location.
Value: The record location.public final String getGenre()
Gets the genre.
Value: The genre.public final String getISRC()
Gets the International Standard Recording Number.
Value: The International Standard Recording Number.public final String getAbstract()
Gets the abstract link.
Value: The abstract link.public final String getLanguage()
Gets the language.
Value: The language.public final String getBibliography()
Gets the bibliography.
Value: The bibliography.Copyright © 2017. All rights reserved.