public class ReferenceStatisticsVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static MapProperty<ReferenceLevel,java.lang.Integer,ReferenceStatisticsVO> |
ALL_TIME |
static Property<java.lang.Integer,ReferenceStatisticsVO> |
ALL_TIME_POSITIVE |
static Property<java.lang.Integer,ReferenceStatisticsVO> |
ALL_TIME_TOTAL |
static MapProperty<ReferenceLevel,java.lang.Integer,ReferenceStatisticsVO> |
LAST_PERIOD |
static Property<java.lang.Integer,ReferenceStatisticsVO> |
LAST_PERIOD_POSITIVE |
static Property<java.lang.Integer,ReferenceStatisticsVO> |
LAST_PERIOD_TOTAL |
static Property<java.lang.Integer,ReferenceStatisticsVO> |
PERCENTAGE |
ID| Constructor and Description |
|---|
ReferenceStatisticsVO() |
ReferenceStatisticsVO(java.lang.Long id) |
ReferenceStatisticsVO(Property<T,? super ReferenceStatisticsVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
java.util.Map<ReferenceLevel,java.lang.Integer> |
getAllTime() |
int |
getAllTimePositive() |
int |
getAllTimeTotal() |
java.util.Map<ReferenceLevel,java.lang.Integer> |
getLastPeriod() |
int |
getLastPeriodPositive() |
int |
getLastPeriodTotal() |
int |
getPercentage() |
void |
setAllTime(java.util.Map<ReferenceLevel,java.lang.Integer> allTime) |
void |
setAllTimePositive(int allTimePositive) |
void |
setAllTimeTotal(int allTimeTotal) |
void |
setLastPeriod(java.util.Map<ReferenceLevel,java.lang.Integer> lastPeriod) |
void |
setLastPeriodPositive(int lastPeriodPositive) |
void |
setLastPeriodTotal(int lastPeriodTotal) |
void |
setPercentage(int percentage) |
getId, getIds, getUniqueIdsaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final MapProperty<ReferenceLevel,java.lang.Integer,ReferenceStatisticsVO> ALL_TIME
public static final Property<java.lang.Integer,ReferenceStatisticsVO> ALL_TIME_POSITIVE
public static final Property<java.lang.Integer,ReferenceStatisticsVO> ALL_TIME_TOTAL
public static final MapProperty<ReferenceLevel,java.lang.Integer,ReferenceStatisticsVO> LAST_PERIOD
public static final Property<java.lang.Integer,ReferenceStatisticsVO> LAST_PERIOD_POSITIVE
public static final Property<java.lang.Integer,ReferenceStatisticsVO> LAST_PERIOD_TOTAL
public static final Property<java.lang.Integer,ReferenceStatisticsVO> PERCENTAGE
public ReferenceStatisticsVO()
public ReferenceStatisticsVO(java.lang.Long id)
public ReferenceStatisticsVO(Property<T,? super ReferenceStatisticsVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class EntityModelpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class EntityModelpublic java.util.Map<ReferenceLevel,java.lang.Integer> getAllTime()
public int getAllTimePositive()
public int getAllTimeTotal()
public java.util.Map<ReferenceLevel,java.lang.Integer> getLastPeriod()
public int getLastPeriodPositive()
public int getLastPeriodTotal()
public int getPercentage()
public void setAllTime(java.util.Map<ReferenceLevel,java.lang.Integer> allTime)
public void setAllTimePositive(int allTimePositive)
public void setAllTimeTotal(int allTimeTotal)
public void setLastPeriod(java.util.Map<ReferenceLevel,java.lang.Integer> lastPeriod)
public void setLastPeriodPositive(int lastPeriodPositive)
public void setLastPeriodTotal(int lastPeriodTotal)
public void setPercentage(int percentage)