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

java.lang.Object
  extended by org.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<Faq> getFaqs()
          Method getFaqs.
 String getId()
          Get the identifier of the part.
 String getTitle()
          Get the title of the FAQ part.
 int hashCode()
          Method hashCode.
 void removeFaq(Faq faq)
          Method removeFaq.
 void setFaqs(List<Faq> faqs)
          Set a list of FAQ.
 void setId(String id)
          Set the identifier of the part.
 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.

Overrides:
equals in class Object
Parameters:
other -
Returns:
boolean

getFaqs

public List<Faq> getFaqs()
Method getFaqs.

Returns:
List

getId

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

Returns:
String

getTitle

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

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class Object
Returns:
int

removeFaq

public void removeFaq(Faq faq)
Method removeFaq.

Parameters:
faq -

setFaqs

public void setFaqs(List<Faq> 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.

Overrides:
toString in class Object
Returns:
String


Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.