public class TdColumnDefinition extends Object implements Serializable
| Constructor and Description |
|---|
TdColumnDefinition()
Instantiates a new td column definition.
|
TdColumnDefinition(int index,
String serverId,
String columnName,
TdTColumnCategory category,
TdTDataType dataType,
SPECIAL_CATEGORY_TYPE type)
Base constructor.
|
| Modifier and Type | Method and Description |
|---|---|
TdTColumnCategory |
getCategory()
Gets the category.
|
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData |
getColumnDataReference()
Gets the column data reference.
|
String |
getColumnName()
Gets the column name.
|
TdTDataType |
getDataType()
Gets the data type.
|
int |
getIndex()
Gets the index.
|
String |
getLocale()
Gets the locale.
|
List<TemplateExpression> |
getRulesExtends()
Gets the rules extends.
|
String |
getServerId() |
SPECIAL_CATEGORY_TYPE |
getSpecialCategoryType()
Gets the special category type.
|
TdTTimePeriod |
getTimePeriod()
Gets the time period.
|
boolean |
isBaseColumn() |
void |
setCategory(TdTColumnCategory category)
Sets the category.
|
void |
setColumnDataReference(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData columnDataReference)
Sets the column data.
|
void |
setColumnName(String columnName)
Sets the column name.
|
void |
setDataType(TdTDataType dataType)
Sets the data type.
|
void |
setIndex(int index)
Sets the index.
|
void |
setIsBaseColumn(boolean bool)
Sets the checks if is base column.
|
void |
setLocale(String selectedLocale)
Sets the locale.
|
void |
setRulesExtends(List<TemplateExpression> listExpressionExtend)
Sets the rules extends.
|
void |
setSpecialCategoryType(SPECIAL_CATEGORY_TYPE specialCategoryType)
Sets the special category type.
|
void |
setTimePeriod(TdTTimePeriod timePeriod)
Sets the time period.
|
String |
toString() |
public TdColumnDefinition()
public TdColumnDefinition(int index,
String serverId,
String columnName,
TdTColumnCategory category,
TdTDataType dataType,
SPECIAL_CATEGORY_TYPE type)
index - the indexserverId - the server idcolumnName - the column namecategory - the categorydataType - the data typetype - the typepublic String getColumnName()
public void setColumnName(String columnName)
columnName - the columnName to setpublic int getIndex()
public TdTColumnCategory getCategory()
public TdTDataType getDataType()
public void setIndex(int index)
index - the new indexpublic void setCategory(TdTColumnCategory category)
category - the new categorypublic void setDataType(TdTDataType dataType)
dataType - the new data typepublic SPECIAL_CATEGORY_TYPE getSpecialCategoryType()
public org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData getColumnDataReference()
public void setSpecialCategoryType(SPECIAL_CATEGORY_TYPE specialCategoryType)
specialCategoryType - the new special category typepublic void setColumnDataReference(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData columnDataReference)
columnDataReference - the new column data referencepublic void setLocale(String selectedLocale)
selectedLocale - the new localepublic String getLocale()
public void setTimePeriod(TdTTimePeriod timePeriod)
timePeriod - the new time periodpublic TdTTimePeriod getTimePeriod()
public void setRulesExtends(List<TemplateExpression> listExpressionExtend)
listExpressionExtend - the new rules extendspublic List<TemplateExpression> getRulesExtends()
public void setIsBaseColumn(boolean bool)
bool - the new checks if is base columnpublic boolean isBaseColumn()
public String getServerId()
Copyright © 2015. All Rights Reserved.