Class EsrImportReturnValue
java.lang.Object
ch.tocco.nice2.optional.finance.impl.action.esr.EsrImportReturnValue
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddCreatedIncomingPayments
(List<Entity> incomingPayments) long
long
boolean
setAlreadyImported
(boolean alreadyImported) setSuccessfullyImported
(long successfullyImported) setTotalRecords
(long totalRecords)
-
Constructor Details
-
EsrImportReturnValue
public EsrImportReturnValue()
-
-
Method Details
-
setAlreadyImported
-
setSuccessfullyImported
-
setTotalRecords
-
addCreatedIncomingPayments
-
isAlreadyImported
public boolean isAlreadyImported() -
getSuccessfullyImported
public long getSuccessfullyImported() -
getTotalRecords
public long getTotalRecords() -
getCreatedIncomingPayments
-