Uses of Class
dev.vality.damsel.domain.CashVolumeProduct
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of CashVolumeProduct in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return CashVolumeProduct Modifier and Type Method Description CashVolumeProductCashVolumeProduct. deepCopy()CashVolumeProductCashVolume. getProduct()static CashVolumeProductCashVolumeProduct. max_of(Set<CashVolume> value)static CashVolumeProductCashVolumeProduct. min_of(Set<CashVolume> value)static CashVolumeProductCashVolumeProduct. sum_of(Set<CashVolume> value)Methods in dev.vality.damsel.domain with parameters of type CashVolumeProduct Modifier and Type Method Description intCashVolumeProduct. compareTo(CashVolumeProduct other)booleanCashVolumeProduct. equals(CashVolumeProduct other)static CashVolumeCashVolume. product(CashVolumeProduct value)voidCashVolume. setProduct(CashVolumeProduct value)Constructors in dev.vality.damsel.domain with parameters of type CashVolumeProduct Constructor Description CashVolumeProduct(CashVolumeProduct other)