Class Faqs
java.lang.Object
org.apache.maven.doxia.module.fml.model.Faqs
- All Implemented Interfaces:
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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidMethod addPart.booleanMethod equals.Get the modelEncoding field.getParts()Method getParts.getTitle()Get the title name of this FAQ.inthashCode()Method hashCode.booleanGet boolean to generate optionally [top] links.voidremovePart(Part part) Method removePart.voidsetModelEncoding(String modelEncoding) Set the modelEncoding field.voidSet list of FAQ part.voidSet the title name of this FAQ.voidsetToplink(boolean toplink) Set boolean to generate optionally [top] links.toString()Method toString.
-
Field Details
-
title
The title name of this FAQ. -
toplink
private boolean toplinkBoolean to generate optionally [top] links. -
parts
Field parts. -
modelEncoding
Field modelEncoding.
-
-
Constructor Details
-
Faqs
public Faqs()
-
-
Method Details
-
addPart
Method addPart.- Parameters:
part- a part object.
-
equals
Method equals. -
getModelEncoding
Get the modelEncoding field.- Returns:
- String
-
getParts
Method getParts.- Returns:
- List
-
getTitle
Get the title name of this FAQ.- Returns:
- String
-
hashCode
public int hashCode()Method hashCode. -
isToplink
public boolean isToplink()Get boolean to generate optionally [top] links.- Returns:
- boolean
-
removePart
Method removePart.- Parameters:
part- a part object.
-
setModelEncoding
Set the modelEncoding field.- Parameters:
modelEncoding- a modelEncoding object.
-
setParts
Set list of FAQ part.- Parameters:
parts- a parts object.
-
setTitle
Set the title name of this FAQ.- Parameters:
title- a title object.
-
setToplink
public void setToplink(boolean toplink) Set boolean to generate optionally [top] links.- Parameters:
toplink- a toplink object.
-
toString
Method toString.
-