|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.doxia.book.model.Chapter
public class Chapter
null
Constructor Summary | |
---|---|
Chapter()
|
Method Summary | |
---|---|
void |
addSection(Section section)
Method addSection |
boolean |
equals(java.lang.Object other)
Method equals |
java.lang.String |
getId()
Get Specifies the id of this chapter. |
java.lang.String |
getModelEncoding()
|
java.util.List |
getSections()
Method getSections |
java.lang.String |
getTitle()
Get Specifies the title of this chapter. |
int |
hashCode()
Method hashCode |
void |
removeSection(Section section)
Method removeSection |
void |
setId(java.lang.String id)
Set Specifies the id of this chapter. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setSections(java.util.List sections)
Set Specifies a collection of sections. |
void |
setTitle(java.lang.String title)
Set Specifies the title of this chapter. |
java.lang.String |
toString()
Method toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Chapter()
Method Detail |
---|
public void addSection(Section section)
section
- public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- public java.lang.String getId()
public java.util.List getSections()
public java.lang.String getTitle()
public int hashCode()
hashCode
in class java.lang.Object
public void removeSection(Section section)
section
- public void setId(java.lang.String id)
id
- public void setSections(java.util.List sections)
sections
- public void setTitle(java.lang.String title)
title
- public java.lang.String toString()
toString
in class java.lang.Object
public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |