Uses of Class
dev.vality.damsel.domain.InvoiceAmountMutation
Packages that use InvoiceAmountMutation
-
Uses of InvoiceAmountMutation in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoiceAmountMutationModifier and TypeMethodDescriptionInvoiceAmountMutation.deepCopy()InvoiceMutation.getAmount()InvoiceAmountMutation.setMutated(long mutated) InvoiceAmountMutation.setOriginal(long original) Methods in dev.vality.damsel.domain with parameters of type InvoiceAmountMutationModifier and TypeMethodDescriptionstatic InvoiceMutationInvoiceMutation.amount(InvoiceAmountMutation value) intInvoiceAmountMutation.compareTo(InvoiceAmountMutation other) booleanInvoiceAmountMutation.equals(InvoiceAmountMutation that) voidInvoiceMutation.setAmount(InvoiceAmountMutation value) Constructors in dev.vality.damsel.domain with parameters of type InvoiceAmountMutationModifierConstructorDescriptionPerforms a deep copy on other.