Uses of Class
dev.vality.damsel.domain.CashVolume
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of CashVolume in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as CashVolume Modifier and Type Field Description CashVolumeCashFlowPosting. volumeFields in dev.vality.damsel.domain with type parameters of type CashVolume Modifier and Type Field Description Map<CashFlowConstant,CashVolume>Fees. feesMethods in dev.vality.damsel.domain that return CashVolume Modifier and Type Method Description CashVolumeCashVolume. deepCopy()static CashVolumeCashVolume. fixed(CashVolumeFixed value)CashVolumeCashFlowPosting. getVolume()static CashVolumeCashVolume. product(CashVolumeProduct value)static CashVolumeCashVolume. share(CashVolumeShare value)Methods in dev.vality.damsel.domain that return types with arguments of type CashVolume Modifier and Type Method Description Map<CashFlowConstant,CashVolume>Fees. getFees()Set<CashVolume>CashVolumeProduct. getMaxOf()Максимальный из полученных объёмов.Set<CashVolume>CashVolumeProduct. getMinOf()Минимальный из полученных объёмов.Set<CashVolume>CashVolumeProduct. getSumOf()Сумма полученных объёмов.Methods in dev.vality.damsel.domain with parameters of type CashVolume Modifier and Type Method Description intCashVolume. compareTo(CashVolume other)booleanCashVolume. equals(CashVolume other)voidFees. putToFees(CashFlowConstant key, CashVolume val)CashFlowPostingCashFlowPosting. setVolume(CashVolume volume)Method parameters in dev.vality.damsel.domain with type arguments of type CashVolume Modifier and Type Method Description static CashVolumeProductCashVolumeProduct. max_of(Set<CashVolume> value)static CashVolumeProductCashVolumeProduct. min_of(Set<CashVolume> value)FeesFees. setFees(Map<CashFlowConstant,CashVolume> fees)voidCashVolumeProduct. setMaxOf(Set<CashVolume> value)Максимальный из полученных объёмов.voidCashVolumeProduct. setMinOf(Set<CashVolume> value)Минимальный из полученных объёмов.voidCashVolumeProduct. setSumOf(Set<CashVolume> value)Сумма полученных объёмов.static CashVolumeProductCashVolumeProduct. sum_of(Set<CashVolume> value)Constructors in dev.vality.damsel.domain with parameters of type CashVolume Constructor Description CashFlowPosting(CashFlowAccount source, CashFlowAccount destination, CashVolume volume)CashVolume(CashVolume other)Constructor parameters in dev.vality.damsel.domain with type arguments of type CashVolume Constructor Description Fees(Map<CashFlowConstant,CashVolume> fees)