public class GroupFunction extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
columnId |
protected AggregateFunctionType |
function |
protected String |
sourceId |
| Constructor and Description |
|---|
GroupFunction() |
GroupFunction(String sourceId,
String columnId,
AggregateFunctionType function) |
| Modifier and Type | Method and Description |
|---|---|
GroupFunction |
cloneInstance() |
boolean |
equals(Object obj) |
String |
getColumnId() |
AggregateFunctionType |
getFunction() |
String |
getSourceId() |
void |
setColumnId(String columnId) |
void |
setFunction(AggregateFunctionType function) |
void |
setSourceId(String sourceId) |
String |
toString() |
protected String sourceId
protected String columnId
protected AggregateFunctionType function
public GroupFunction()
public GroupFunction(String sourceId, String columnId, AggregateFunctionType function)
public String getSourceId()
public void setSourceId(String sourceId)
public String getColumnId()
public void setColumnId(String columnId)
public AggregateFunctionType getFunction()
public void setFunction(AggregateFunctionType function)
public GroupFunction cloneInstance()
Copyright © 2017–2020 JBoss by Red Hat. All rights reserved.