Uses of Class
dev.vality.damsel.domain.InvoicePaymentAdjustmentProcessed
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaymentAdjustmentProcessed in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentAdjustmentProcessed Modifier and Type Method Description InvoicePaymentAdjustmentProcessedInvoicePaymentAdjustmentProcessed. deepCopy()InvoicePaymentAdjustmentProcessedInvoicePaymentAdjustmentStatus. getProcessed()Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentAdjustmentProcessed Modifier and Type Method Description intInvoicePaymentAdjustmentProcessed. compareTo(InvoicePaymentAdjustmentProcessed other)booleanInvoicePaymentAdjustmentProcessed. equals(InvoicePaymentAdjustmentProcessed that)static InvoicePaymentAdjustmentStatusInvoicePaymentAdjustmentStatus. processed(InvoicePaymentAdjustmentProcessed value)voidInvoicePaymentAdjustmentStatus. setProcessed(InvoicePaymentAdjustmentProcessed value)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentAdjustmentProcessed Constructor Description InvoicePaymentAdjustmentProcessed(InvoicePaymentAdjustmentProcessed other)Performs a deep copy on other.