Uses of Class
dev.vality.damsel.domain.Lifetime
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of Lifetime in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as Lifetime Modifier and Type Field Description LifetimeContractTemplate. valid_sinceLifetimeContractTemplate. valid_untilMethods in dev.vality.damsel.domain that return Lifetime Modifier and Type Method Description LifetimeLifetime. deepCopy()LifetimeContractTemplate. getValidSince()LifetimeContractTemplate. getValidUntil()LifetimeLifetimeSelector. getValue()static LifetimeLifetime. interval(LifetimeInterval value)static LifetimeLifetime. timestamp(String value)Methods in dev.vality.damsel.domain with parameters of type Lifetime Modifier and Type Method Description intLifetime. compareTo(Lifetime other)booleanLifetime. equals(Lifetime other)ContractTemplateContractTemplate. setValidSince(Lifetime valid_since)ContractTemplateContractTemplate. setValidUntil(Lifetime valid_until)voidLifetimeSelector. setValue(Lifetime value)static LifetimeSelectorLifetimeSelector. value(Lifetime value)Constructors in dev.vality.damsel.domain with parameters of type Lifetime Constructor Description Lifetime(Lifetime other)