Class StandardLeaderboard
- java.lang.Object
-
- org.exoplatform.addons.gamification.service.effective.AbstractLeaderboard
-
- org.exoplatform.addons.gamification.service.effective.StandardLeaderboard
-
- All Implemented Interfaces:
Serializable
public class StandardLeaderboard 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 StandardLeaderboard(String earnerId, long reputationScore)
-
Method Summary
-
Methods inherited from class org.exoplatform.addons.gamification.service.effective.AbstractLeaderboard
getEarnerId, getReputationScore, setEarnerId, setReputationScore
-
-
-
-
Constructor Detail
-
StandardLeaderboard
public StandardLeaderboard(String earnerId, long reputationScore)
-
-