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

java.lang.Object
  extended by org.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 getQuestion()
          Get the question.
 int hashCode()
          Method hashCode.
 void setAnswer(String answer)
          Set the answer.
 void setId(String id)
          Set the FAQ identifier.
 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.

Overrides:
equals in class Object
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.

Overrides:
hashCode in class Object
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.

Overrides:
toString in class Object
Returns:
String


Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.