org.jaudiotagger.tag.id3.framebody
Class FrameBodyTOAL

java.lang.Object
  extended by org.jaudiotagger.tag.id3.AbstractTagItem
      extended by org.jaudiotagger.tag.id3.AbstractTagFrameBody
          extended by org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
              extended by org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyTextInfo
                  extended by org.jaudiotagger.tag.id3.framebody.FrameBodyTOAL
All Implemented Interfaces:
ID3v23FrameBody

public class FrameBodyTOAL
extends AbstractFrameBodyTextInfo
implements ID3v23FrameBody

Original album/movie/show title Text information frame.

The 'Original album/movie/show title' frame is intended for the title of the original recording (or source of sound), if for example the music in the file should be a cover of a previously released song.

For more details, please refer to the ID3 specifications:

Version:
$Id: FrameBodyTOAL.java,v 1.12 2009/11/12 13:25:22 paultaylor Exp $
Author:
: Paul Taylor, : Eric Farng

Field Summary
 
Fields inherited from class org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
TYPE_BODY
 
Fields inherited from class org.jaudiotagger.tag.id3.AbstractTagFrameBody
objectList
 
Fields inherited from class org.jaudiotagger.tag.id3.AbstractTagItem
logger
 
Constructor Summary
FrameBodyTOAL()
          Creates a new FrameBodyTOAL datatype.
FrameBodyTOAL(java.nio.ByteBuffer byteBuffer, int frameSize)
          Creates a new FrameBodyTOAL datatype.
FrameBodyTOAL(byte textEncoding, java.lang.String text)
          Creates a new FrameBodyTOAL datatype.
FrameBodyTOAL(FrameBodyTOAL body)
           
 
Method Summary
 java.lang.String getIdentifier()
          The ID3v2 frame identifier
 
Methods inherited from class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyTextInfo
addTextValue, getFirstTextValue, getNumberOfValues, getText, getValueAtIndex, setText, setupObjectList, write
 
Methods inherited from class org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
createStructure, equals, getSize, read, setSize, setSize
 
Methods inherited from class org.jaudiotagger.tag.id3.AbstractTagFrameBody
getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, 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

FrameBodyTOAL

public FrameBodyTOAL()
Creates a new FrameBodyTOAL datatype.


FrameBodyTOAL

public FrameBodyTOAL(FrameBodyTOAL body)

FrameBodyTOAL

public FrameBodyTOAL(byte textEncoding,
                     java.lang.String text)
Creates a new FrameBodyTOAL datatype.

Parameters:
textEncoding -
text -

FrameBodyTOAL

public FrameBodyTOAL(java.nio.ByteBuffer byteBuffer,
                     int frameSize)
              throws InvalidTagException
Creates a new FrameBodyTOAL datatype.

Parameters:
byteBuffer -
frameSize -
Throws:
InvalidTagException
Method Detail

getIdentifier

public java.lang.String getIdentifier()
The ID3v2 frame identifier

Specified by:
getIdentifier in class AbstractID3v2FrameBody
Returns:
the ID3v2 frame identifier for this frame type