Uses of Class
dev.vality.damsel.domain.LifetimeInterval
Packages that use LifetimeInterval
-
Uses of LifetimeInterval in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as LifetimeIntervalMethods in dev.vality.damsel.domain that return LifetimeIntervalModifier and TypeMethodDescriptionLifetimeInterval.deepCopy()Lifetime.getInterval()InvoiceTemplate.getInvoiceLifetime()LifetimeInterval.setDays(short days) LifetimeInterval.setHours(short hours) LifetimeInterval.setMinutes(short minutes) LifetimeInterval.setMonths(short months) LifetimeInterval.setSeconds(short seconds) LifetimeInterval.setYears(short years) Methods in dev.vality.damsel.domain with parameters of type LifetimeIntervalModifier and TypeMethodDescriptionintLifetimeInterval.compareTo(LifetimeInterval other) booleanLifetimeInterval.equals(LifetimeInterval that) static LifetimeLifetime.interval(LifetimeInterval value) voidLifetime.setInterval(LifetimeInterval value) InvoiceTemplate.setInvoiceLifetime(LifetimeInterval invoice_lifetime) Constructors in dev.vality.damsel.domain with parameters of type LifetimeIntervalModifierConstructorDescriptionInvoiceTemplate(String id, String owner_id, String shop_id, LifetimeInterval invoice_lifetime, String product, InvoiceTemplateDetails details) LifetimeInterval(LifetimeInterval other) Performs a deep copy on other. -
Uses of LifetimeInterval in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as LifetimeIntervalModifier and TypeFieldDescriptionInvoiceTemplateCreateParams.invoice_lifetimeInvoiceTemplateUpdateParams.invoice_lifetimeMethods in dev.vality.damsel.payment_processing that return LifetimeIntervalModifier and TypeMethodDescriptionInvoiceTemplateCreateParams.getInvoiceLifetime()InvoiceTemplateUpdateParams.getInvoiceLifetime()Methods in dev.vality.damsel.payment_processing with parameters of type LifetimeIntervalModifier and TypeMethodDescriptionInvoiceTemplateCreateParams.setInvoiceLifetime(LifetimeInterval invoice_lifetime) InvoiceTemplateUpdateParams.setInvoiceLifetime(LifetimeInterval invoice_lifetime) Constructors in dev.vality.damsel.payment_processing with parameters of type LifetimeIntervalModifierConstructorDescriptionInvoiceTemplateCreateParams(String template_id, String party_id, String shop_id, LifetimeInterval invoice_lifetime, String product, InvoiceTemplateDetails details, Content context)