public class CreateTimeDimensionColumnAction extends Object implements TabularDataAction, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
CREATE_TIME_DIMENSION |
| Constructor and Description |
|---|
CreateTimeDimensionColumnAction() |
CreateTimeDimensionColumnAction(TdColumnData yearColumn,
TdPeriodType year)
Instantiates a new group time column action.
|
CreateTimeDimensionColumnAction(TdColumnData yearColumn,
TdPeriodType year,
TdColumnData otherColumn,
TdPeriodType otherPeriodTypeColumn)
Instantiates a new group time column action.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId()
Gets the id.
|
TdColumnData |
getOtherColumn() |
TdPeriodType |
getOtherPeriodTypeColumn() |
TdPeriodType |
getPeriodTypeYear() |
ServerObjectId |
getServerObjectId() |
TdColumnData |
getYearColumn() |
void |
setOtherColumn(TdColumnData otherColumn) |
void |
setOtherPeriodTypeColumn(TdPeriodType otherPeriodTypeColumn) |
void |
setServerObjectId(ServerObjectId serverObjectId) |
void |
setYearColumn(TdColumnData yearColumn) |
String |
toString() |
public static final String CREATE_TIME_DIMENSION
public CreateTimeDimensionColumnAction()
public CreateTimeDimensionColumnAction(TdColumnData yearColumn, TdPeriodType year)
yearColumn - the year columnyear - the yearpublic CreateTimeDimensionColumnAction(TdColumnData yearColumn, TdPeriodType year, TdColumnData otherColumn, TdPeriodType otherPeriodTypeColumn)
yearColumn - the year columnyear - the yearotherColumn - the other columnotherPeriodTypeColumn - the other period type columnpublic TdColumnData getYearColumn()
public void setYearColumn(TdColumnData yearColumn)
yearColumn - the yearColumn to setpublic TdColumnData getOtherColumn()
public void setOtherColumn(TdColumnData otherColumn)
otherColumn - the otherColumn to setpublic TdPeriodType getOtherPeriodTypeColumn()
public void setOtherPeriodTypeColumn(TdPeriodType otherPeriodTypeColumn)
otherPeriodTypeColumn - the otherPeriodTypeColumn to setpublic ServerObjectId getServerObjectId()
public void setServerObjectId(ServerObjectId serverObjectId)
serverObjectId - the serverObjectId to setpublic TdPeriodType getPeriodTypeYear()
public String getDescription()
getDescription in interface TabularDataActionpublic String getId()
TabularDataActiongetId in interface TabularDataActionCopyright © 2015. All Rights Reserved.