com.citygrid.content.places.detail
Class CGPlacesDetailImage

java.lang.Object
  extended by com.citygrid.content.places.detail.CGPlacesDetailImage
All Implemented Interfaces:
Serializable

public class CGPlacesDetailImage
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  int height
           
private  CGPlacesDetailImageType type
           
private  URI url
           
private  int width
           
 
Constructor Summary
CGPlacesDetailImage(CGPlacesDetailImageType type, int height, int width, URI url)
           
 
Method Summary
 boolean equals(Object o)
           
 int getHeight()
           
 CGPlacesDetailImageType getType()
           
 URI getUrl()
           
 int getWidth()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

type

private CGPlacesDetailImageType type

height

private int height

width

private int width

url

private URI url
Constructor Detail

CGPlacesDetailImage

public CGPlacesDetailImage(CGPlacesDetailImageType type,
                           int height,
                           int width,
                           URI url)
Method Detail

getType

public CGPlacesDetailImageType getType()

getHeight

public int getHeight()

getWidth

public int getWidth()

getUrl

public URI getUrl()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.