com.melloware.jukes.ws
Class FreeDBItem

java.lang.Object
  extended by com.melloware.jukes.ws.FreeDBItem

public final class FreeDBItem
extends Object

Wrapper class for FreeDB search results

Copyright (c) 1999-2007 Melloware, Inc.

Version:
4.0 AZ Development 2010
Author:
Emil A. Lefkof III

Constructor Summary
FreeDBItem(entagged.freedb.FreedbReadResult freedbResult)
          Default constructor based on FreeDB search result.
 
Method Summary
 boolean equals(Object obj)
          Default Equals method.
 String getArtist()
          Gets the artist.
 String getDisc()
          Gets the disc.
 String getGenre()
          Gets the genre.
 String getItemId()
          Gets the itemId.
 String getReleaseDate()
          Gets the releaseDate.
 String getReleaseYear()
          Gets the releaseYear.
 Collection getTracks()
          Gets the tracks.
 int hashCode()
          Default hashcode method.
 String toString()
          Default toString() method.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FreeDBItem

public FreeDBItem(entagged.freedb.FreedbReadResult freedbResult)
Default constructor based on FreeDB search result.

Method Detail

getDisc

public String getDisc()
Gets the disc.

Returns:
Returns the disc.

getArtist

public String getArtist()
Gets the artist.

Returns:
Returns the artist.

getItemId

public String getItemId()
Gets the itemId.

Returns:
Returns the itemId.

getReleaseDate

public String getReleaseDate()
Gets the releaseDate.

Returns:
Returns the releaseDate.

getReleaseYear

public String getReleaseYear()
Gets the releaseYear.

Returns:
Returns the releaseYear.

getGenre

public String getGenre()
Gets the genre.

Returns:
Returns the genre.

getTracks

public Collection getTracks()
Gets the tracks.

Returns:
Returns the tracks.

equals

public boolean equals(Object obj)
Default Equals method.

Overrides:
equals in class Object

hashCode

public int hashCode()
Default hashcode method.

Overrides:
hashCode in class Object

toString

public String toString()
Default toString() method.

Overrides:
toString in class Object


Copyright © 1999-2010 Melloware Inc. All Rights Reserved.