public class BatchErrorWrapper
extends java.lang.Object
implements java.lang.Comparable
| Constructor and Description |
|---|
BatchErrorWrapper() |
BatchErrorWrapper(java.util.List<OutgoingBatch> outgoingBatch,
java.util.List<IncomingBatch> incomingBatch) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object o) |
java.util.List<IncomingBatch> |
getIncomingErrors() |
java.util.List<OutgoingBatch> |
getOutgoingErrors() |
void |
setIncomingErrors(java.util.List<IncomingBatch> incomingErrors) |
void |
setOutgoingErrors(java.util.List<OutgoingBatch> outgoingErrors) |
public BatchErrorWrapper()
public BatchErrorWrapper(java.util.List<OutgoingBatch> outgoingBatch, java.util.List<IncomingBatch> incomingBatch)
public java.util.List<OutgoingBatch> getOutgoingErrors()
public void setOutgoingErrors(java.util.List<OutgoingBatch> outgoingErrors)
public java.util.List<IncomingBatch> getIncomingErrors()
public void setIncomingErrors(java.util.List<IncomingBatch> incomingErrors)
public int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparable