org.wso2.registry
Class TaggedResourcePath

java.lang.Object
  extended by org.wso2.registry.TaggedResourcePath

public class TaggedResourcePath
extends java.lang.Object


Constructor Summary
TaggedResourcePath()
           
 
Method Summary
 void addTagCount(java.lang.String tag, long count)
           
 java.lang.String getResourcePath()
           
 long getTagCount()
           
 java.util.Map getTagCounts()
           
 void setResourcePath(java.lang.String resourcePath)
           
 void setTagCount(long tagCount)
           
 void setTagCounts(java.util.Map tagCounts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaggedResourcePath

public TaggedResourcePath()
Method Detail

getResourcePath

public java.lang.String getResourcePath()

setResourcePath

public void setResourcePath(java.lang.String resourcePath)

getTagCount

public long getTagCount()

setTagCount

public void setTagCount(long tagCount)

getTagCounts

public java.util.Map getTagCounts()

setTagCounts

public void setTagCounts(java.util.Map tagCounts)

addTagCount

public void addTagCount(java.lang.String tag,
                        long count)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.