public class TdColumnDefinition extends Object implements Serializable
| Constructor and Description |
|---|
TdColumnDefinition() |
TdColumnDefinition(int index,
TdTColumnCategory category,
TdTDataType dataType,
SPECIAL_CATEGORY_TYPE type)
Base constructor
|
| Modifier and Type | Method and Description |
|---|---|
TdTColumnCategory |
getCategory() |
org.gcube.portlets.user.td.gwtservice.shared.tr.ColumnData |
getColumnData() |
TdTDataType |
getDataType() |
int |
getIndex() |
String |
getLocale() |
List<TemplateExpression> |
getRulesExtends() |
SPECIAL_CATEGORY_TYPE |
getSpecialCategoryType() |
TdTTimePeriod |
getTimePeriod() |
void |
setCategory(TdTColumnCategory category) |
void |
setColumnData(org.gcube.portlets.user.td.gwtservice.shared.tr.ColumnData columnData) |
void |
setDataType(TdTDataType dataType) |
void |
setIndex(int index) |
void |
setLocale(String selectedLocale) |
void |
setRulesExtends(List<TemplateExpression> listExpressionExtend) |
void |
setSpecialCategoryType(SPECIAL_CATEGORY_TYPE specialCategoryType) |
void |
setTimePeriod(TdTTimePeriod timePeriod) |
String |
toString() |
public TdColumnDefinition()
public TdColumnDefinition(int index,
TdTColumnCategory category,
TdTDataType dataType,
SPECIAL_CATEGORY_TYPE type)
index - category - dataType - type - public int getIndex()
public TdTColumnCategory getCategory()
public TdTDataType getDataType()
public void setIndex(int index)
public void setCategory(TdTColumnCategory category)
public void setDataType(TdTDataType dataType)
public SPECIAL_CATEGORY_TYPE getSpecialCategoryType()
public org.gcube.portlets.user.td.gwtservice.shared.tr.ColumnData getColumnData()
public void setSpecialCategoryType(SPECIAL_CATEGORY_TYPE specialCategoryType)
public void setColumnData(org.gcube.portlets.user.td.gwtservice.shared.tr.ColumnData columnData)
public void setLocale(String selectedLocale)
selectedLocale - public String getLocale()
public void setTimePeriod(TdTTimePeriod timePeriod)
timePeriod - public TdTTimePeriod getTimePeriod()
public void setRulesExtends(List<TemplateExpression> listExpressionExtend)
listExpressionExtend - public List<TemplateExpression> getRulesExtends()
Copyright © 2015. All Rights Reserved.