com.citygrid
Class CGHistogramItem

java.lang.Object
  extended by com.citygrid.CGHistogramItem
All Implemented Interfaces:
Serializable, Cloneable

public class CGHistogramItem
extends Object
implements Serializable, Cloneable

See Also:
Serialized Form

Field Summary
private  int count
           
private  String name
           
private static long serialVersionUID
           
private  String[] tagIds
           
private  URI uri
           
 
Constructor Summary
CGHistogramItem(String name, int count, URI uri, String[] tagIds)
           
 
Method Summary
 Object clone()
           
 boolean equals(Object obj)
           
 int getCount()
           
 String getName()
           
 String[] getTagIds()
           
 URI getUri()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

name

private String name

count

private int count

uri

private URI uri

tagIds

private String[] tagIds
Constructor Detail

CGHistogramItem

public CGHistogramItem(String name,
                       int count,
                       URI uri,
                       String[] tagIds)
Method Detail

getName

public String getName()

getCount

public int getCount()

getUri

public URI getUri()

getTagIds

public String[] getTagIds()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException


Copyright © 2011. All Rights Reserved.