Uses of Class
dev.vality.damsel.domain.InvoiceAdjustmentProcessed
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoiceAdjustmentProcessed in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoiceAdjustmentProcessed Modifier and Type Method Description InvoiceAdjustmentProcessedInvoiceAdjustmentProcessed. deepCopy()InvoiceAdjustmentProcessedInvoiceAdjustmentStatus. getProcessed()Methods in dev.vality.damsel.domain with parameters of type InvoiceAdjustmentProcessed Modifier and Type Method Description intInvoiceAdjustmentProcessed. compareTo(InvoiceAdjustmentProcessed other)booleanInvoiceAdjustmentProcessed. equals(InvoiceAdjustmentProcessed that)static InvoiceAdjustmentStatusInvoiceAdjustmentStatus. processed(InvoiceAdjustmentProcessed value)voidInvoiceAdjustmentStatus. setProcessed(InvoiceAdjustmentProcessed value)Constructors in dev.vality.damsel.domain with parameters of type InvoiceAdjustmentProcessed Constructor Description InvoiceAdjustmentProcessed(InvoiceAdjustmentProcessed other)Performs a deep copy on other.