public class Faqs extends Object implements Serializable
<faqs> element is the root of
the FML descriptor.
The following table lists all of the possible child
elements.| Constructor and Description |
|---|
Faqs() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPart(Part part)
Method addPart.
|
boolean |
equals(Object other)
Method equals.
|
String |
getModelEncoding()
Get the modelEncoding field.
|
List<Part> |
getParts()
Method getParts.
|
String |
getTitle()
Get the title name of this FAQ.
|
int |
hashCode()
Method hashCode.
|
boolean |
isToplink()
Get boolean to generate optionally [top] links.
|
void |
removePart(Part part)
Method removePart.
|
void |
setModelEncoding(String modelEncoding)
Set the modelEncoding field.
|
void |
setParts(List<Part> parts)
Set list of FAQ part.
|
void |
setTitle(String title)
Set the title name of this FAQ.
|
void |
setToplink(boolean toplink)
Set boolean to generate optionally [top] links.
|
String |
toString()
Method toString.
|
public void addPart(Part part)
part - public boolean equals(Object other)
public String getModelEncoding()
public String getTitle()
public boolean isToplink()
public void removePart(Part part)
part - public void setModelEncoding(String modelEncoding)
modelEncoding - public void setTitle(String title)
title - public void setToplink(boolean toplink)
toplink - Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.