public class NormalizeColumnsAction extends Object implements TabularDataAction, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
NORMALIZE_COLUMNS |
| Constructor and Description |
|---|
NormalizeColumnsAction()
Instantiates a new normalize columns action.
|
NormalizeColumnsAction(ServerObjectId serverObjectId,
List<TdColumnData> columns,
String normalizeLabel,
String quantityLabel)
Instantiates a new group time column action.
|
| Modifier and Type | Method and Description |
|---|---|
List<TdColumnData> |
getColumns()
Gets the columns.
|
String |
getDescription() |
String |
getId()
Gets the id.
|
String |
getNormalizeLabel()
Gets the normalize label.
|
String |
getQuantityLabel()
Gets the quantity label.
|
ServerObjectId |
getServerObjectId()
Gets the server object id.
|
void |
setColumns(List<TdColumnData> columns)
Sets the columns.
|
void |
setNormalizeLabel(String normalizeLabel)
Sets the normalize label.
|
void |
setQuantityLabel(String quantityLabel)
Sets the quantity label.
|
void |
setServerObjectId(ServerObjectId serverObjectId)
Sets the server object id.
|
String |
toString() |
public static final String NORMALIZE_COLUMNS
public NormalizeColumnsAction()
public NormalizeColumnsAction(ServerObjectId serverObjectId, List<TdColumnData> columns, String normalizeLabel, String quantityLabel)
serverObjectId - the server object idcolumns - the columnsnormalizeLabel - the normalize labelquantityLabel - the quantity labelpublic String getId()
TabularDataActiongetId in interface TabularDataActionpublic String getDescription()
getDescription in interface TabularDataActionpublic ServerObjectId getServerObjectId()
public void setServerObjectId(ServerObjectId serverObjectId)
serverObjectId - the serverObjectId to setpublic List<TdColumnData> getColumns()
public void setColumns(List<TdColumnData> columns)
columns - the columns to setpublic String getNormalizeLabel()
public void setNormalizeLabel(String normalizeLabel)
normalizeLabel - the normalizeLabel to setpublic String getQuantityLabel()
public void setQuantityLabel(String quantityLabel)
quantityLabel - the quantityLabel to setCopyright © 2018. All Rights Reserved.