|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.book.model.BookModel
public class BookModel
Describes the book layout and packaging.
| Constructor Summary | |
|---|---|
BookModel()
|
|
| Method Summary | |
|---|---|
void |
addChapter(Chapter chapter)
Method addChapter. |
boolean |
equals(Object other)
Method equals. |
String |
getAuthor()
Get specifies the author of this book. |
List<Chapter> |
getChapters()
Method getChapters. |
String |
getDate()
Get specifies the date of this book. |
String |
getId()
Get specifies the id of this book. |
String |
getModelEncoding()
Get the modelEncoding field. |
String |
getTitle()
Get specifies the title of this book. |
int |
hashCode()
Method hashCode. |
void |
removeChapter(Chapter chapter)
Method removeChapter. |
void |
setAuthor(String author)
Set specifies the author of this book. |
void |
setChapters(List<Chapter> chapters)
Set specifies a collection of chapters. |
void |
setDate(String date)
Set specifies the date of this book. |
void |
setId(String id)
Set specifies the id of this book. |
void |
setModelEncoding(String modelEncoding)
Set the modelEncoding field. |
void |
setTitle(String title)
Set specifies the title of this book. |
String |
toString()
Method toString. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BookModel()
| Method Detail |
|---|
public void addChapter(Chapter chapter)
chapter - public boolean equals(Object other)
equals in class Objectother -
public String getAuthor()
public List<Chapter> getChapters()
public String getDate()
public String getId()
public String getModelEncoding()
public String getTitle()
public int hashCode()
hashCode in class Objectpublic void removeChapter(Chapter chapter)
chapter - public void setAuthor(String author)
author - public void setChapters(List<Chapter> chapters)
chapters - public void setDate(String date)
date - public void setId(String id)
id - public void setModelEncoding(String modelEncoding)
modelEncoding - public void setTitle(String title)
title - public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||