org.zeroexchange.resource.reputation
Class DefaultReputationReader
java.lang.Object
org.zeroexchange.resource.reputation.DefaultReputationReader
- All Implemented Interfaces:
- ReputationReader
public class DefaultReputationReader
- extends Object
- implements ReputationReader
Reputation reader implementation.
- Author:
- black
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultReputationReader
public DefaultReputationReader()
setSteepness
public void setSteepness(BigDecimal steepness)
getUserReputation
public BigDecimal getUserReputation(User user)
- Returns the reputation level of the of the current user.
- Specified by:
getUserReputation
in interface ReputationReader
getUserReliability
public BigDecimal getUserReliability(User user)
- Description copied from interface:
ReputationReader
- Returns user reliability
- Specified by:
getUserReliability
in interface ReputationReader
Copyright © 2013. All Rights Reserved.