com.citygrid.content.places.detail
Class CGPlacesDetailCustomerMessage

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

public class CGPlacesDetailCustomerMessage
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  URI attributionLogo
           
private  String attributionSource
           
private  String attributionText
           
private  String message
           
 
Constructor Summary
CGPlacesDetailCustomerMessage(String message, String attributionText, URI attributionLogo, String attributionSource)
           
 
Method Summary
 boolean equals(Object o)
           
 URI getAttributionLogo()
           
 String getAttributionSource()
           
 String getAttributionText()
           
 String getMessage()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

message

private String message

attributionText

private String attributionText

attributionLogo

private URI attributionLogo

attributionSource

private String attributionSource
Constructor Detail

CGPlacesDetailCustomerMessage

public CGPlacesDetailCustomerMessage(String message,
                                     String attributionText,
                                     URI attributionLogo,
                                     String attributionSource)
Method Detail

getMessage

public String getMessage()

getAttributionText

public String getAttributionText()

getAttributionLogo

public URI getAttributionLogo()

getAttributionSource

public String getAttributionSource()

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.