Class AbstractLeaderboard
- java.lang.Object
-
- org.exoplatform.addons.gamification.service.effective.AbstractLeaderboard
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PiechartLeaderboard,StandardLeaderboard
public abstract class AbstractLeaderboard extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringearnerIdprotected longreputationScore
-
Constructor Summary
Constructors Constructor Description AbstractLeaderboard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEarnerId()longgetReputationScore()voidsetEarnerId(String earnerId)voidsetReputationScore(long reputationScore)
-
-
-
Field Detail
-
earnerId
protected String earnerId
-
reputationScore
protected long reputationScore
-
-