Serialized Form


Package org.apache.maven.doxia.module.fml.model

Class org.apache.maven.doxia.module.fml.model.Faq extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id
The FAQ identifier.


question

java.lang.String question
The question.


answer

java.lang.String answer
The answer.

Class org.apache.maven.doxia.module.fml.model.Faqs extends java.lang.Object implements Serializable

Serialized Fields

title

java.lang.String title
The title name of this FAQ.


toplink

boolean toplink
Boolean to generate optionally [top] links.


parts

java.util.List<E> parts
Field parts.


modelEncoding

java.lang.String modelEncoding
Field modelEncoding.

Class org.apache.maven.doxia.module.fml.model.Part extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id
The identifier of the part.


title

java.lang.String title
The title of the FAQ part.


faqs

java.util.List<E> faqs
Field faqs.



Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.