|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.doxia.module.fml.model.Faqs
The <faqs> element is the root of
the FML descriptor.
The following table lists all of the possible child
elements.
| Constructor Summary | |
Faqs()
|
|
| Method Summary | |
void |
addPart(Part part)
Method addPart. |
boolean |
equals(Object other)
Method equals. |
String |
getModelEncoding()
|
List |
getParts()
Method getParts. |
String |
getTitle()
Get The title name of this FAQ. |
int |
hashCode()
Method hashCode. |
boolean |
isToplink()
Get Boolean to generate optionally [top] links. |
void |
removePart(Part part)
Method removePart. |
void |
setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model. |
void |
setParts(List parts)
Set List of FAQ part. |
void |
setTitle(String title)
Set The title name of this FAQ. |
void |
setToplink(boolean toplink)
Set Boolean to generate optionally [top] links. |
String |
toString()
Method toString. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Faqs()
| Method Detail |
public void addPart(Part part)
part - public boolean equals(Object other)
other -
public List getParts()
public String getTitle()
public int hashCode()
public boolean isToplink()
public void removePart(Part part)
part - public void setParts(List parts)
parts - public void setTitle(String title)
title - public void setToplink(boolean toplink)
toplink - public String toString()
public void setModelEncoding(String modelEncoding)
modelEncoding - the encoding used when reading/writing the model.public String getModelEncoding()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||