Class Faqs
- java.lang.Object
-
- org.apache.maven.doxia.module.fml.model.Faqs
-
- All Implemented Interfaces:
java.io.Serializable
public class Faqs extends java.lang.Object implements java.io.SerializableThe<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
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringmodelEncodingField modelEncoding.private java.util.List<Part>partsField parts.private java.lang.StringtitleThe title name of this FAQ.private booleantoplinkBoolean to generate optionally [top] links.
-
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(java.lang.Object other)Method equals.java.lang.StringgetModelEncoding()Get the modelEncoding field.java.util.List<Part>getParts()Method getParts.java.lang.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(java.lang.String modelEncoding)Set the modelEncoding field.voidsetParts(java.util.List<Part> parts)Set list of FAQ part.voidsetTitle(java.lang.String title)Set the title name of this FAQ.voidsetToplink(boolean toplink)Set boolean to generate optionally [top] links.java.lang.StringtoString()Method toString.
-
-
-
Field Detail
-
title
private java.lang.String title
The title name of this FAQ.
-
toplink
private boolean toplink
Boolean to generate optionally [top] links.
-
parts
private java.util.List<Part> parts
Field parts.
-
modelEncoding
private java.lang.String modelEncoding
Field modelEncoding.
-
-
Method Detail
-
addPart
public void addPart(Part part)
Method addPart.- Parameters:
part-
-
equals
public boolean equals(java.lang.Object other)
Method equals.- Overrides:
equalsin classjava.lang.Object- Parameters:
other-- Returns:
- boolean
-
getModelEncoding
public java.lang.String getModelEncoding()
Get the modelEncoding field.- Returns:
- String
-
getParts
public java.util.List<Part> getParts()
Method getParts.- Returns:
- List
-
getTitle
public java.lang.String getTitle()
Get the title name of this FAQ.- Returns:
- String
-
hashCode
public int hashCode()
Method hashCode.- Overrides:
hashCodein classjava.lang.Object- Returns:
- int
-
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(java.lang.String modelEncoding)
Set the modelEncoding field.- Parameters:
modelEncoding-
-
setParts
public void setParts(java.util.List<Part> parts)
Set list of FAQ part.- Parameters:
parts-
-
setTitle
public void setTitle(java.lang.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-
-
toString
public java.lang.String toString()
Method toString.- Overrides:
toStringin classjava.lang.Object- Returns:
- String
-
-