Uses of Class
dev.vality.damsel.domain.InvoicePaymentAdjustmentCashFlow
Packages that use InvoicePaymentAdjustmentCashFlow
-
Uses of InvoicePaymentAdjustmentCashFlow in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as InvoicePaymentAdjustmentCashFlowMethods in dev.vality.damsel.domain that return InvoicePaymentAdjustmentCashFlowModifier and TypeMethodDescriptionInvoicePaymentAdjustmentCashFlow.deepCopy()InvoicePaymentAdjustmentCashFlowState.getScenario()InvoicePaymentAdjustmentCashFlow.setDomainRevision(long domain_revision) Ревизия, относительно которой необходимо пересчитать граф финансовых потоков.InvoicePaymentAdjustmentCashFlow.setNewAmount(long new_amount) Сумма, относительно которой необходимо пересчитать граф финансовых потоков.Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentAdjustmentCashFlowModifier and TypeMethodDescriptionintInvoicePaymentAdjustmentCashFlow.compareTo(InvoicePaymentAdjustmentCashFlow other) booleanInvoicePaymentAdjustmentCashFlow.equals(InvoicePaymentAdjustmentCashFlow that) InvoicePaymentAdjustmentCashFlowState.setScenario(InvoicePaymentAdjustmentCashFlow scenario) Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentAdjustmentCashFlowModifierConstructorDescriptionPerforms a deep copy on other. -
Uses of InvoicePaymentAdjustmentCashFlow in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicePaymentAdjustmentCashFlowMethods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAdjustmentCashFlowModifier and TypeMethodDescriptionInvoicePaymentAdjustmentScenario.cash_flow(InvoicePaymentAdjustmentCashFlow value) voidInvoicePaymentAdjustmentScenario.setCashFlow(InvoicePaymentAdjustmentCashFlow value)