hu.midori.kosmos.model.util
Class ZoomableImageLocator

java.lang.Object
  extended by hu.midori.kosmos.model.util.ZoomableImageLocator

public class ZoomableImageLocator
extends java.lang.Object

Wraps the immutable URLs pointing to the hi-res and lo-res versions of the same image.

Version:
$Id$
Author:
Aron Gombas

Constructor Summary
ZoomableImageLocator(java.lang.String loresUrl, java.lang.String hiresUrl)
           
 
Method Summary
 java.lang.String getHiresUrl()
           
 java.lang.String getLoresUrl()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZoomableImageLocator

public ZoomableImageLocator(java.lang.String loresUrl,
                            java.lang.String hiresUrl)
Method Detail

getHiresUrl

public java.lang.String getHiresUrl()

getLoresUrl

public java.lang.String getLoresUrl()

toString

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