org.wso2.registry
Class Tag

java.lang.Object
  extended by 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()
           
 
Method Summary
 int getCategory()
           
 long getTagCount()
           
 java.lang.String getTagName()
           
 void setCategory(int category)
           
 void setTagCount(long tagCount)
           
 void setTagName(java.lang.String tagName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tag

public Tag()
Method Detail

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.