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)
           
 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 -

getAnswer

public String getAnswer()
Get The answer.


getId

public String getId()
Get The FAQ identifier.


getQuestion

public String getQuestion()
Get The question.


hashCode

public int hashCode()
Method hashCode


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


setModelEncoding

public void setModelEncoding(String modelEncoding)

getModelEncoding

public String getModelEncoding()


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