Class PiechartLeaderboard
- java.lang.Object
-
- org.exoplatform.addons.gamification.service.effective.AbstractLeaderboard
-
- org.exoplatform.addons.gamification.service.effective.PiechartLeaderboard
-
- All Implemented Interfaces:
Serializable
public class PiechartLeaderboard extends AbstractLeaderboard implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.exoplatform.addons.gamification.service.effective.AbstractLeaderboard
earnerId, reputationScore
-
-
Constructor Summary
Constructors Constructor Description PiechartLeaderboard(String label, long value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()longgetValue()voidsetLabel(String label)voidsetValue(long value)-
Methods inherited from class org.exoplatform.addons.gamification.service.effective.AbstractLeaderboard
getEarnerId, getReputationScore, setEarnerId, setReputationScore
-
-