org.silverpeas.rating
Interface Rateable

All Known Implementing Classes:
PublicationDetail

public interface Rateable

A rateable is an object that represents a contribution which can be rated. This interface defines all methods that must be implemented in order to obtain differents contribution types that can be handled by a same rating mechanism.


Method Summary
 ContributionRating getRating()
          Gets the contribution rating.
 

Method Detail

getRating

ContributionRating getRating()
Gets the contribution rating.

Returns:
a contribution rating.
See Also:
ContributionRating


Copyright © 2016 Silverpeas. All Rights Reserved.