Package de.hybris.platform.hac.data.dto
Class ImportDataResult
- java.lang.Object
-
- de.hybris.platform.hac.data.dto.ImportDataResult
-
public class ImportDataResult extends java.lang.ObjectWrapper for theImportResultreturned fromImportService.importData(de.hybris.platform.servicelayer.impex.ImportConfig)
-
-
Constructor Summary
Constructors Constructor Description ImportDataResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLogText()java.lang.StringgetUnresolvedData()booleanisSuccesss()booleanisUnresolvedLines()voidsetLogText(java.lang.String logText)voidsetSuccesss(boolean successs)voidsetUnresolvedData(java.lang.String unresolvedData)voidsetUnresolvedLines(boolean unresolvedLines)
-
-
-
Method Detail
-
isSuccesss
public boolean isSuccesss()
-
setSuccesss
public void setSuccesss(boolean successs)
-
isUnresolvedLines
public boolean isUnresolvedLines()
-
setUnresolvedLines
public void setUnresolvedLines(boolean unresolvedLines)
-
getUnresolvedData
public java.lang.String getUnresolvedData()
-
setUnresolvedData
public void setUnresolvedData(java.lang.String unresolvedData)
-
getLogText
public java.lang.String getLogText()
-
setLogText
public void setLogText(java.lang.String logText)
-
-