public class ScheduleCsvImportSettings.VariableImportSettings
extends java.lang.Object
| Constructor and Description |
|---|
VariableImportSettings() |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnIndexForDataColumn()
Gets the CSV data column index for this variable
|
VariableImportConfigurationPanel.SystemVariableType |
getDataType()
Gets the data type for this variable
|
java.lang.String |
getUnit()
Gets the unit for this variable
|
java.lang.String |
getVariableID()
Gets the variable ID
|
void |
setColumnIndexForDataColumn(int columnIndexForDataColumn)
Sets the CSV data column index for this variable
|
void |
setDataType(VariableImportConfigurationPanel.SystemVariableType dataType)
Sets the data type for this variable
|
void |
setUnit(java.lang.String unit)
Sets the unit for this variable
|
void |
setVariableID(java.lang.String variableID)
Sets the variable ID
|
public java.lang.String getVariableID()
public void setVariableID(java.lang.String variableID)
variableID - The variable ID to setpublic VariableImportConfigurationPanel.SystemVariableType getDataType()
public void setDataType(VariableImportConfigurationPanel.SystemVariableType dataType)
dataType - The data type for this variablepublic java.lang.String getUnit()
public void setUnit(java.lang.String unit)
unit - The unit for this variablepublic int getColumnIndexForDataColumn()
public void setColumnIndexForDataColumn(int columnIndexForDataColumn)
columnIndexForDataColumn - The CSV data column index for this variable