Uses of Class
dev.vality.damsel.domain.InvoiceAdjustmentPending
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoiceAdjustmentPending in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoiceAdjustmentPending Modifier and Type Method Description InvoiceAdjustmentPendingInvoiceAdjustmentPending. deepCopy()InvoiceAdjustmentPendingInvoiceAdjustmentStatus. getPending()Methods in dev.vality.damsel.domain with parameters of type InvoiceAdjustmentPending Modifier and Type Method Description intInvoiceAdjustmentPending. compareTo(InvoiceAdjustmentPending other)booleanInvoiceAdjustmentPending. equals(InvoiceAdjustmentPending that)static InvoiceAdjustmentStatusInvoiceAdjustmentStatus. pending(InvoiceAdjustmentPending value)voidInvoiceAdjustmentStatus. setPending(InvoiceAdjustmentPending value)Constructors in dev.vality.damsel.domain with parameters of type InvoiceAdjustmentPending Constructor Description InvoiceAdjustmentPending(InvoiceAdjustmentPending other)Performs a deep copy on other.