+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.cp.rating
Interface Rating

All Superinterfaces:
CollaborativeResource, Identifiable, TimeStamped
All Known Subinterfaces:
ModifiableRating
public interface Rating
extends CollaborativeResource, Identifiable, TimeStamped

A rating, i.e. basically an integer value indicating how much users like the resource this rating is associated with.

Since:
7.0.0

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.portal.cp.CollaborativeResource
CollaborativeResource.Scope
 
Method Summary
 int getRating()
          Return the value of this rating.
 
Methods inherited from interface com.ibm.portal.cp.CollaborativeResource
getOwnerID, getResourceID, getScope, isPrivate
 
Methods inherited from interface com.ibm.portal.Identifiable
getObjectID
 
Methods inherited from interface com.ibm.portal.TimeStamped
getCreated, getLastModified
 

Method Detail

getRating

int getRating()
Returns the value of this rating.

Returns:
The value of this rating.
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD