com.yahoo.search.xmlparser
Class XmlParserImageThumbnail

java.lang.Object
  extended by com.yahoo.search.xmlparser.XmlParserImageThumbnail
All Implemented Interfaces:
ImageThumbnail

public class XmlParserImageThumbnail
extends Object
implements ImageThumbnail


Constructor Summary
XmlParserImageThumbnail(Map thumbnail)
           
 
Method Summary
 BigInteger getHeight()
          The height of the image thumbnail in pixels.
 String getUrl()
          The URL for the image thumbnail.
 BigInteger getWidth()
          The width of the image thumbnail in pixels.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlParserImageThumbnail

public XmlParserImageThumbnail(Map thumbnail)
Method Detail

getUrl

public String getUrl()
Description copied from interface: ImageThumbnail
The URL for the image thumbnail.

Specified by:
getUrl in interface ImageThumbnail
Returns:
The URL for the image thumbnail.

getHeight

public BigInteger getHeight()
Description copied from interface: ImageThumbnail
The height of the image thumbnail in pixels. This field is optional.

Specified by:
getHeight in interface ImageThumbnail
Returns:
The height of the image thumbnail in pixels.

getWidth

public BigInteger getWidth()
Description copied from interface: ImageThumbnail
The width of the image thumbnail in pixels. This field is optional.

Specified by:
getWidth in interface ImageThumbnail
Returns:
The width of the image thumbnail in pixels.