Class BatchList

java.lang.Object
example.app.entitylist.EntityList<Batch>
example.app.entitylist.BatchList

public class BatchList extends EntityList<Batch>

Class BatchList

This class represents a list of batches. It extends the EntityList class. It creates an abstraction for doing FileDatabase related operations that is related to batches. It also provides some other methods that is related to a batch list but not necessarily to a particular batch.