Uses of Class
dev.vality.damsel.domain.AccounterClock
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing |
-
Uses of AccounterClock in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return AccounterClock Modifier and Type Method Description AccounterClockAccounterClock. deepCopy()static AccounterClockAccounterClock. vector(VectorClock value)Methods in dev.vality.damsel.domain with parameters of type AccounterClock Modifier and Type Method Description intAccounterClock. compareTo(AccounterClock other)booleanAccounterClock. equals(AccounterClock other)Constructors in dev.vality.damsel.domain with parameters of type AccounterClock Constructor Description AccounterClock(AccounterClock other) -
Uses of AccounterClock in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as AccounterClock Modifier and Type Field Description AccounterClockInvoicePaymentClockUpdate. clockMethods in dev.vality.damsel.payment_processing that return AccounterClock Modifier and Type Method Description AccounterClockInvoicePaymentClockUpdate. getClock()Methods in dev.vality.damsel.payment_processing with parameters of type AccounterClock Modifier and Type Method Description InvoicePaymentClockUpdateInvoicePaymentClockUpdate. setClock(AccounterClock clock)Constructors in dev.vality.damsel.payment_processing with parameters of type AccounterClock Constructor Description InvoicePaymentClockUpdate(AccounterClock clock)