org.wso2.registry
Class Tag
java.lang.Object
org.wso2.registry.Tag
public class Tag
- extends java.lang.Object
Represents a tag and its metadata. Instances of this class is returned from the Registry
interface, when tags for a given resource path is queried.
Constructor Summary |
Tag()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tag
public Tag()
getTagName
public java.lang.String getTagName()
setTagName
public void setTagName(java.lang.String tagName)
getTagCount
public long getTagCount()
setTagCount
public void setTagCount(long tagCount)
getCategory
public int getCategory()
setCategory
public void setCategory(int category)
Copyright © 2007 Apache Web Services Project. All Rights Reserved.