Uses of Class
dev.vality.damsel.domain.InvoiceAdjustmentCancelled
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoiceAdjustmentCancelled in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoiceAdjustmentCancelled Modifier and Type Method Description InvoiceAdjustmentCancelledInvoiceAdjustmentCancelled. deepCopy()InvoiceAdjustmentCancelledInvoiceAdjustmentStatus. getCancelled()InvoiceAdjustmentCancelledInvoiceAdjustmentCancelled. setAt(String at)Methods in dev.vality.damsel.domain with parameters of type InvoiceAdjustmentCancelled Modifier and Type Method Description static InvoiceAdjustmentStatusInvoiceAdjustmentStatus. cancelled(InvoiceAdjustmentCancelled value)intInvoiceAdjustmentCancelled. compareTo(InvoiceAdjustmentCancelled other)booleanInvoiceAdjustmentCancelled. equals(InvoiceAdjustmentCancelled that)voidInvoiceAdjustmentStatus. setCancelled(InvoiceAdjustmentCancelled value)Constructors in dev.vality.damsel.domain with parameters of type InvoiceAdjustmentCancelled Constructor Description InvoiceAdjustmentCancelled(InvoiceAdjustmentCancelled other)Performs a deep copy on other.