Class 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

      Constructors 
      Constructor Description
      Faqs()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addPart​(Part part)
      Method addPart.
      boolean equals​(java.lang.Object other)
      Method equals.
      java.lang.String getModelEncoding()
      Get the modelEncoding field.
      java.util.List<Part> 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)
      Set the modelEncoding field.
      void setParts​(java.util.List<Part> 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 -
        Returns:
        boolean
      • getModelEncoding

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

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

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

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

        public void setModelEncoding​(java.lang.String modelEncoding)
        Set the modelEncoding field.
        Parameters:
        modelEncoding -
      • setParts

        public void setParts​(java.util.List<Part> 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
        Returns:
        String