com.citygrid.content.places.detail
Class CGPlacesDetailTip

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

public class CGPlacesDetailTip
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  String name
           
private  String text
           
 
Constructor Summary
CGPlacesDetailTip(String name, String text)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 String getText()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

private String name

text

private String text
Constructor Detail

CGPlacesDetailTip

public CGPlacesDetailTip(String name,
                         String text)
Method Detail

getName

public String getName()

getText

public String getText()

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.