|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectechopoint.model.Tag
public class Tag
The model object for use in the TagCloud component.
| Constructor Summary | |
|---|---|
Tag()
Default constructor. |
|
Tag(String name,
int count)
Create a new tag with the specified values. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
Compares the specified object with this instance for equality. |
int |
getCount()
Accessor for property 'count'. |
String |
getName()
Accessor for property 'name'. |
int |
hashCode()
Calculates a hash code for this object using the class fields. |
void |
setCount(int count)
Mutator for property 'count'. |
void |
setName(String name)
Mutator for property 'name'. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Tag()
public Tag(String name,
int count)
name - The name to use.count - The count to use.| Method Detail |
|---|
public boolean equals(Object object)
equals in class Objectobject - The object to be compared.
true if the specified object is of the
same type and has the same values.public int hashCode()
hashCode in class Objectpublic String getName()
public void setName(String name)
name - Value to set for property 'name'.public int getCount()
public void setCount(int count)
count - Value to set for property 'count'.
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||