Package org.wso2.carbon.registry.ws.api
Class WSResourceData
- java.lang.Object
-
- org.wso2.carbon.registry.ws.api.WSResourceData
-
public class WSResourceData extends Object
-
-
Constructor Summary
Constructors Constructor Description WSResourceData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
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)
-
-