Class ImpExWorkerResult
- java.lang.Object
-
- de.hybris.platform.impex.jalo.imp.ImpExWorkerResult
-
- Direct Known Subclasses:
AbstractProcessResult
public class ImpExWorkerResult extends java.lang.Object
- Since:
- 3.1-u7
-
-
Constructor Summary
Constructors Constructor Description ImpExWorkerResult(ImpExWorker worker, ValueLine valueLine, Item ret, java.lang.Exception error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Exception
getError()
ValueLine
getLine()
Item
getResult()
ImpExWorker
getWorker()
java.lang.String
toString()
-
-
-
Constructor Detail
-
ImpExWorkerResult
public ImpExWorkerResult(ImpExWorker worker, ValueLine valueLine, Item ret, java.lang.Exception error)
-
-
Method Detail
-
getError
public java.lang.Exception getError()
-
getLine
public ValueLine getLine()
-
getResult
public Item getResult()
-
getWorker
public ImpExWorker getWorker()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-