public class AggregateColumnFilter extends Object implements Serializable
Constructor and Description |
---|
AggregateColumnFilter(org.dashbuilder.dataset.group.AggregateFunctionType type,
String columnId,
String newColumnId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getColumnId() |
String |
getNewColumnId() |
org.dashbuilder.dataset.group.AggregateFunctionType |
getType() |
int |
hashCode() |
void |
setColumnId(String columnId) |
void |
setNewColumnId(String newColumnId) |
void |
setType(org.dashbuilder.dataset.group.AggregateFunctionType type) |
public org.dashbuilder.dataset.group.AggregateFunctionType getType()
public void setType(org.dashbuilder.dataset.group.AggregateFunctionType type)
public String getColumnId()
public void setColumnId(String columnId)
public String getNewColumnId()
public void setNewColumnId(String newColumnId)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.