Class Part
java.lang.Object
org.apache.maven.doxia.module.fml.model.Part
- All Implemented Interfaces:
Serializable
FAQ part.
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidMethod addFaq.booleanMethod equals.getFaqs()Method getFaqs.getId()Get the identifier of the part.getTitle()Get the title of the FAQ part.inthashCode()Method hashCode.voidMethod removeFaq.voidSet a list of FAQ.voidSet the identifier of the part.voidSet the title of the FAQ part.toString()Method toString.
-
Field Details
-
id
The identifier of the part. -
title
The title of the FAQ part. -
faqs
Field faqs.
-
-
Constructor Details
-
Part
public Part()
-
-
Method Details
-
addFaq
Method addFaq.- Parameters:
faq- a faq object.
-
equals
Method equals. -
getFaqs
Method getFaqs.- Returns:
- List
-
getId
Get the identifier of the part.- Returns:
- String
-
getTitle
Get the title of the FAQ part.- Returns:
- String
-
hashCode
public int hashCode()Method hashCode. -
removeFaq
Method removeFaq.- Parameters:
faq- a faq object.
-
setFaqs
Set a list of FAQ.- Parameters:
faqs- a faqs object.
-
setId
Set the identifier of the part.- Parameters:
id- a id object.
-
setTitle
Set the title of the FAQ part.- Parameters:
title- a title object.
-
toString
Method toString.
-