com.citygrid
Class CGTag
java.lang.Object
com.citygrid.CGTag
- All Implemented Interfaces:
- Serializable, Cloneable
public class CGTag
- extends Object
- implements Serializable, Cloneable
- See Also:
- Serialized Form
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
id
private int id
name
private String name
CGTag
public CGTag(int id,
String name)
getId
public int getId()
getName
public String getName()
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.