public class CreateTimeDimensionColumnAction extends Object implements TabularDataAction, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
CREATE_TIME_DIMENSION |
| Constructor and Description |
|---|
CreateTimeDimensionColumnAction() |
CreateTimeDimensionColumnAction(CreateTimeDimensionOptions option,
TdColumnData... tdColumnData)
Instantiates a new creates the time dimension column action.
|
| Modifier and Type | Method and Description |
|---|---|
TdColumnData[] |
getColumns() |
String |
getDescription() |
String |
getId()
Gets the id.
|
CreateTimeDimensionOptions |
getOption() |
ServerObjectId |
getServerObjectId() |
void |
setColumns(TdColumnData[] columns) |
void |
setOption(CreateTimeDimensionOptions option) |
void |
setServerObjectId(ServerObjectId serverObjectId) |
String |
toString() |
public static final String CREATE_TIME_DIMENSION
public CreateTimeDimensionColumnAction()
public CreateTimeDimensionColumnAction(CreateTimeDimensionOptions option, TdColumnData... tdColumnData)
option - yearPeriod - tdColumnData - public String getId()
TabularDataActiongetId in interface TabularDataActionpublic String getDescription()
getDescription in interface TabularDataActionpublic ServerObjectId getServerObjectId()
public CreateTimeDimensionOptions getOption()
public TdColumnData[] getColumns()
public void setServerObjectId(ServerObjectId serverObjectId)
serverObjectId - the serverObjectId to setpublic void setOption(CreateTimeDimensionOptions option)
option - the option to setpublic void setColumns(TdColumnData[] columns)
columns - the columns to setCopyright © 2018. All Rights Reserved.