org.apache.maven.doxia.module.fml.model
Class Faq

java.lang.Object
  extended byorg.apache.maven.doxia.module.fml.model.Faq
All Implemented Interfaces:
Serializable

public class Faq
extends Object
implements Serializable

A Faq.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Faq()
           
 
Method Summary
 boolean equals(Object other)
          Method equals.
 String getAnswer()
          Get The answer.
 String getId()
          Get The FAQ identifier.
 String getModelEncoding()
           
 String getQuestion()
          Get The question.
 int hashCode()
          Method hashCode.
 void setAnswer(String answer)
          Set The answer.
 void setId(String id)
          Set The FAQ identifier.
 void setModelEncoding(String modelEncoding)
          Set an encoding used for reading/writing the model.
 void setQuestion(String question)
          Set The question.
 String toString()
          Method toString.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Faq

public Faq()
Method Detail

equals

public boolean equals(Object other)
Method equals.

Parameters:
other -
Returns:
boolean

getAnswer

public String getAnswer()
Get The answer.

Returns:
String

getId

public String getId()
Get The FAQ identifier.

Returns:
String

getQuestion

public String getQuestion()
Get The question.

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Returns:
int

setAnswer

public void setAnswer(String answer)
Set The answer.

Parameters:
answer -

setId

public void setId(String id)
Set The FAQ identifier.

Parameters:
id -

setQuestion

public void setQuestion(String question)
Set The question.

Parameters:
question -

toString

public String toString()
Method toString.

Returns:
java.lang.String

setModelEncoding

public void setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model.

Parameters:
modelEncoding - the encoding used when reading/writing the model.

getModelEncoding

public String getModelEncoding()
Returns:
the current encoding used when reading/writing this model.


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.