org.apache.maven.doxia.module.fml.model
Class Faqs

java.lang.Object
  extended byorg.apache.maven.doxia.module.fml.model.Faqs
All Implemented Interfaces:
Serializable

public class Faqs
extends Object
implements 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

Constructor Summary
Faqs()
           
 
Method Summary
 void addPart(Part part)
          Method addPart.
 boolean equals(Object other)
          Method equals.
 String getModelEncoding()
           
 List getParts()
          Method getParts.
 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(String modelEncoding)
          Set an encoding used for reading/writing the model.
 void setParts(List parts)
          Set List of FAQ part.
 void setTitle(String title)
          Set The title name of this FAQ.
 void setToplink(boolean toplink)
          Set Boolean to generate optionally [top] links.
 String toString()
          Method toString.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Faqs

public Faqs()
Method Detail

addPart

public void addPart(Part part)
Method addPart.

Parameters:
part -

equals

public boolean equals(Object other)
Method equals.

Parameters:
other -
Returns:
boolean

getParts

public List getParts()
Method getParts.

Returns:
java.util.List

getTitle

public String getTitle()
Get The title name of this FAQ.

Returns:
String

hashCode

public int hashCode()
Method hashCode.

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 -

setParts

public void setParts(List parts)
Set List of FAQ part.

Parameters:
parts -

setTitle

public void setTitle(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 String toString()
Method toString.

Returns:
java.lang.String

setModelEncoding

public void setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model.

Parameters:
modelEncoding - the encoding used when reading/writing the model.

getModelEncoding

public String getModelEncoding()
Returns:
the current encoding used when reading/writing this model.


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.