Uses of Class
dev.vality.damsel.domain.InvoiceFulfilled
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoiceFulfilled in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoiceFulfilled Modifier and Type Method Description InvoiceFulfilledInvoiceFulfilled. deepCopy()InvoiceFulfilledInvoiceStatus. getFulfilled()InvoiceFulfilledInvoiceFulfilled. setDetails(String details)Methods in dev.vality.damsel.domain with parameters of type InvoiceFulfilled Modifier and Type Method Description intInvoiceFulfilled. compareTo(InvoiceFulfilled other)booleanInvoiceFulfilled. equals(InvoiceFulfilled that)static InvoiceStatusInvoiceStatus. fulfilled(InvoiceFulfilled value)voidInvoiceStatus. setFulfilled(InvoiceFulfilled value)Constructors in dev.vality.damsel.domain with parameters of type InvoiceFulfilled Constructor Description InvoiceFulfilled(InvoiceFulfilled other)Performs a deep copy on other.