Package org.wso2.carbon.registry.ws.api
Class WSTag
java.lang.Object
org.wso2.carbon.registry.ws.api.WSTag
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintlongvoidsetCategory(int category) voidsetTagCount(long tagCount) voidsetTagName(String tagName)
-
Constructor Details
-
WSTag
public WSTag()
-
-
Method Details
-
getCategory
public int getCategory() -
setCategory
public void setCategory(int category) -
getTagName
-
setTagName
-
getTagCount
public long getTagCount() -
setTagCount
public void setTagCount(long tagCount)
-