Serialized Form


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

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

Serialized Fields

id

String id
The FAQ identifier.


question

String question
The question.


answer

String answer
The answer.

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

Serialized Fields

title

String title
The title name of this FAQ.


toplink

boolean toplink
Boolean to generate optionally [top] links.


parts

List<E> parts
Field parts.


modelEncoding

String modelEncoding
Field modelEncoding.

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

Serialized Fields

id

String id
The identifier of the part.


title

String title
The title of the FAQ part.


faqs

List<E> faqs
Field faqs.



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