com.voxbiblia.id3j
Class ID3Tag
java.lang.Object
com.voxbiblia.id3j.ID3Tag
public class ID3Tag
- extends Object
Holds properties that goes into an ID3 tag of an MP3 file.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID3Tag
public ID3Tag()
getArtist
public String getArtist()
setArtist
public void setArtist(String artist)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getAlbum
public String getAlbum()
setAlbum
public void setAlbum(String album)
getGenre
public String getGenre()
setGenre
public void setGenre(String genre)
getTrack
public String getTrack()
setTrack
public void setTrack(String track)
getComment
public String getComment()
setComment
public void setComment(String comment)
getLyrics
public String getLyrics()
setLyrics
public void setLyrics(String lyrics)
getPicture
public byte[] getPicture()
setPicture
public void setPicture(byte[] picture)
isCompilation
public boolean isCompilation()
setCompilation
public void setCompilation(boolean compilation)