|
||||||||||
| 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
public class 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(java.lang.Object other)
Method equals. |
java.lang.String |
getModelEncoding()
Method getModelEncoding. |
java.util.List |
getParts()
Method getParts. |
java.lang.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(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model. |
void |
setParts(java.util.List parts)
Set List of FAQ part. |
void |
setTitle(java.lang.String title)
Set The title name of this FAQ. |
void |
setToplink(boolean toplink)
Set Boolean to generate optionally [top] links. |
java.lang.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(java.lang.Object other)
equals in class java.lang.Objectother -
public java.lang.String getModelEncoding()
public java.util.List getParts()
public java.lang.String getTitle()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean isToplink()
public void removePart(Part part)
part - public void setModelEncoding(java.lang.String modelEncoding)
modelEncoding - public void setParts(java.util.List parts)
parts - public void setTitle(java.lang.String title)
title - public void setToplink(boolean toplink)
toplink - public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||