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

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

public class Section
extends java.lang.Object
implements SectionContainer


Constructor Summary
Section()
           
 
Method Summary
 void addSection(Section section)
           
 java.lang.String getBookStorePath()
           
 long getBranchId()
           
 long getDocumentId()
           
 long getLanguageId()
           
 Section[] getSections()
           
 java.lang.String getTitle()
           
 java.lang.String getType()
           
 java.lang.String getVersion()
           
 org.outerx.daisy.x10Bookdef.SectionDocument.Section getXml()
           
 void setBookStorePath(java.lang.String bookStorePath)
           
 void setBranchId(long branchId)
           
 void setDocumentId(long documentId)
           
 void setLanguageId(long languageId)
           
 void setTitle(java.lang.String title)
           
 void setType(java.lang.String type)
           
 void setVersion(java.lang.String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Section

public Section()
Method Detail

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.