com.citygrid.content.places.detail
Class CGPlacesDetailGroup

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

public class CGPlacesDetailGroup
extends Object
implements Serializable

See Also:
Serialized Form

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

Field Detail

groupId

private int groupId

name

private String name
Constructor Detail

CGPlacesDetailGroup

public CGPlacesDetailGroup(int groupId,
                           String name)
Method Detail

getGroupId

public int getGroupId()

getName

public String getName()

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.