public class BomImporterResult extends Object implements Serializable
Constructor and Description |
---|
BomImporterResult(File importedFile,
List<String> warnings,
List<String> errors,
String stdOutput,
String errorOutput,
Map<PartToImport,List<PartToImport>> partsMap) |
Modifier and Type | Method and Description |
---|---|
String |
getErrorOutput() |
List<String> |
getErrors() |
File |
getImportedFile() |
Map<PartToImport,List<PartToImport>> |
getPartsMap() |
String |
getStdOutput() |
List<String> |
getWarnings() |
boolean |
hasErrors() |
void |
setErrorOutput(String errorOutput) |
void |
setErrors(List<String> errors) |
void |
setImportedFile(File importedFile) |
void |
setPartsMap(Map<PartToImport,List<PartToImport>> partsMap) |
void |
setStdOutput(String stdOutput) |
void |
setWarnings(List<String> warnings) |
public File getImportedFile()
public void setImportedFile(File importedFile)
public boolean hasErrors()
public String getStdOutput()
public void setStdOutput(String stdOutput)
public String getErrorOutput()
public void setErrorOutput(String errorOutput)
public Map<PartToImport,List<PartToImport>> getPartsMap()
public void setPartsMap(Map<PartToImport,List<PartToImport>> partsMap)
Copyright © 2018 DocDoku. All rights reserved.