public class Part extends Object implements Serializable
| Constructor and Description |
|---|
Part() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public void addFaq(Faq faq)
faq - public boolean equals(Object other)
public String getId()
public String getTitle()
public void removeFaq(Faq faq)
faq - public void setId(String id)
id - public void setTitle(String title)
title - Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.