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

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

public class Part
extends Object
implements Serializable

FAQ part.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Part()
           
 
Method Summary
 void addFaq(Faq faq)
          Method addFaq
 boolean equals(Object other)
          Method equals
 List getFaqs()
          Method getFaqs
 String getId()
          Get The identifier of the part.
 String getModelEncoding()
           
 String getTitle()
          Get The title of the FAQ part.
 int hashCode()
          Method hashCode
 void removeFaq(Faq faq)
          Method removeFaq
 void setFaqs(List faqs)
          Set A list of FAQ.
 void setId(String id)
          Set The identifier of the part.
 void setModelEncoding(String modelEncoding)
           
 void setTitle(String title)
          Set The title of the FAQ part.
 String toString()
          Method toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Part

public Part()
Method Detail

addFaq

public void addFaq(Faq faq)
Method addFaq

Parameters:
faq -

equals

public boolean equals(Object other)
Method equals

Parameters:
other -

getFaqs

public List getFaqs()
Method getFaqs


getId

public String getId()
Get The identifier of the part.


getTitle

public String getTitle()
Get The title of the FAQ part.


hashCode

public int hashCode()
Method hashCode


removeFaq

public void removeFaq(Faq faq)
Method removeFaq

Parameters:
faq -

setFaqs

public void setFaqs(List faqs)
Set A list of FAQ.

Parameters:
faqs -

setId

public void setId(String id)
Set The identifier of the part.

Parameters:
id -

setTitle

public void setTitle(String title)
Set The title of the FAQ part.

Parameters:
title -

toString

public String toString()
Method toString


setModelEncoding

public void setModelEncoding(String modelEncoding)

getModelEncoding

public String getModelEncoding()


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