public final class HmfhImportResult extends Object
Constructor and Description |
---|
HmfhImportResult() |
Modifier and Type | Method and Description |
---|---|
String |
getApplication()
Returns the current application name.
|
String |
getDatasetMappingName()
Returns the mapped name of the current data set.
|
List<String> |
getDimensionsNotImported()
Returns the list of names of dimensions that were not imported.
|
List<HmfhImportResultForTable> |
getImportResultsForTables()
Returns the import result list into tables.
|
Set<String> |
getUnsupportedTags()
Returns the list of unsupported tags, which were not declared in the data set mapping.
|
UserMessageList |
getUserMessages()
Returns the list of error messages.
|
void |
setApplication(String application)
Sets the current application.
|
void |
setDatasetMappingName(String datasetName)
Sets the mapped name of the current data set.
|
void |
setDimensionsNotImported(List<String> dimensionsNotImported)
Sets the list of dimensions' names that were not imported.
|
void |
setImportResultsForTables(List<HmfhImportResultForTable> importResults)
Specifies the list of results from imports into tables.
|
void |
setUnsupportedTags(Set<String> unsupportedTags)
Sets the unsupported tags, which were not declared in the data set mapping.
|
void |
setUserMessages(UserMessageList userMessages)
Sets the list of error messages.
|
public String getApplication()
public String getDatasetMappingName()
public List<String> getDimensionsNotImported()
public List<HmfhImportResultForTable> getImportResultsForTables()
public Set<String> getUnsupportedTags()
public UserMessageList getUserMessages()
public void setApplication(String application)
public void setDatasetMappingName(String datasetName)
public void setDimensionsNotImported(List<String> dimensionsNotImported)
public void setImportResultsForTables(List<HmfhImportResultForTable> importResults)
public void setUnsupportedTags(Set<String> unsupportedTags)
public void setUserMessages(UserMessageList userMessages)