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

java.lang.Object
  extended by XulEventSourceAdapter
      extended by org.pentaho.platform.dataaccess.datasource.wizard.models.ColumnInfo
All Implemented Interfaces:
Serializable

public class ColumnInfo
extends XulEventSourceAdapter
implements Serializable


Field Summary
static List<String> DATE_FORMATS
           
static String FIELD_TYPE_ATTRIBUTE
           
static String FIELD_TYPE_BOTH
           
static String FIELD_TYPE_DIMENSION
           
static String FIELD_TYPE_MEASURE
           
 
Constructor Summary
ColumnInfo()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAggregateType()
          
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATE_FORMATS

public static final List<String> DATE_FORMATS

FIELD_TYPE_BOTH

public static final String FIELD_TYPE_BOTH
See Also:
Constant Field Values

FIELD_TYPE_MEASURE

public static final String FIELD_TYPE_MEASURE
See Also:
Constant Field Values

FIELD_TYPE_ATTRIBUTE

public static final String FIELD_TYPE_ATTRIBUTE
See Also:
Constant Field Values

FIELD_TYPE_DIMENSION

public static final String FIELD_TYPE_DIMENSION
See Also:
Constant Field Values
Constructor Detail

ColumnInfo

public ColumnInfo()
Method Detail

getLength


setLength


getPrecision


setPrecision


getFormat


setFormat


isIndex


setIndex


isIgnore


setIgnore


isInclude


setInclude


getFieldType


setFieldType


getId


setId


getTitle


setTitle


getDataType


setDataType


getAggregateType


setAggregateType


getSamples


setSamples


getAvailableDataTypes


getFormatStringsDisabled


getFormatStrings


hashCode

public int hashCode()

equals

public boolean equals(Object obj)