java.lang.Object
org.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:
  • Field Details

    • title

      private String title
      The title name of this FAQ.
    • parts

      private List<Part> parts
      Field parts.
    • modelEncoding

      private String modelEncoding
      Field modelEncoding.
  • Constructor Details

    • Faqs

      public Faqs()
  • Method Details

    • addPart

      public void addPart(Part part)
      Method addPart.
      Parameters:
      part - a part object.
    • equals

      public boolean equals(Object other)
      Method equals.
      Overrides:
      equals in class Object
      Parameters:
      other - a other object.
      Returns:
      boolean
    • getModelEncoding

      public String getModelEncoding()
      Get the modelEncoding field.
      Returns:
      String
    • getParts

      public List<Part> getParts()
      Method getParts.
      Returns:
      List
    • getTitle

      public String getTitle()
      Get the title name of this FAQ.
      Returns:
      String
    • hashCode

      public int hashCode()
      Method hashCode.
      Overrides:
      hashCode in class 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 - a part object.
    • setModelEncoding

      public void setModelEncoding(String modelEncoding)
      Set the modelEncoding field.
      Parameters:
      modelEncoding - a modelEncoding object.
    • setParts

      public void setParts(List<Part> parts)
      Set list of FAQ part.
      Parameters:
      parts - a parts object.
    • setTitle

      public void setTitle(String title)
      Set the title name of this FAQ.
      Parameters:
      title - a title object.
    • setToplink

      public void setToplink(boolean toplink)
      Set boolean to generate optionally [top] links.
      Parameters:
      toplink - a toplink object.
    • toString

      public String toString()
      Method toString.
      Overrides:
      toString in class Object
      Returns:
      String