|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.module.fml.model.Part
public class Part
FAQ part.
| 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 |
|---|
public Part()
| Method Detail |
|---|
public void addFaq(Faq faq)
faq - public boolean equals(Object other)
equals in class Objectother -
public List<Faq> getFaqs()
public String getId()
public String getTitle()
public int hashCode()
hashCode in class Objectpublic void removeFaq(Faq faq)
faq - public void setFaqs(List<Faq> faqs)
faqs - public void setId(String id)
id - public void setTitle(String title)
title - public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||