Set the number of pages in the book. @param numPages The numPages to set.
(int numPages)
| 144 | * @param numPages The numPages to set. |
| 145 | */ |
| 146 | public final void setNumPages(int numPages) |
| 147 | { |
| 148 | this.numPages = numPages; |
| 149 | } |
| 150 | |
| 151 | /** |
| 152 | * Get the pageFormula |
no outgoing calls