public class GaugeAO extends Object implements Serializable
| Constructor and Description |
|---|
GaugeAO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption() |
StatValueAO |
getCurrent() |
String |
getCurrentValue() |
StatValueAO |
getMax() |
String |
getMaxValue() |
StatValueAO |
getMin() |
String |
getMinValue() |
String |
getName() |
boolean |
isComplete() |
void |
setCaption(String caption) |
void |
setComplete(boolean complete) |
void |
setCurrent(StatValueAO current) |
void |
setMax(StatValueAO max) |
void |
setMin(StatValueAO min) |
void |
setName(String name) |
String |
toString() |
public StatValueAO getCurrent()
public void setCurrent(StatValueAO current)
public StatValueAO getMax()
public void setMax(StatValueAO max)
public StatValueAO getMin()
public void setMin(StatValueAO min)
public String getName()
public void setName(String name)
public boolean isComplete()
public void setComplete(boolean complete)
public String getCurrentValue()
public String getMinValue()
public String getMaxValue()
public String getCaption()
public void setCaption(String caption)
Copyright © 2010-2015 anotheria.net. All Rights Reserved.