|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdel.icio.us.beans.Tag
Tag
Constructor Summary | |
Tag(int count,
java.lang.String tag)
Construct a new tag |
Method Summary | |
int |
getCount()
Get number of links for tag |
java.lang.String |
getTag()
Get tag name |
void |
setCount(int count)
Set number of links for tag |
void |
setTag(java.lang.String tag)
Set tag name |
java.lang.String |
toString()
Object as count:tag string |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Tag(int count, java.lang.String tag)
count
- Number of links for tagtag
- Tag nameMethod Detail |
public int getCount()
public void setCount(int count)
count
- Number of links for tagpublic java.lang.String getTag()
public void setTag(java.lang.String tag)
tag
- Tag namepublic java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |