Uses of Class
dev.vality.damsel.base.TimeSpan
| Package | Description |
|---|---|
| dev.vality.damsel.base | |
| dev.vality.damsel.domain |
-
Uses of TimeSpan in dev.vality.damsel.base
Methods in dev.vality.damsel.base that return TimeSpan Modifier and Type Method Description TimeSpanTimeSpan. deepCopy()TimeSpanTimeSpan. setDays(short days)TimeSpanTimeSpan. setHours(short hours)TimeSpanTimeSpan. setMinutes(short minutes)TimeSpanTimeSpan. setMonths(short months)TimeSpanTimeSpan. setSeconds(short seconds)TimeSpanTimeSpan. setYears(short years)Methods in dev.vality.damsel.base with parameters of type TimeSpan Modifier and Type Method Description intTimeSpan. compareTo(TimeSpan other)booleanTimeSpan. equals(TimeSpan that)Constructors in dev.vality.damsel.base with parameters of type TimeSpan Constructor Description TimeSpan(TimeSpan other)Performs a deep copy on other. -
Uses of TimeSpan in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as TimeSpan Modifier and Type Field Description TimeSpanPayoutCompilationPolicy. assets_freeze_forTimeSpanBusinessSchedule. delayMethods in dev.vality.damsel.domain that return TimeSpan Modifier and Type Method Description TimeSpanPayoutCompilationPolicy. getAssetsFreezeFor()TimeSpanBusinessSchedule. getDelay()TimeSpanTimeSpanSelector. getValue()Methods in dev.vality.damsel.domain with parameters of type TimeSpan Modifier and Type Method Description PayoutCompilationPolicyPayoutCompilationPolicy. setAssetsFreezeFor(TimeSpan assets_freeze_for)BusinessScheduleBusinessSchedule. setDelay(TimeSpan delay)voidTimeSpanSelector. setValue(TimeSpan value)static TimeSpanSelectorTimeSpanSelector. value(TimeSpan value)Constructors in dev.vality.damsel.domain with parameters of type TimeSpan Constructor Description PayoutCompilationPolicy(TimeSpan assets_freeze_for)