com.citygrid
Class CGHistogramItem
java.lang.Object
com.citygrid.CGHistogramItem
- All Implemented Interfaces:
- Serializable, Cloneable
public class CGHistogramItem
- extends Object
- implements Serializable, Cloneable
- See Also:
- Serialized Form
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
CGHistogramItem
public CGHistogramItem(String name,
int count,
URI uri,
String[] tagIds)
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.