Uses of Class
dev.vality.damsel.domain.InvoiceAdjustmentState
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoiceAdjustmentState in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as InvoiceAdjustmentState Modifier and Type Field Description InvoiceAdjustmentStateInvoiceAdjustment. stateMethods in dev.vality.damsel.domain that return InvoiceAdjustmentState Modifier and Type Method Description InvoiceAdjustmentStateInvoiceAdjustmentState. deepCopy()InvoiceAdjustmentStateInvoiceAdjustment. getState()static InvoiceAdjustmentStateInvoiceAdjustmentState. status_change(InvoiceAdjustmentStatusChangeState value)Methods in dev.vality.damsel.domain with parameters of type InvoiceAdjustmentState Modifier and Type Method Description intInvoiceAdjustmentState. compareTo(InvoiceAdjustmentState other)booleanInvoiceAdjustmentState. equals(InvoiceAdjustmentState other)InvoiceAdjustmentInvoiceAdjustment. setState(InvoiceAdjustmentState state)Constructors in dev.vality.damsel.domain with parameters of type InvoiceAdjustmentState Constructor Description InvoiceAdjustmentState(InvoiceAdjustmentState other)