class RowContainer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.io.File |
file |
private int |
pages |
Constructor and Description |
---|
RowContainer(java.io.File file)
RowContainer
|
Modifier and Type | Method and Description |
---|---|
java.io.File |
getFile() |
int |
getPages() |
void |
setFile(java.io.File file) |
void |
setPages(int pages) |