org.pentaho.platform.dataaccess.datasource.wizard.models
Class Aggregation
java.lang.Object
org.pentaho.ui.xul.XulEventSourceAdapter
org.pentaho.platform.dataaccess.datasource.wizard.models.Aggregation
- All Implemented Interfaces:
- org.pentaho.ui.xul.XulEventSource
public class Aggregation
- extends org.pentaho.ui.xul.XulEventSourceAdapter
Constructor Summary |
Aggregation()
|
Aggregation(List<org.pentaho.metadata.model.concept.types.AggregationType> aggregationList,
org.pentaho.metadata.model.concept.types.AggregationType defaultAggregationType)
|
Methods inherited from class org.pentaho.ui.xul.XulEventSourceAdapter |
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
MAX_COL_SIZE
public static final int MAX_COL_SIZE
- See Also:
- Constant Field Values
Aggregation
public Aggregation(List<org.pentaho.metadata.model.concept.types.AggregationType> aggregationList,
org.pentaho.metadata.model.concept.types.AggregationType defaultAggregationType)
Aggregation
public Aggregation()
setAggregationList
public void setAggregationList(List<org.pentaho.metadata.model.concept.types.AggregationType> aggregationList)
- Parameters:
aggregationList
- the aggregationList to set
getAggregationList
public List<org.pentaho.metadata.model.concept.types.AggregationType> getAggregationList()
- Returns:
- the aggregationList
setDefaultAggregationType
public void setDefaultAggregationType(org.pentaho.metadata.model.concept.types.AggregationType defaultAggregationType)
getDefaultAggregationType
public org.pentaho.metadata.model.concept.types.AggregationType getDefaultAggregationType()
toString
public String toString()
- Overrides:
toString
in class Object