Uses of Class
dev.vality.damsel.domain.CashFlowPosting
Packages that use CashFlowPosting
-
Uses of CashFlowPosting in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return CashFlowPostingModifier and TypeMethodDescriptionCashFlowPosting.deepCopy()CashFlowPosting.setDestination(CashFlowAccount destination) CashFlowPosting.setDetails(String details) CashFlowPosting.setSource(CashFlowAccount source) CashFlowPosting.setVolume(CashVolume volume) Methods in dev.vality.damsel.domain that return types with arguments of type CashFlowPostingMethods in dev.vality.damsel.domain with parameters of type CashFlowPostingModifier and TypeMethodDescriptionintCashFlowPosting.compareTo(CashFlowPosting other) booleanCashFlowPosting.equals(CashFlowPosting that) Method parameters in dev.vality.damsel.domain with type arguments of type CashFlowPostingModifier and TypeMethodDescriptionvoidCashFlowSelector.setValue(List<CashFlowPosting> value) static CashFlowSelectorCashFlowSelector.value(List<CashFlowPosting> value) Constructors in dev.vality.damsel.domain with parameters of type CashFlowPostingModifierConstructorDescriptionCashFlowPosting(CashFlowPosting other) Performs a deep copy on other.