Class ProfileReputation
- java.lang.Object
-
- org.exoplatform.addons.gamification.service.effective.ProfileReputation
-
- All Implemented Interfaces:
Serializable
public class ProfileReputation extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProfileReputation()ProfileReputation(String domain, long score)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDomain()longgetScore()voidsetDomain(String domain)voidsetScore(long score)
-
-
-
Constructor Detail
-
ProfileReputation
public ProfileReputation()
-
ProfileReputation
public ProfileReputation(String domain, long score)
-
-