public class TcaDataCollection extends Object implements Serializable, Comparable<TcaDataCollection>
| Constructor and Description | 
|---|
TcaDataCollection()
Instantiates a new TCA data collection. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
compareTo(TcaDataCollection obj)  | 
boolean | 
equals(Object obj)  | 
String | 
getName()
Gets the collection name. 
 | 
TcaRrd | 
getRrd()
Gets the RRD. 
 | 
void | 
setName(String name)
Sets the collection name. 
 | 
void | 
setRrd(TcaRrd rrd)
Sets the RRD. 
 | 
public TcaDataCollection()
public String getName()
public void setName(String name)
name - the collection namepublic TcaRrd getRrd()
public void setRrd(TcaRrd rrd)
rrd - the new RRDpublic int compareTo(TcaDataCollection obj)
compareTo in interface Comparable<TcaDataCollection>Copyright © 2021. All rights reserved.