com.citygrid.content.places.detail
Class CGPlacesDetailCustomerContent

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

public class CGPlacesDetailCustomerContent
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  String[] bullets
           
private  CGPlacesDetailCustomerMessage message
           
private  URI url
           
 
Constructor Summary
CGPlacesDetailCustomerContent(CGPlacesDetailCustomerMessage message, String[] bullets, URI url)
           
 
Method Summary
 boolean equals(Object o)
           
 String[] getBullets()
           
 CGPlacesDetailCustomerMessage getMessage()
           
 URI getUrl()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

message

private CGPlacesDetailCustomerMessage message

bullets

private String[] bullets

url

private URI url
Constructor Detail

CGPlacesDetailCustomerContent

public CGPlacesDetailCustomerContent(CGPlacesDetailCustomerMessage message,
                                     String[] bullets,
                                     URI url)
Method Detail

getMessage

public CGPlacesDetailCustomerMessage getMessage()

getBullets

public String[] getBullets()

getUrl

public URI getUrl()

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.