Package 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
Constructors Constructor Description WSTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCategory()longgetTagCount()StringgetTagName()voidsetCategory(int category)voidsetTagCount(long tagCount)voidsetTagName(String tagName)
-