com.citygrid.content.places.detail
Class CGPlacesDetailImage
java.lang.Object
com.citygrid.content.places.detail.CGPlacesDetailImage
- All Implemented Interfaces:
- Serializable
public class CGPlacesDetailImage
- extends Object
- implements Serializable
- See Also:
- Serialized Form
type
private CGPlacesDetailImageType type
height
private int height
width
private int width
url
private URI url
CGPlacesDetailImage
public CGPlacesDetailImage(CGPlacesDetailImageType type,
int height,
int width,
URI url)
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.