public final class HmfhExportResult extends Object
Constructor and Description |
---|
HmfhExportResult() |
Modifier and Type | Method and Description |
---|---|
String |
getApplication()
Returns the current application name.
|
String |
getDatasetName()
Returns the name of the current data set.
|
List<FileExport> |
getFileExports()
Returns a list of the properties of the export files.
|
UserMessageList |
getUserMessages()
Returns list of error messages.
|
void |
setApplication(String application)
Sets the current application.
|
void |
setDatasetName(String datasetName)
Sets the name of the current data set.
|
void |
setFileExports(List<FileExport> fileExports)
Sets the list of properties of the exported files.
|
void |
setUserMessageList(UserMessageList userMessageList)
Sets the error messages.
|
public void setUserMessageList(UserMessageList userMessageList)
public String getDatasetName()
public void setDatasetName(String datasetName)
public void setFileExports(List<FileExport> fileExports)
public void setApplication(String application)
public List<FileExport> getFileExports()
public String getApplication()
public UserMessageList getUserMessages()