| // automatically generated by the FlatBuffers compiler, do not modify | |
| import java.nio.*; | |
| import java.lang.*; | |
| import java.util.*; | |
| import com.google.flatbuffers.*; | |
| public class BookReaderT { | |
| private int booksRead; | |
| public int getBooksRead() { return booksRead; } | |
| public void setBooksRead(int booksRead) { this.booksRead = booksRead; } | |
| public BookReaderT() { | |
| this.booksRead = 0; | |
| } | |
| } | |