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(java.util.List<org.pentaho.metadata.model.concept.types.AggregationType> aggregationList, org.pentaho.metadata.model.concept.types.AggregationType defaultAggregationType)
           
 
Method Summary
 java.util.List<org.pentaho.metadata.model.concept.types.AggregationType> getAggregationList()
           
 org.pentaho.metadata.model.concept.types.AggregationType getDefaultAggregationType()
           
 void setAggregationList(java.util.List<org.pentaho.metadata.model.concept.types.AggregationType> aggregationList)
           
 void setDefaultAggregationType(org.pentaho.metadata.model.concept.types.AggregationType defaultAggregationType)
           
 java.lang.String toString()
           
 
Methods inherited from class org.pentaho.ui.xul.XulEventSourceAdapter
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, 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(java.util.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(java.util.List<org.pentaho.metadata.model.concept.types.AggregationType> aggregationList)
Parameters:
aggregationList - the aggregationList to set

getAggregationList

public java.util.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object