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

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

public class WSResourceData
extends Object


Constructor Summary
WSResourceData()
           
 
Method Summary
 WSAssociation[] getAssociations()
           
 float getAverageRating()
           
 WSComment[] getComments()
           
 int getRating()
           
 WSResource getResource()
           
 WSTag[] getTags()
           
 void setAssociations(WSAssociation[] associations)
           
 void setAverageRating(float averageRating)
           
 void setComments(WSComment[] comments)
           
 void setRating(int rating)
           
 void setResource(WSResource resource)
           
 void setTags(WSTag[] tags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSResourceData

public WSResourceData()
Method Detail

getResource

public WSResource getResource()

setResource

public void setResource(WSResource resource)

getAssociations

public WSAssociation[] getAssociations()

setAssociations

public void setAssociations(WSAssociation[] associations)

getTags

public WSTag[] getTags()

setTags

public void setTags(WSTag[] tags)

getComments

public WSComment[] getComments()

setComments

public void setComments(WSComment[] comments)

getRating

public int getRating()

setRating

public void setRating(int rating)

getAverageRating

public float getAverageRating()

setAverageRating

public void setAverageRating(float averageRating)


Copyright © 2012 WSO2 Inc. All Rights Reserved.