Uses of Class
dev.vality.damsel.domain.CashFlowPosting
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of CashFlowPosting in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return CashFlowPosting Modifier and Type Method Description CashFlowPostingCashFlowPosting. deepCopy()CashFlowPostingCashFlowPosting. setDestination(CashFlowAccount destination)CashFlowPostingCashFlowPosting. setDetails(String details)CashFlowPostingCashFlowPosting. setSource(CashFlowAccount source)CashFlowPostingCashFlowPosting. setVolume(CashVolume volume)Methods in dev.vality.damsel.domain that return types with arguments of type CashFlowPosting Modifier and Type Method Description List<CashFlowPosting>CashFlowSelector. getValue()Methods in dev.vality.damsel.domain with parameters of type CashFlowPosting Modifier and Type Method Description intCashFlowPosting. compareTo(CashFlowPosting other)booleanCashFlowPosting. equals(CashFlowPosting that)Method parameters in dev.vality.damsel.domain with type arguments of type CashFlowPosting Modifier and Type Method Description voidCashFlowSelector. setValue(List<CashFlowPosting> value)static CashFlowSelectorCashFlowSelector. value(List<CashFlowPosting> value)Constructors in dev.vality.damsel.domain with parameters of type CashFlowPosting Constructor Description CashFlowPosting(CashFlowPosting other)Performs a deep copy on other.