Uses of Class
dev.vality.damsel.domain.InvoicePaymentAdjustmentCashFlowState
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaymentAdjustmentCashFlowState in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentAdjustmentCashFlowState Modifier and Type Method Description InvoicePaymentAdjustmentCashFlowStateInvoicePaymentAdjustmentCashFlowState. deepCopy()InvoicePaymentAdjustmentCashFlowStateInvoicePaymentAdjustmentState. getCashFlow()InvoicePaymentAdjustmentCashFlowStateInvoicePaymentAdjustmentCashFlowState. setScenario(InvoicePaymentAdjustmentCashFlow scenario)Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentAdjustmentCashFlowState Modifier and Type Method Description static InvoicePaymentAdjustmentStateInvoicePaymentAdjustmentState. cash_flow(InvoicePaymentAdjustmentCashFlowState value)intInvoicePaymentAdjustmentCashFlowState. compareTo(InvoicePaymentAdjustmentCashFlowState other)booleanInvoicePaymentAdjustmentCashFlowState. equals(InvoicePaymentAdjustmentCashFlowState that)voidInvoicePaymentAdjustmentState. setCashFlow(InvoicePaymentAdjustmentCashFlowState value)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentAdjustmentCashFlowState Constructor Description InvoicePaymentAdjustmentCashFlowState(InvoicePaymentAdjustmentCashFlowState other)Performs a deep copy on other.