net.sourceforge.atunes.kernel.modules.cdripper.cdda2wav.model
Class CDInfo

java.lang.Object
  extended by net.sourceforge.atunes.kernel.modules.cdripper.cdda2wav.model.CDInfo
All Implemented Interfaces:
java.io.Serializable

public class CDInfo
extends java.lang.Object
implements java.io.Serializable

The Class CDInfo.

See Also:
Serialized Form

Constructor Summary
CDInfo()
           
 
Method Summary
 java.lang.String getAlbum()
          Gets the album.
 java.lang.String getArtist()
          Gets the artist.
 java.util.List<java.lang.String> getArtists()
          Gets the artists.
 java.util.List<java.lang.String> getComposers()
          Gets the composers.
 java.lang.String getDuration()
          Gets the duration.
 java.util.List<java.lang.String> getDurations()
          Gets the durations.
 java.lang.String getId()
          Gets the id.
 java.util.List<java.lang.String> getTitles()
          Gets the titles.
 int getTracks()
          Gets the tracks.
 void setAlbum(java.lang.String album)
          Sets the album.
 void setArtist(java.lang.String artist)
          Sets the artist.
 void setArtists(java.util.List<java.lang.String> artists)
          Sets the artists.
 void setComposers(java.util.List<java.lang.String> composers)
          Sets the composers.
 void setDuration(java.lang.String duration)
          Sets the duration.
 void setDurations(java.util.List<java.lang.String> durations)
          Sets the durations.
 void setId(java.lang.String id)
          Sets the id.
 void setTitles(java.util.List<java.lang.String> titles)
          Sets the titles.
 void setTracks(int tracks)
          Sets the tracks.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CDInfo

public CDInfo()
Method Detail

getAlbum

public java.lang.String getAlbum()
Gets the album.

Returns:
the album

getArtist

public java.lang.String getArtist()
Gets the artist.

Returns:
the artist

getArtists

public java.util.List<java.lang.String> getArtists()
Gets the artists.

Returns:
the artists

getComposers

public java.util.List<java.lang.String> getComposers()
Gets the composers.

Returns:
the composers

getDuration

public java.lang.String getDuration()
Gets the duration.

Returns:
the duration

getDurations

public java.util.List<java.lang.String> getDurations()
Gets the durations.

Returns:
the durations

getId

public java.lang.String getId()
Gets the id.

Returns:
the id

getTitles

public java.util.List<java.lang.String> getTitles()
Gets the titles.

Returns:
the titles

getTracks

public int getTracks()
Gets the tracks.

Returns:
the tracks

setAlbum

public void setAlbum(java.lang.String album)
Sets the album.

Parameters:
album - the new album

setArtist

public void setArtist(java.lang.String artist)
Sets the artist.

Parameters:
artist - the new artist

setArtists

public void setArtists(java.util.List<java.lang.String> artists)
Sets the artists.

Parameters:
artists - the new artists

setComposers

public void setComposers(java.util.List<java.lang.String> composers)
Sets the composers.

Parameters:
composers - the new composers

setDuration

public void setDuration(java.lang.String duration)
Sets the duration.

Parameters:
duration - the new duration

setDurations

public void setDurations(java.util.List<java.lang.String> durations)
Sets the durations.

Parameters:
durations - the new durations

setId

public void setId(java.lang.String id)
Sets the id.

Parameters:
id - the new id

setTitles

public void setTitles(java.util.List<java.lang.String> titles)
Sets the titles.

Parameters:
titles - the new titles

setTracks

public void setTracks(int tracks)
Sets the tracks.

Parameters:
tracks - the new tracks

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.