public class ContributionStatistics extends Object implements Serializable
Constructor and Description |
---|
ContributionStatistics() |
ContributionStatistics(String username,
List<LocaleStatistics> contributions) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<LocaleStatistics> |
getContributions() |
String |
getUsername()
User name responsible for the contributions.
|
int |
hashCode() |
void |
setContributions(List<LocaleStatistics> contributions) |
void |
setUsername(String username) |
public ContributionStatistics()
public ContributionStatistics(String username, List<LocaleStatistics> contributions)
public String getUsername()
public void setUsername(String username)
public List<LocaleStatistics> getContributions()
public void setContributions(List<LocaleStatistics> contributions)
Copyright © 2017 Zanata Project. All rights reserved.