public class AccumulatorDefinitionAO extends Object implements net.anotheria.util.sorter.IComparable, Serializable
| Constructor and Description |
|---|
AccumulatorDefinitionAO() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(net.anotheria.util.sorter.IComparable anotherObject,
int method) |
String |
getId() |
String |
getLastValueTimestamp() |
int |
getMaxNumberOfValues() |
String |
getName() |
int |
getNumberOfValues() |
String |
getPath() |
void |
setId(String id) |
void |
setLastValueTimestamp(String lastValueTimestamp) |
void |
setMaxNumberOfValues(int maxNumberOfValues) |
void |
setName(String name) |
void |
setNumberOfValues(int numberOfValues) |
void |
setPath(String path) |
public String getName()
public void setName(String name)
public String getPath()
public void setPath(String path)
public int getNumberOfValues()
public void setNumberOfValues(int numberOfValues)
public String getLastValueTimestamp()
public void setLastValueTimestamp(String lastValueTimestamp)
public String getId()
public void setId(String id)
public int getMaxNumberOfValues()
public void setMaxNumberOfValues(int maxNumberOfValues)
public int compareTo(net.anotheria.util.sorter.IComparable anotherObject,
int method)
compareTo in interface net.anotheria.util.sorter.IComparableCopyright © 2010-2015 anotheria.net. All Rights Reserved.