public class BaseContributionStatistic extends Object implements Serializable
Constructor and Description |
---|
BaseContributionStatistic() |
BaseContributionStatistic(Integer approved,
Integer needReview,
Integer translated,
Integer rejected) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
get(ContentState state) |
Integer |
getApproved() |
Integer |
getNeedReview() |
Integer |
getRejected() |
Integer |
getTranslated() |
int |
hashCode() |
void |
set(ContentState state,
Integer value) |
public void set(ContentState state, Integer value)
public int get(ContentState state)
public Integer getApproved()
public Integer getNeedReview()
public Integer getTranslated()
public Integer getRejected()
Copyright © 2018 Zanata Project. All rights reserved.