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

java.lang.Object
  extended by 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

Constructor Summary
Faqs()
           
 
Method Summary
 void addPart(Part part)
          Method addPart
 boolean equals(java.lang.Object other)
          Method equals
 java.lang.String getModelEncoding()
           
 java.util.List 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)
           
 void setParts(java.util.List 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
 
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(java.lang.Object other)
Method equals

Overrides:
equals in class java.lang.Object
Parameters:
other -

getParts

public java.util.List getParts()
Method getParts


getTitle

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


hashCode

public int hashCode()
Method hashCode

Overrides:
hashCode in class java.lang.Object

isToplink

public boolean isToplink()
Get Boolean to generate optionally [top] links.


removePart

public void removePart(Part part)
Method removePart

Parameters:
part -

setParts

public void setParts(java.util.List 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 class java.lang.Object

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.