org.wso2.carbon.registry.ws.api
Class WSTag

java.lang.Object
  extended by org.wso2.carbon.registry.ws.api.WSTag

public class WSTag
extends Object

The WSTag class is a web service compatible representation of org.wso2.carbon.registry.core.Tag class. The above mentioned class cannot be directly used as a argument/return type of a web service.


Constructor Summary
WSTag()
           
 
Method Summary
 int getCategory()
           
 long getTagCount()
           
 String getTagName()
           
 void setCategory(int category)
           
 void setTagCount(long tagCount)
           
 void setTagName(String tagName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSTag

public WSTag()
Method Detail

getCategory

public int getCategory()

setCategory

public void setCategory(int category)

getTagName

public String getTagName()

setTagName

public void setTagName(String tagName)

getTagCount

public long getTagCount()

setTagCount

public void setTagCount(long tagCount)


Copyright © 2012 WSO2 Inc. All Rights Reserved.