- Version:
- 4.0 AZ Development 2010
- Author:
- Emil A. Lefkof III
|
Constructor Summary |
AmazonItem(Node aAmazonItem)
Default constructor based on Amazon search result. |
AmazonItem
public AmazonItem(Node aAmazonItem)
- Default constructor based on Amazon search result.
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.
getBestImageUrl
public String getBestImageUrl()
- Tries first large, then medium, then small
- Returns:
- Returns the best fit url
getBestImage
public Image getBestImage()
- Tries first large, then medium, then small
- Returns:
- Returns the best fit image
getSmallestImage
public Image getSmallestImage()
- Tries first small, then medium, then large
- Returns:
- Returns the best fit image
getLargeImage
public Image getLargeImage()
- Gets the largeImage.
- Returns:
- Returns the largeImage.
getLargeImageUrl
public String getLargeImageUrl()
- Gets the largeImageUrl.
- Returns:
- Returns the largeImageUrl.
getMediumImage
public Image getMediumImage()
- Gets the mediumImage.
- Returns:
- Returns the mediumImage.
getMediumImageUrl
public String getMediumImageUrl()
- Gets the mediumImageUrl.
- Returns:
- Returns the mediumImageUrl.
getReleaseDate
public String getReleaseDate()
- Gets the releaseDate.
- Returns:
- Returns the releaseDate.
getReleaseYear
public String getReleaseYear()
- Gets the releaseYear.
- Returns:
- Returns the releaseYear.
getSmallImage
public Image getSmallImage()
- Gets the smallImage.
- Returns:
- Returns the smallImage.
getSmallImageUrl
public String getSmallImageUrl()
- Gets the smallImageUrl.
- Returns:
- Returns the smallImageUrl.
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
getBestImageHeight
public int getBestImageHeight()
- Gets the bestImageHeight.
- Returns:
- Returns the bestImageHeight.
getBestImageWidth
public int getBestImageWidth()
- Gets the bestImageWidth.
- Returns:
- Returns the bestImageWidth.
Copyright © 1999-2010 Melloware Inc. All Rights Reserved.