Class IncomeStatementData.ExtraordinaryIncome

java.lang.Object
org.cardanofoundation.lob.app.blockchain_publisher.domain.entity.reports.IncomeStatementData.ExtraordinaryIncome
All Implemented Interfaces:
BiFunction<BigDecimal,BigDecimal,BigDecimal>, BinaryOperator<BigDecimal>, org.cardanofoundation.lob.app.support.calc.Summable
Enclosing class:
IncomeStatementData

@Embeddable public static class IncomeStatementData.ExtraordinaryIncome extends Object implements org.cardanofoundation.lob.app.support.calc.Summable
  • Constructor Details

    • ExtraordinaryIncome

      public ExtraordinaryIncome()
  • Method Details

    • getExtraordinaryExpenses

      public Optional<BigDecimal> getExtraordinaryExpenses()
    • sumOf

      public BigDecimal sumOf()
      Specified by:
      sumOf in interface org.cardanofoundation.lob.app.support.calc.Summable