public class InformationBean extends AbstractPropertyChange implements java.lang.Comparable<InformationBean>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_LABEL |
static java.lang.String |
PROP_MAX |
static java.lang.String |
PROP_MIN |
static java.lang.String |
PROP_VALUE |
| Constructor and Description |
|---|
InformationBean() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(InformationBean o) |
java.lang.String |
getLabel() |
java.lang.Number |
getMax() |
java.lang.Number |
getMin() |
java.lang.Number |
getValue() |
void |
setLabel(java.lang.String label) |
void |
setMax(java.lang.Number max) |
void |
setMin(java.lang.Number min) |
void |
setValue(java.lang.Number value) |
void |
update(StatisticEntry entry) |
public static final java.lang.String PROP_LABEL
public static final java.lang.String PROP_VALUE
public static final java.lang.String PROP_MIN
public static final java.lang.String PROP_MAX
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
public java.lang.Number getValue()
public void setValue(java.lang.Number value)
public void update(StatisticEntry entry)
public java.lang.Number getMin()
public void setMin(java.lang.Number min)
public java.lang.Number getMax()
public void setMax(java.lang.Number max)
public int compareTo(InformationBean o)
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0