Uses of Class
dev.vality.damsel.domain.CashVolume
Packages that use CashVolume
-
Uses of CashVolume in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as CashVolumeFields in dev.vality.damsel.domain with type parameters of type CashVolumeMethods in dev.vality.damsel.domain that return CashVolumeModifier and TypeMethodDescriptionCashVolume.deepCopy()static CashVolumeCashVolume.fixed(CashVolumeFixed value) CashFlowPosting.getVolume()static CashVolumeCashVolume.product(CashVolumeProduct value) static CashVolumeCashVolume.share(CashVolumeShare value) Methods in dev.vality.damsel.domain that return types with arguments of type CashVolumeModifier and TypeMethodDescriptionFees.getFees()CashVolumeProduct.getMaxOf()Максимальный из полученных объёмов.CashVolumeProduct.getMinOf()Минимальный из полученных объёмов.CashVolumeProduct.getSumOf()Сумма полученных объёмов.Methods in dev.vality.damsel.domain with parameters of type CashVolumeModifier and TypeMethodDescriptionintCashVolume.compareTo(CashVolume other) booleanCashVolume.equals(CashVolume other) voidFees.putToFees(CashFlowConstant key, CashVolume val) CashFlowPosting.setVolume(CashVolume volume) Method parameters in dev.vality.damsel.domain with type arguments of type CashVolumeModifier and TypeMethodDescriptionstatic CashVolumeProductCashVolumeProduct.max_of(Set<CashVolume> value) static CashVolumeProductCashVolumeProduct.min_of(Set<CashVolume> value) Fees.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 CashVolumeModifierConstructorDescriptionCashFlowPosting(CashFlowAccount source, CashFlowAccount destination, CashVolume volume) CashVolume(CashVolume other) Constructor parameters in dev.vality.damsel.domain with type arguments of type CashVolume