org.pentaho.platform.dataaccess.datasource.wizard.models
Class Aggregation

java.lang.Object
  extended by org.pentaho.ui.xul.XulEventSourceAdapter
      extended by 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


Field Summary
static int MAX_COL_SIZE
           
 
Constructor Summary
Aggregation()
           
Aggregation(List<org.pentaho.metadata.model.concept.types.AggregationType> aggregationList, org.pentaho.metadata.model.concept.types.AggregationType defaultAggregationType)
           
 
Method Summary
 List<org.pentaho.metadata.model.concept.types.AggregationType> getAggregationList()
           
 org.pentaho.metadata.model.concept.types.AggregationType getDefaultAggregationType()
           
 void setAggregationList(List<org.pentaho.metadata.model.concept.types.AggregationType> aggregationList)
           
 void setDefaultAggregationType(org.pentaho.metadata.model.concept.types.AggregationType defaultAggregationType)
           
 String toString()
           
 
Methods inherited from class org.pentaho.ui.xul.XulEventSourceAdapter
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MAX_COL_SIZE

public static final int MAX_COL_SIZE
See Also:
Constant Field Values
Constructor Detail

Aggregation

public Aggregation(List<org.pentaho.metadata.model.concept.types.AggregationType> aggregationList,
                   org.pentaho.metadata.model.concept.types.AggregationType defaultAggregationType)

Aggregation

public Aggregation()
Method Detail

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