public class Faqs
extends java.lang.Object
implements java.io.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(java.lang.Object other)
Method equals.
|
java.lang.String |
getModelEncoding()
Get the modelEncoding field.
|
java.util.List<Part> |
getParts()
Method getParts.
|
java.lang.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(java.lang.String modelEncoding)
Set the modelEncoding field.
|
void |
setParts(java.util.List<Part> parts)
Set list of FAQ part.
|
void |
setTitle(java.lang.String title)
Set the title name of this FAQ.
|
void |
setToplink(boolean toplink)
Set boolean to generate optionally [top] links.
|
java.lang.String |
toString()
Method toString.
|
public void addPart(Part part)
part
- public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- public java.lang.String getModelEncoding()
public java.util.List<Part> getParts()
public java.lang.String getTitle()
public int hashCode()
hashCode
in class java.lang.Object
public boolean isToplink()
public void removePart(Part part)
part
- public void setModelEncoding(java.lang.String modelEncoding)
modelEncoding
- public void setParts(java.util.List<Part> parts)
parts
- public void setTitle(java.lang.String title)
title
- public void setToplink(boolean toplink)
toplink
- public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.