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

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

public class WSTaggedResourcePath
extends Object


Constructor Summary
WSTaggedResourcePath()
           
WSTaggedResourcePath(long tagcount, WSMap[] tagcounts, String resourcepath)
           
 
Method Summary
 String getResourcePath()
           
 long getTagCount()
           
 WSMap[] getTagCounts()
           
 void setResourcePath(String resourcePath)
           
 void setTagCount(long tagCount)
           
 void setTagCounts(WSMap[] tagCounts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSTaggedResourcePath

public WSTaggedResourcePath()

WSTaggedResourcePath

public WSTaggedResourcePath(long tagcount,
                            WSMap[] tagcounts,
                            String resourcepath)
Method Detail

getResourcePath

public String getResourcePath()

setResourcePath

public void setResourcePath(String resourcePath)

getTagCount

public long getTagCount()

setTagCount

public void setTagCount(long tagCount)

getTagCounts

public WSMap[] getTagCounts()

setTagCounts

public void setTagCounts(WSMap[] tagCounts)


Copyright © 2012 WSO2 Inc. All Rights Reserved.