public class StatisticEntryImpl extends java.lang.Object implements StatisticEntry
| Constructor and Description |
|---|
StatisticEntryImpl(java.lang.Object key) |
| Modifier and Type | Method and Description |
|---|---|
void |
changeCurrentValue(java.lang.Object key,
double offset) |
boolean |
equals(java.lang.Object obj) |
java.lang.Object |
getKey() |
java.lang.String |
getLabel() |
StatisticValue |
getValue() |
int |
hashCode() |
void |
setCurrentValue(java.lang.Object key,
double number) |
void |
setLabel(java.lang.String label) |
public java.lang.Object getKey()
getKey in interface StatisticEntrypublic void setLabel(java.lang.String label)
public java.lang.String getLabel()
getLabel in interface StatisticEntrypublic StatisticValue getValue()
getValue in interface StatisticEntrypublic void setCurrentValue(java.lang.Object key,
double number)
public void changeCurrentValue(java.lang.Object key,
double offset)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
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