Class IncomeStatementData.OperatingExpenses
java.lang.Object
org.cardanofoundation.lob.app.blockchain_publisher.domain.entity.reports.IncomeStatementData.OperatingExpenses
- All Implemented Interfaces:
BiFunction<BigDecimal,,BigDecimal, BigDecimal> BinaryOperator<BigDecimal>,org.cardanofoundation.lob.app.support.calc.Summable
- Enclosing class:
IncomeStatementData
@Embeddable
public static class IncomeStatementData.OperatingExpenses
extends Object
implements org.cardanofoundation.lob.app.support.calc.Summable
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThenMethods inherited from interface org.cardanofoundation.lob.app.support.calc.Summable
apply
-
Constructor Details
-
OperatingExpenses
public OperatingExpenses()
-
-
Method Details
-
getPersonnelExpenses
-
getGeneralAndAdministrativeExpenses
-
getDepreciationAndImpairmentLossesOnTangibleAssets
-
getAmortizationOnIntangibleAssets
-
getRentExpenses
-
sumOf
- Specified by:
sumOfin interfaceorg.cardanofoundation.lob.app.support.calc.Summable
-