com.citygrid.content.places.detail
Class CGPlacesDetailCategory

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

public class CGPlacesDetailCategory
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  int categoryId
           
private  CGPlacesDetailGroup[] groups
           
private  String name
           
private  String parent
           
private  int parentId
           
 
Constructor Summary
CGPlacesDetailCategory(int categoryId, String name, int parentId, String parent, CGPlacesDetailGroup[] groups)
           
 
Method Summary
 boolean equals(Object o)
           
 int getCategoryId()
           
 CGPlacesDetailGroup[] getGroups()
           
 String getName()
           
 String getParent()
           
 int getParentId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

categoryId

private int categoryId

name

private String name

parentId

private int parentId

parent

private String parent

groups

private CGPlacesDetailGroup[] groups
Constructor Detail

CGPlacesDetailCategory

public CGPlacesDetailCategory(int categoryId,
                              String name,
                              int parentId,
                              String parent,
                              CGPlacesDetailGroup[] groups)
Method Detail

getCategoryId

public int getCategoryId()

getName

public String getName()

getParentId

public int getParentId()

getParent

public String getParent()

getGroups

public CGPlacesDetailGroup[] getGroups()

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.