Uses of Class
dev.vality.damsel.accounter.Posting
| Package | Description |
|---|---|
| dev.vality.damsel.accounter |
-
Uses of Posting in dev.vality.damsel.accounter
Fields in dev.vality.damsel.accounter with type parameters of type Posting Modifier and Type Field Description List<Posting>PostingBatch. postingsMap<Posting,String>InvalidPostingParams. wrong_postingsMethods in dev.vality.damsel.accounter that return Posting Modifier and Type Method Description PostingPosting. deepCopy()PostingPosting. setAmount(long amount)PostingPosting. setCurrencySymCode(String currency_sym_code)PostingPosting. setDescription(String description)PostingPosting. setFromId(long from_id)PostingPosting. setToId(long to_id)Methods in dev.vality.damsel.accounter that return types with arguments of type Posting Modifier and Type Method Description List<Posting>PostingBatch. getPostings()Iterator<Posting>PostingBatch. getPostingsIterator()Map<Posting,String>InvalidPostingParams. getWrongPostings()Methods in dev.vality.damsel.accounter with parameters of type Posting Modifier and Type Method Description voidPostingBatch. addToPostings(Posting elem)intPosting. compareTo(Posting other)booleanPosting. equals(Posting that)voidInvalidPostingParams. putToWrongPostings(Posting key, String val)Method parameters in dev.vality.damsel.accounter with type arguments of type Posting Modifier and Type Method Description PostingBatchPostingBatch. setPostings(List<Posting> postings)InvalidPostingParamsInvalidPostingParams. setWrongPostings(Map<Posting,String> wrong_postings)Constructors in dev.vality.damsel.accounter with parameters of type Posting Constructor Description Posting(Posting other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.accounter with type arguments of type Posting Constructor Description InvalidPostingParams(Map<Posting,String> wrong_postings)PostingBatch(long id, List<Posting> postings)