Class FileUnmarshallingErrorProxy
- java.lang.Object
-
- org.openforis.collect.remoting.service.dataimport.FileUnmarshallingErrorProxy
-
-
Constructor Summary
Constructors Constructor Description FileUnmarshallingErrorProxy(DataImportSummary.FileErrorItem fileErrorItem)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static List<FileUnmarshallingErrorProxy>fromList(List<DataImportSummary.FileErrorItem> list)List<NodeUnmarshallingErrorProxy>getErrors()StringgetFileName()
-
-
-
Constructor Detail
-
FileUnmarshallingErrorProxy
public FileUnmarshallingErrorProxy(DataImportSummary.FileErrorItem fileErrorItem)
-
-
Method Detail
-
fromList
public static List<FileUnmarshallingErrorProxy> fromList(List<DataImportSummary.FileErrorItem> list)
-
getFileName
public String getFileName()
-
getErrors
public List<NodeUnmarshallingErrorProxy> getErrors()
-
-