|
Clearspace API (2.0.15) Web Services Client Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.webservices.WSTagCount
public class WSTagCount
Container for tag and its count.
| Constructor Summary | |
|---|---|
WSTagCount()
|
|
WSTagCount(java.lang.String name,
int uses)
Creates a new Tag |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getName()
Returns the name of the tag. |
int |
getUses()
Returns the number of times the tag is used. |
int |
hashCode()
|
void |
setName(java.lang.String name)
Sets the name of the tag. |
void |
setUses(int uses)
Sets the number of times the tag is used. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WSTagCount()
public WSTagCount(java.lang.String name,
int uses)
name - the name of the tag.uses - the number of times the tag is used.| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - the name of the tag.public int getUses()
public void setUses(int uses)
uses - the number of times the tag is used.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||