org.outerj.daisy.books.publisher.impl.bookmodel
Class Book

java.lang.Object
  extended by org.outerj.daisy.books.publisher.impl.bookmodel.Book
All Implemented Interfaces:
SectionContainer

public class Book
extends java.lang.Object
implements SectionContainer


Constructor Summary
Book()
           
 
Method Summary
 void addSection(Section section)
           
 Section[] getSections()
           
 void store(java.io.OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Book

public Book()
Method Detail

addSection

public void addSection(Section section)
Specified by:
addSection in interface SectionContainer

getSections

public Section[] getSections()
Specified by:
getSections in interface SectionContainer

store

public void store(java.io.OutputStream os)
           throws java.io.IOException
Throws:
java.io.IOException


Copyright © -2006 . All Rights Reserved.