Uses of Class
dev.vality.damsel.accounter.PostingBatch
Packages that use PostingBatch
-
Uses of PostingBatch in dev.vality.damsel.accounter
Fields in dev.vality.damsel.accounter declared as PostingBatchFields in dev.vality.damsel.accounter with type parameters of type PostingBatchMethods in dev.vality.damsel.accounter that return PostingBatchModifier and TypeMethodDescriptionPostingBatch.deepCopy()PostingPlanChange.getBatch()PostingBatch.setId(long id) PostingBatch.setPostings(List<Posting> postings) Methods in dev.vality.damsel.accounter that return types with arguments of type PostingBatchMethods in dev.vality.damsel.accounter with parameters of type PostingBatchModifier and TypeMethodDescriptionvoidPostingPlan.addToBatchList(PostingBatch elem) intPostingBatch.compareTo(PostingBatch other) booleanPostingBatch.equals(PostingBatch that) PostingPlanChange.setBatch(PostingBatch batch) Method parameters in dev.vality.damsel.accounter with type arguments of type PostingBatchConstructors in dev.vality.damsel.accounter with parameters of type PostingBatchModifierConstructorDescriptionPostingBatch(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