com.citygrid.content.places.detail
Class CGPlacesDetailReviews
java.lang.Object
com.citygrid.content.places.detail.CGPlacesDetailReviews
- All Implemented Interfaces:
- Serializable
public class CGPlacesDetailReviews
- extends Object
- implements Serializable
- See Also:
- Serialized Form
rating
private int rating
count
private int count
shown
private int shown
reviews
private CGBaseReview[] reviews
CGPlacesDetailReviews
public CGPlacesDetailReviews(int rating,
int count,
int shown,
CGBaseReview[] reviews)
getRating
public int getRating()
getCount
public int getCount()
getShown
public int getShown()
getReviews
public CGBaseReview[] getReviews()
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.