|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.carbon.registry.core.Tag
public class Tag
Represents a tag and its meta-data. Instances of this class is returned from the Registry interface, when tags for a given resource path is queried.
Constructor Summary | |
---|---|
Tag()
|
Method Summary | |
---|---|
int |
getCategory()
Get the category. |
long |
getTagCount()
Get the tag count. |
String |
getTagName()
Get the tag name. |
void |
setCategory(int category)
Set the category. |
void |
setTagCount(long tagCount)
Set the tag count. |
void |
setTagName(String tagName)
Set the tag name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Tag()
Method Detail |
---|
public String getTagName()
public void setTagName(String tagName)
tagName
- the tag name.public long getTagCount()
public void setTagCount(long tagCount)
tagCount
- the tag count.public int getCategory()
public void setCategory(int category)
category
- the category.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |