com.citygrid.content.places.detail
Class CGPlacesDetailEditorial.Builder

java.lang.Object
  extended by com.citygrid.content.places.detail.CGPlacesDetailEditorial.Builder
Enclosing class:
CGPlacesDetailEditorial

public static class CGPlacesDetailEditorial.Builder
extends Object


Field Summary
private  URI attributionLogo
           
private  int attributionSource
           
private  String attributionText
           
private  String author
           
private  String cons
           
private  Date date
           
private  String editorialId
           
private  int helpfulness
           
private  int helpfulnessTotal
           
private  String pros
           
private  String review
           
private  int reviewRating
           
private  String title
           
private  int unhelpfulness
           
private  URI url
           
 
Constructor Summary
CGPlacesDetailEditorial.Builder()
           
 
Method Summary
 CGPlacesDetailEditorial.Builder attributionLogo(URI attributionLogo)
           
 CGPlacesDetailEditorial.Builder attributionSource(int attributionSource)
           
 CGPlacesDetailEditorial.Builder attributionText(String attributionText)
           
 CGPlacesDetailEditorial.Builder author(String author)
           
 CGPlacesDetailEditorial build()
           
 CGPlacesDetailEditorial.Builder cons(String cons)
           
 CGPlacesDetailEditorial.Builder date(Date date)
           
 CGPlacesDetailEditorial.Builder editorialId(String editorialId)
           
 CGPlacesDetailEditorial.Builder helpfulness(int helpfulness)
           
 CGPlacesDetailEditorial.Builder helpfulnessTotal(int helpfulnessTotal)
           
 CGPlacesDetailEditorial.Builder pros(String pros)
           
 CGPlacesDetailEditorial.Builder review(String review)
           
 CGPlacesDetailEditorial.Builder reviewRating(int reviewRating)
           
 CGPlacesDetailEditorial.Builder title(String title)
           
 CGPlacesDetailEditorial.Builder unhelpfulness(int unhelpfulness)
           
 CGPlacesDetailEditorial.Builder url(URI url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

editorialId

private String editorialId

url

private URI url

title

private String title

author

private String author

review

private String review

pros

private String pros

cons

private String cons

date

private Date date

reviewRating

private int reviewRating

helpfulnessTotal

private int helpfulnessTotal

helpfulness

private int helpfulness

unhelpfulness

private int unhelpfulness

attributionText

private String attributionText

attributionLogo

private URI attributionLogo

attributionSource

private int attributionSource
Constructor Detail

CGPlacesDetailEditorial.Builder

public CGPlacesDetailEditorial.Builder()
Method Detail

editorialId

public CGPlacesDetailEditorial.Builder editorialId(String editorialId)

url

public CGPlacesDetailEditorial.Builder url(URI url)

title

public CGPlacesDetailEditorial.Builder title(String title)

author

public CGPlacesDetailEditorial.Builder author(String author)

review

public CGPlacesDetailEditorial.Builder review(String review)

pros

public CGPlacesDetailEditorial.Builder pros(String pros)

cons

public CGPlacesDetailEditorial.Builder cons(String cons)

date

public CGPlacesDetailEditorial.Builder date(Date date)

reviewRating

public CGPlacesDetailEditorial.Builder reviewRating(int reviewRating)

helpfulnessTotal

public CGPlacesDetailEditorial.Builder helpfulnessTotal(int helpfulnessTotal)

helpfulness

public CGPlacesDetailEditorial.Builder helpfulness(int helpfulness)

unhelpfulness

public CGPlacesDetailEditorial.Builder unhelpfulness(int unhelpfulness)

attributionText

public CGPlacesDetailEditorial.Builder attributionText(String attributionText)

attributionLogo

public CGPlacesDetailEditorial.Builder attributionLogo(URI attributionLogo)

attributionSource

public CGPlacesDetailEditorial.Builder attributionSource(int attributionSource)

build

public CGPlacesDetailEditorial build()


Copyright © 2011. All Rights Reserved.