Class Faqs
- java.lang.Object
-
- org.apache.maven.doxia.module.fml.model.Faqs
-
- All Implemented Interfaces:
Serializable
public class Faqs extends Object implements Serializable
The<faqs>element is the root of the FML descriptor. The following table lists all of the possible child elements.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Faqs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPart(Part part)Method addPart.booleanequals(Object other)Method equals.StringgetModelEncoding()Get the modelEncoding field.List<Part>getParts()Method getParts.StringgetTitle()Get the title name of this FAQ.inthashCode()Method hashCode.booleanisToplink()Get boolean to generate optionally [top] links.voidremovePart(Part part)Method removePart.voidsetModelEncoding(String modelEncoding)Set the modelEncoding field.voidsetParts(List<Part> parts)Set list of FAQ part.voidsetTitle(String title)Set the title name of this FAQ.voidsetToplink(boolean toplink)Set boolean to generate optionally [top] links.StringtoString()Method toString.
-
-
-
Method Detail
-
addPart
public void addPart(Part part)
Method addPart.- Parameters:
part-
-
equals
public boolean equals(Object other)
Method equals.
-
getModelEncoding
public String getModelEncoding()
Get the modelEncoding field.- Returns:
- String
-
getTitle
public String getTitle()
Get the title name of this FAQ.- Returns:
- String
-
isToplink
public boolean isToplink()
Get boolean to generate optionally [top] links.- Returns:
- boolean
-
removePart
public void removePart(Part part)
Method removePart.- Parameters:
part-
-
setModelEncoding
public void setModelEncoding(String modelEncoding)
Set the modelEncoding field.- Parameters:
modelEncoding-
-
setTitle
public void setTitle(String title)
Set the title name of this FAQ.- Parameters:
title-
-
setToplink
public void setToplink(boolean toplink)
Set boolean to generate optionally [top] links.- Parameters:
toplink-
-
-