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.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
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
modelEncoding
Field modelEncoding.private java.util.List<Part>
parts
Field parts.private java.lang.String
title
The title name of this FAQ.private boolean
toplink
Boolean to generate optionally [top] links.
-
Constructor Summary
Constructors Constructor Description Faqs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPart(Part part)
Method addPart.boolean
equals(java.lang.Object other)
Method equals.java.lang.String
getModelEncoding()
Get the modelEncoding field.java.util.List<Part>
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 the modelEncoding field.void
setParts(java.util.List<Part> 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.
-
-
-
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:
equals
in 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:
hashCode
in 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:
toString
in classjava.lang.Object
- Returns:
- String
-
-