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:
java.io.Serializable

public class Part
extends java.lang.Object
implements java.io.Serializable

FAQ part.

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

Constructor Summary
Part()
           
 
Method Summary
 void addFaq(Faq faq)
          Method addFaq
 boolean equals(java.lang.Object other)
          Method equals
 java.util.List getFaqs()
          Method getFaqs
 java.lang.String getId()
          Get The identifier of the part.
 java.lang.String getModelEncoding()
           
 java.lang.String getTitle()
          Get The title of the FAQ part.
 int hashCode()
          Method hashCode
 void removeFaq(Faq faq)
          Method removeFaq
 void setFaqs(java.util.List faqs)
          Set A list of FAQ.
 void setId(java.lang.String id)
          Set The identifier of the part.
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setTitle(java.lang.String title)
          Set The title of the FAQ part.
 java.lang.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(java.lang.Object other)
Method equals

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

getFaqs

public java.util.List getFaqs()
Method getFaqs


getId

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


getTitle

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


hashCode

public int hashCode()
Method hashCode

Overrides:
hashCode in class java.lang.Object

removeFaq

public void removeFaq(Faq faq)
Method removeFaq

Parameters:
faq -

setFaqs

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

Parameters:
faqs -

setId

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

Parameters:
id -

setTitle

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

Parameters:
title -

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.