public class HmfhSpec extends Object
Constructor and Description |
---|
HmfhSpec() |
Modifier and Type | Method and Description |
---|---|
String |
getApplication()
Returns the current application.
|
com.onwbp.adaptation.Adaptation |
getCurrentDataset()
Returns the current data set.
|
Locale |
getCurrentLocale()
Returns the current locale.
|
com.onwbp.adaptation.Adaptation |
getDatasetMapping()
Returns the current data set mapping.
|
List<String> |
getDimensions()
Returns the list of dimensions to be imported/exported.
|
boolean |
isUsingLog() |
void |
setApplication(String application)
Sets the current application.
|
void |
setCurrentDataset(com.onwbp.adaptation.Adaptation currentDataset)
Sets the current data set.
|
void |
setCurrentLocale(Locale currentLocale)
Sets the current locale.
|
void |
setDatasetMapping(com.onwbp.adaptation.Adaptation datasetMapping)
Sets the current data set mapping.
|
void |
setDimensions(List<String> dimensions)
Sets the list of dimensions to be imported/exported.
|
void |
setUsingLog(boolean usingLog)
Defines whether or not the procedure is using Hmfh logging.
|
String |
toString()
Returns this
HmfhSpec in the form of a formatted string. |
public boolean isUsingLog()
public void setUsingLog(boolean usingLog)
public String getApplication()
public void setApplication(String application)
public List<String> getDimensions()
public void setDimensions(List<String> dimensions)
public com.onwbp.adaptation.Adaptation getCurrentDataset()
public void setCurrentDataset(com.onwbp.adaptation.Adaptation currentDataset)
public Locale getCurrentLocale()
public void setCurrentLocale(Locale currentLocale)
public com.onwbp.adaptation.Adaptation getDatasetMapping()
public void setDatasetMapping(com.onwbp.adaptation.Adaptation datasetMapping)