Class EsrImportReturnValue

java.lang.Object
ch.tocco.nice2.optional.finance.impl.action.esr.EsrImportReturnValue

public class EsrImportReturnValue extends Object
  • Constructor Details

    • EsrImportReturnValue

      public EsrImportReturnValue()
  • Method Details

    • setAlreadyImported

      public EsrImportReturnValue setAlreadyImported(boolean alreadyImported)
    • setSuccessfullyImported

      public EsrImportReturnValue setSuccessfullyImported(long successfullyImported)
    • setTotalRecords

      public EsrImportReturnValue setTotalRecords(long totalRecords)
    • addCreatedIncomingPayments

      public EsrImportReturnValue addCreatedIncomingPayments(List<Entity> incomingPayments)
    • isAlreadyImported

      public boolean isAlreadyImported()
    • getSuccessfullyImported

      public long getSuccessfullyImported()
    • getTotalRecords

      public long getTotalRecords()
    • getCreatedIncomingPayments

      public List<Entity> getCreatedIncomingPayments()