Uses of Class
dev.vality.damsel.accounter.PostingBatch
| Package | Description |
|---|---|
| dev.vality.damsel.accounter |
-
Uses of PostingBatch in dev.vality.damsel.accounter
Fields in dev.vality.damsel.accounter declared as PostingBatch Modifier and Type Field Description PostingBatchPostingPlanChange. batchFields in dev.vality.damsel.accounter with type parameters of type PostingBatch Modifier and Type Field Description List<PostingBatch>PostingPlan. batch_listMethods in dev.vality.damsel.accounter that return PostingBatch Modifier and Type Method Description PostingBatchPostingBatch. deepCopy()PostingBatchPostingPlanChange. getBatch()PostingBatchPostingBatch. setId(long id)PostingBatchPostingBatch. setPostings(List<Posting> postings)Methods in dev.vality.damsel.accounter that return types with arguments of type PostingBatch Modifier and Type Method Description List<PostingBatch>PostingPlan. getBatchList()Iterator<PostingBatch>PostingPlan. getBatchListIterator()Methods in dev.vality.damsel.accounter with parameters of type PostingBatch Modifier and Type Method Description voidPostingPlan. addToBatchList(PostingBatch elem)intPostingBatch. compareTo(PostingBatch other)booleanPostingBatch. equals(PostingBatch that)PostingPlanChangePostingPlanChange. setBatch(PostingBatch batch)Method parameters in dev.vality.damsel.accounter with type arguments of type PostingBatch Modifier and Type Method Description PostingPlanPostingPlan. setBatchList(List<PostingBatch> batch_list)Constructors in dev.vality.damsel.accounter with parameters of type PostingBatch Constructor Description PostingBatch(PostingBatch other)Performs a deep copy on other.PostingPlanChange(String id, PostingBatch batch)Constructor parameters in dev.vality.damsel.accounter with type arguments of type PostingBatch Constructor Description PostingPlan(String id, List<PostingBatch> batch_list)