Uses of Class
dev.vality.damsel.domain.CashVolumeFixed
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of CashVolumeFixed in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return CashVolumeFixed Modifier and Type Method Description CashVolumeFixedCashVolumeFixed. deepCopy()CashVolumeFixedCashVolume. getFixed()CashVolumeFixedCashVolumeFixed. setCash(Cash cash)Methods in dev.vality.damsel.domain with parameters of type CashVolumeFixed Modifier and Type Method Description intCashVolumeFixed. compareTo(CashVolumeFixed other)booleanCashVolumeFixed. equals(CashVolumeFixed that)static CashVolumeCashVolume. fixed(CashVolumeFixed value)voidCashVolume. setFixed(CashVolumeFixed value)Constructors in dev.vality.damsel.domain with parameters of type CashVolumeFixed Constructor Description CashVolumeFixed(CashVolumeFixed other)Performs a deep copy on other.