blob: 6a5d02649c67e99e38bf950bb4201742cac2a1f0 [file] [log] [blame]
James Kuszmaul8e62b022022-03-22 09:33:25 -07001// automatically generated by the FlatBuffers compiler, do not modify
2
3import java.nio.*;
4import java.lang.*;
5import java.util.*;
6import com.google.flatbuffers.*;
7
8public class BookReaderT {
9 private int booksRead;
10
11 public int getBooksRead() { return booksRead; }
12
13 public void setBooksRead(int booksRead) { this.booksRead = booksRead; }
14
15
16 public BookReaderT() {
17 this.booksRead = 0;
18 }
19}
20