Uses of Class
dev.vality.damsel.domain.InvoiceCancelled
Packages that use InvoiceCancelled
-
Uses of InvoiceCancelled in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoiceCancelledModifier and TypeMethodDescriptionInvoiceCancelled.deepCopy()InvoiceStatus.getCancelled()InvoiceCancelled.setDetails(String details) Methods in dev.vality.damsel.domain with parameters of type InvoiceCancelledModifier and TypeMethodDescriptionstatic InvoiceStatusInvoiceStatus.cancelled(InvoiceCancelled value) intInvoiceCancelled.compareTo(InvoiceCancelled other) booleanInvoiceCancelled.equals(InvoiceCancelled that) voidInvoiceStatus.setCancelled(InvoiceCancelled value) Constructors in dev.vality.damsel.domain with parameters of type InvoiceCancelledModifierConstructorDescriptionInvoiceCancelled(InvoiceCancelled other) Performs a deep copy on other.