org.wso2.carbon.registry.ws.api
Class WSTag
java.lang.Object
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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSTag
public WSTag()
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.