org.outerj.daisy.books.publisher.impl.bookmodel
Class Section
java.lang.Object
org.outerj.daisy.books.publisher.impl.bookmodel.Section
- All Implemented Interfaces:
- SectionContainer
public class Section
- extends java.lang.Object
- implements SectionContainer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Section
public Section()
getDocumentId
public long getDocumentId()
setDocumentId
public void setDocumentId(long documentId)
getBranchId
public long getBranchId()
setBranchId
public void setBranchId(long branchId)
getLanguageId
public long getLanguageId()
setLanguageId
public void setLanguageId(long languageId)
getVersion
public java.lang.String getVersion()
setVersion
public void setVersion(java.lang.String version)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
getBookStorePath
public java.lang.String getBookStorePath()
setBookStorePath
public void setBookStorePath(java.lang.String bookStorePath)
getTitle
public java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String title)
addSection
public void addSection(Section section)
- Specified by:
addSection in interface SectionContainer
getSections
public Section[] getSections()
- Specified by:
getSections in interface SectionContainer
getXml
public org.outerx.daisy.x10Bookdef.SectionDocument.Section getXml()
Copyright © -2006 . All Rights Reserved.