Uses of Class
dev.vality.damsel.domain.CashVolumeShare
Packages that use CashVolumeShare
-
Uses of CashVolumeShare in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return CashVolumeShareModifier and TypeMethodDescriptionCashVolumeShare.deepCopy()CashVolume.getShare()CashVolumeShare.setOf(CashFlowConstant of) CashVolumeShare.setRoundingMethod(RoundingMethod rounding_method) Methods in dev.vality.damsel.domain with parameters of type CashVolumeShareModifier and TypeMethodDescriptionintCashVolumeShare.compareTo(CashVolumeShare other) booleanCashVolumeShare.equals(CashVolumeShare that) voidCashVolume.setShare(CashVolumeShare value) static CashVolumeCashVolume.share(CashVolumeShare value) Constructors in dev.vality.damsel.domain with parameters of type CashVolumeShareModifierConstructorDescriptionCashVolumeShare(CashVolumeShare other) Performs a deep copy on other.