Uses of Class
dev.vality.fistful.cashflow.FinalCashFlowPosting
| Package | Description |
|---|---|
| dev.vality.fistful.cashflow |
-
Uses of FinalCashFlowPosting in dev.vality.fistful.cashflow
Fields in dev.vality.fistful.cashflow with type parameters of type FinalCashFlowPosting Modifier and Type Field Description List<FinalCashFlowPosting>FinalCashFlow. postingsMethods in dev.vality.fistful.cashflow that return FinalCashFlowPosting Modifier and Type Method Description FinalCashFlowPostingFinalCashFlowPosting. deepCopy()FinalCashFlowPostingFinalCashFlowPosting. setDestination(FinalCashFlowAccount destination)FinalCashFlowPostingFinalCashFlowPosting. setDetails(String details)FinalCashFlowPostingFinalCashFlowPosting. setSource(FinalCashFlowAccount source)FinalCashFlowPostingFinalCashFlowPosting. setVolume(Cash volume)Methods in dev.vality.fistful.cashflow that return types with arguments of type FinalCashFlowPosting Modifier and Type Method Description List<FinalCashFlowPosting>FinalCashFlow. getPostings()Iterator<FinalCashFlowPosting>FinalCashFlow. getPostingsIterator()Methods in dev.vality.fistful.cashflow with parameters of type FinalCashFlowPosting Modifier and Type Method Description voidFinalCashFlow. addToPostings(FinalCashFlowPosting elem)intFinalCashFlowPosting. compareTo(FinalCashFlowPosting other)booleanFinalCashFlowPosting. equals(FinalCashFlowPosting that)Method parameters in dev.vality.fistful.cashflow with type arguments of type FinalCashFlowPosting Modifier and Type Method Description FinalCashFlowFinalCashFlow. setPostings(List<FinalCashFlowPosting> postings)Constructors in dev.vality.fistful.cashflow with parameters of type FinalCashFlowPosting Constructor Description FinalCashFlowPosting(FinalCashFlowPosting other)Performs a deep copy on other.Constructor parameters in dev.vality.fistful.cashflow with type arguments of type FinalCashFlowPosting Constructor Description FinalCashFlow(List<FinalCashFlowPosting> postings)