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 Faqs()
public String getModelEncoding()
public boolean isToplink()
public void removePart(Part part)
part
- a part object.public void setModelEncoding(String modelEncoding)
modelEncoding
- a modelEncoding object.public void setParts(List<Part> parts)
parts
- a parts object.public void setTitle(String title)
title
- a title object.public void setToplink(boolean toplink)
toplink
- a toplink object.Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.