public class AggregatePair extends Object implements Serializable
| Constructor and Description |
|---|
AggregatePair()
Instantiates a new aggregate pair.
|
| Modifier and Type | Method and Description |
|---|---|
TdAggregateFunction |
getAggegrateFunction()
Gets the aggegrate function.
|
TdColumnData |
getColumnData()
Gets the column data.
|
void |
setAggegrateFunction(TdAggregateFunction aggegrateFunction)
Sets the aggegrate function.
|
void |
setColumnData(TdColumnData columnData)
Sets the column data.
|
String |
toString() |
public TdAggregateFunction getAggegrateFunction()
public TdColumnData getColumnData()
public void setAggegrateFunction(TdAggregateFunction aggegrateFunction)
aggegrateFunction - the new aggegrate functionpublic void setColumnData(TdColumnData columnData)
columnData - the new column dataCopyright © 2016. All Rights Reserved.