com.citygrid
Interface CGReview

All Known Implementing Classes:
CGBaseReview, CGReviewsSearchReview

public interface CGReview


Method Summary
 URI getAttributionLogo()
           
 int getAttributionSource()
           
 String getAttributionText()
           
 String getAuthor()
           
 String getCons()
           
 Date getDate()
           
 int getHelpful()
           
 String getPros()
           
 int getRating()
           
 String getReviewId()
           
 String getText()
           
 String getTitle()
           
 int getUnhelpful()
           
 URI getUrl()
           
 

Method Detail

getReviewId

String getReviewId()

getUrl

URI getUrl()

getTitle

String getTitle()

getAuthor

String getAuthor()

getText

String getText()

getPros

String getPros()

getCons

String getCons()

getDate

Date getDate()

getRating

int getRating()

getHelpful

int getHelpful()

getUnhelpful

int getUnhelpful()

getAttributionText

String getAttributionText()

getAttributionLogo

URI getAttributionLogo()

getAttributionSource

int getAttributionSource()


Copyright © 2011. All Rights Reserved.