Uses of Class
dev.vality.damsel.domain.InvoiceFulfilled
Packages that use InvoiceFulfilled
-
Uses of InvoiceFulfilled in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoiceFulfilledModifier and TypeMethodDescriptionInvoiceFulfilled.deepCopy()InvoiceStatus.getFulfilled()InvoiceFulfilled.setDetails(String details) Methods in dev.vality.damsel.domain with parameters of type InvoiceFulfilledModifier and TypeMethodDescriptionintInvoiceFulfilled.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 InvoiceFulfilledModifierConstructorDescriptionInvoiceFulfilled(InvoiceFulfilled other) Performs a deep copy on other.