Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.cp.rating
Interface ModifiableRating
- All Superinterfaces:
- CollaborativeResource, Identifiable, Modifiable, Rating, TimeStamped
public interface ModifiableRating- extends Modifiable, Rating
ModifiableRating: the interface for a modifiable Rating which can be updated. The rating value can be updated.
- Since:
- 7.0.0
Nested Class Summary
Nested classes/interfaces inherited from interface com.ibm.portal.cp.CollaborativeResource CollaborativeResource.Scope
Method Summary void setRating(int rating)
Sets the value of this rating.
Methods inherited from interface com.ibm.portal.cp.rating.Rating getRating
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 setRating
void setRating(int rating) throws CannotModifyPropertyException
- Sets the value of this rating.
- Parameters:
- rating - The value of this rating.
- Throws:
- CannotModifyPropertyException
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD