org.jaudiotagger.tag.lyrics3
Class FieldFrameBodyEAL

java.lang.Object
  extended by org.jaudiotagger.tag.id3.AbstractTagItem
      extended by org.jaudiotagger.tag.id3.AbstractTagFrameBody
          extended by org.jaudiotagger.tag.lyrics3.AbstractLyrics3v2FieldFrameBody
              extended by org.jaudiotagger.tag.lyrics3.FieldFrameBodyEAL

public class FieldFrameBodyEAL
extends AbstractLyrics3v2FieldFrameBody


Field Summary
 
Fields inherited from class org.jaudiotagger.tag.id3.AbstractTagFrameBody
objectList
 
Fields inherited from class org.jaudiotagger.tag.id3.AbstractTagItem
logger
 
Constructor Summary
FieldFrameBodyEAL()
          Creates a new FieldBodyEAL datatype.
FieldFrameBodyEAL(java.nio.ByteBuffer byteBuffer)
          Creates a new FieldBodyEAL datatype.
FieldFrameBodyEAL(FieldFrameBodyEAL body)
           
FieldFrameBodyEAL(java.lang.String album)
          Creates a new FieldBodyEAL datatype.
 
Method Summary
 java.lang.String getAlbum()
           
 java.lang.String getIdentifier()
          ID string that usually corresponds to the class name, but can be displayed to the user.
 void setAlbum(java.lang.String album)
           
protected  void setupObjectList()
          Create the list of Datatypes that this body expects in the correct order This method needs to be implemented by concrete subclasses
 
Methods inherited from class org.jaudiotagger.tag.lyrics3.AbstractLyrics3v2FieldFrameBody
read, readHeader, write, writeHeader
 
Methods inherited from class org.jaudiotagger.tag.id3.AbstractTagFrameBody
createStructure, equals, getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getSize, getTextEncoding, isSubsetOf, iterator, setHeader, setObjectValue, setTextEncoding, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldFrameBodyEAL

public FieldFrameBodyEAL()
Creates a new FieldBodyEAL datatype.


FieldFrameBodyEAL

public FieldFrameBodyEAL(FieldFrameBodyEAL body)

FieldFrameBodyEAL

public FieldFrameBodyEAL(java.lang.String album)
Creates a new FieldBodyEAL datatype.

Parameters:
album -

FieldFrameBodyEAL

public FieldFrameBodyEAL(java.nio.ByteBuffer byteBuffer)
                  throws InvalidTagException
Creates a new FieldBodyEAL datatype.

Parameters:
byteBuffer -
Throws:
InvalidTagException
Method Detail

setAlbum

public void setAlbum(java.lang.String album)
Parameters:
album -

getAlbum

public java.lang.String getAlbum()
Returns:

getIdentifier

public java.lang.String getIdentifier()
Description copied from class: AbstractTagItem
ID string that usually corresponds to the class name, but can be displayed to the user. It is not indended to identify each individual instance.

Specified by:
getIdentifier in class AbstractTagItem
Returns:

setupObjectList

protected void setupObjectList()
Description copied from class: AbstractTagFrameBody
Create the list of Datatypes that this body expects in the correct order This method needs to be implemented by concrete subclasses

Specified by:
setupObjectList in class AbstractTagFrameBody