com.citygrid.content.places.detail
Class CGPlacesDetailUrls

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

public class CGPlacesDetailUrls
extends Object
implements Serializable

See Also:
Serialized Form

Nested Class Summary
static class CGPlacesDetailUrls.Builder
           
 
Field Summary
private  URI custom1
           
private  URI custom2
           
private  URI email
           
private  URI map
           
private  URI menu
           
private  URI profile
           
private  URI reservation
           
private  URI reviews
           
private  URI sendToFriend
           
private  URI video
           
private  URI website
           
 
Constructor Summary
CGPlacesDetailUrls(CGPlacesDetailUrls.Builder builder)
           
 
Method Summary
 boolean equals(Object o)
           
 URI getCustom1()
           
 URI getCustom2()
           
 URI getEmail()
           
 URI getMap()
           
 URI getMenu()
           
 URI getProfile()
           
 URI getReservation()
           
 URI getReviews()
           
 URI getSendToFriend()
           
 URI getVideo()
           
 URI getWebsite()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

profile

private URI profile

reviews

private URI reviews

video

private URI video

website

private URI website

menu

private URI menu

reservation

private URI reservation

map

private URI map

sendToFriend

private URI sendToFriend

email

private URI email

custom1

private URI custom1

custom2

private URI custom2
Constructor Detail

CGPlacesDetailUrls

public CGPlacesDetailUrls(CGPlacesDetailUrls.Builder builder)
Method Detail

getProfile

public URI getProfile()

getReviews

public URI getReviews()

getVideo

public URI getVideo()

getWebsite

public URI getWebsite()

getMenu

public URI getMenu()

getReservation

public URI getReservation()

getMap

public URI getMap()

getSendToFriend

public URI getSendToFriend()

getEmail

public URI getEmail()

getCustom1

public URI getCustom1()

getCustom2

public URI getCustom2()

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.