com.citygrid.content.places.detail
Class CGPlacesDetailReviews

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

public class CGPlacesDetailReviews
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  int count
           
private  int rating
           
private  CGBaseReview[] reviews
           
private  int shown
           
 
Constructor Summary
CGPlacesDetailReviews(int rating, int count, int shown, CGBaseReview[] reviews)
           
 
Method Summary
 boolean equals(Object o)
           
 int getCount()
           
 int getRating()
           
 CGBaseReview[] getReviews()
           
 int getShown()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

rating

private int rating

count

private int count

shown

private int shown

reviews

private CGBaseReview[] reviews
Constructor Detail

CGPlacesDetailReviews

public CGPlacesDetailReviews(int rating,
                             int count,
                             int shown,
                             CGBaseReview[] reviews)
Method Detail

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.