Uses of Class
dev.vality.damsel.domain.InvoicePaymentAdjustmentCashFlow
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentAdjustmentCashFlow in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as InvoicePaymentAdjustmentCashFlow Modifier and Type Field Description InvoicePaymentAdjustmentCashFlowInvoicePaymentAdjustmentCashFlowState. scenarioMethods in dev.vality.damsel.domain that return InvoicePaymentAdjustmentCashFlow Modifier and Type Method Description InvoicePaymentAdjustmentCashFlowInvoicePaymentAdjustmentCashFlow. deepCopy()InvoicePaymentAdjustmentCashFlowInvoicePaymentAdjustmentCashFlowState. getScenario()InvoicePaymentAdjustmentCashFlowInvoicePaymentAdjustmentCashFlow. setDomainRevision(long domain_revision)Ревизия, относительно которой необходимо пересчитать граф финансовых потоков.Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentAdjustmentCashFlow Modifier and Type Method Description intInvoicePaymentAdjustmentCashFlow. compareTo(InvoicePaymentAdjustmentCashFlow other)booleanInvoicePaymentAdjustmentCashFlow. equals(InvoicePaymentAdjustmentCashFlow that)InvoicePaymentAdjustmentCashFlowStateInvoicePaymentAdjustmentCashFlowState. setScenario(InvoicePaymentAdjustmentCashFlow scenario)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentAdjustmentCashFlow Constructor Description InvoicePaymentAdjustmentCashFlow(InvoicePaymentAdjustmentCashFlow other)Performs a deep copy on other.InvoicePaymentAdjustmentCashFlowState(InvoicePaymentAdjustmentCashFlow scenario) -
Uses of InvoicePaymentAdjustmentCashFlow in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicePaymentAdjustmentCashFlow Modifier and Type Method Description InvoicePaymentAdjustmentCashFlowInvoicePaymentAdjustmentScenario. getCashFlow()Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAdjustmentCashFlow Modifier and Type Method Description static InvoicePaymentAdjustmentScenarioInvoicePaymentAdjustmentScenario. cash_flow(InvoicePaymentAdjustmentCashFlow value)voidInvoicePaymentAdjustmentScenario. setCashFlow(InvoicePaymentAdjustmentCashFlow value)