Class QABean

java.lang.Object
org.apache.struts.action.ActionForm
sk.iway.iwcm.qa.QABean
All Implemented Interfaces:
Serializable

public class QABean extends org.apache.struts.action.ActionForm
Description of the Class
See Also:
  • Constructor Details

    • QABean

      public QABean()
  • Method Details

    • reset

      public void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
      Description of the Method
      Overrides:
      reset in class org.apache.struts.action.ActionForm
      Parameters:
      mapping - Description of the Parameter
      request - Description of the Parameter
    • getQaId

      public int getQaId()
      Gets the qaId attribute of the QABean object
      Returns:
      The qaId value
    • setQaId

      public void setQaId(int qaId)
      Sets the qaId attribute of the QABean object
      Parameters:
      qaId - The new qaId value
    • setCategoryName

      public void setCategoryName(String categoryName)
      Sets the categoryName attribute of the QABean object
      Parameters:
      categoryName - The new categoryName value
    • getCategoryName

      public String getCategoryName()
      Gets the categoryName attribute of the QABean object
      Returns:
      The categoryName value
    • setQuestionDate

      public void setQuestionDate(String questionDate)
      Sets the questionDate attribute of the QABean object
      Parameters:
      questionDate - The new questionDate value
    • getQuestionDate

      public String getQuestionDate()
      Gets the questionDate attribute of the QABean object
      Returns:
      The questionDate value
    • setAnswerDate

      public void setAnswerDate(String answerDate)
      Sets the answerDate attribute of the QABean object
      Parameters:
      answerDate - The new answerDate value
    • getAnswerDate

      public String getAnswerDate()
      Gets the answerDate attribute of the QABean object
      Returns:
      The answerDate value
    • setQuestion

      public void setQuestion(String question)
      Sets the question attribute of the QABean object
      Parameters:
      question - The new question value
    • getQuestion

      public String getQuestion()
      Gets the question attribute of the QABean object
      Returns:
      The question value
    • setAnswer

      public void setAnswer(String answer)
      Sets the answer attribute of the QABean object
      Parameters:
      answer - The new answer value
    • getAnswer

      public String getAnswer()
      Gets the answer attribute of the QABean object
      Returns:
      The answer value
    • setFromName

      public void setFromName(String fromName)
      Sets the fromName attribute of the QABean object
      Parameters:
      fromName - The new fromName value
    • getFromName

      public String getFromName()
      Gets the fromName attribute of the QABean object
      Returns:
      The fromName value
    • setFromEmail

      public void setFromEmail(String fromEmail)
      Sets the fromEmail attribute of the QABean object
      Parameters:
      fromEmail - The new fromEmail value
    • getFromEmail

      public String getFromEmail()
      Gets the fromEmail attribute of the QABean object
      Returns:
      The fromEmail value
    • setToName

      public void setToName(String toName)
      Sets the toName attribute of the QABean object
      Parameters:
      toName - The new toName value
    • getToName

      public String getToName()
      Gets the toName attribute of the QABean object
      Returns:
      The toName value
    • setToEmail

      public void setToEmail(String toEmail)
      Sets the toEmail attribute of the QABean object
      Parameters:
      toEmail - The new toEmail value
    • getToEmail

      public String getToEmail()
      Gets the toEmail attribute of the QABean object
      Returns:
      The toEmail value
    • setPublishOnWeb

      public void setPublishOnWeb(boolean publishOnWeb)
      Sets the publishOnWeb attribute of the QABean object
      Parameters:
      publishOnWeb - The new publishOnWeb value
    • isPublishOnWeb

      public boolean isPublishOnWeb()
      Gets the publishOnWeb attribute of the QABean object
      Returns:
      The publishOnWeb value
    • setRecode

      public void setRecode(boolean recode)
      Sets the recode attribute of the QABean object
      Parameters:
      recode - The new recode value
    • isRecode

      public boolean isRecode()
      Gets the recode attribute of the QABean object
      Returns:
      The recode value
    • setHash

      public void setHash(String hash)
      Sets the hash attribute of the QABean object
      Parameters:
      hash - The new hash value
    • getHash

      public String getHash()
      Gets the hash attribute of the QABean object
      Returns:
      The hash value
    • setAnswerWeb

      public void setAnswerWeb(String answerWeb)
      Sets the answerWeb attribute of the QABean object
      Parameters:
      answerWeb - The new answerWeb value
    • getAnswerWeb

      public String getAnswerWeb()
      Gets the answerWeb attribute of the QABean object
      Returns:
      The answerWeb value
    • setGroupName

      public void setGroupName(String groupName)
      Sets the groupName attribute of the QABean object
      Parameters:
      groupName - The new groupName value
    • getGroupName

      public String getGroupName()
      Gets the groupName attribute of the QABean object
      Returns:
      The groupName value
    • isAllowPublishOnWeb

      public boolean isAllowPublishOnWeb()
    • setAllowPublishOnWeb

      public void setAllowPublishOnWeb(boolean allowPublishOnWeb)
    • getAnswerDateLong

      public long getAnswerDateLong()
    • getAnswerDateDate

      public String getAnswerDateDate()
    • getAnswerDateTime

      public String getAnswerDateTime()
    • setAnswerDateLong

      public void setAnswerDateLong(long answerDateLong)
    • getQuestionDateLong

      public long getQuestionDateLong()
    • setQuestionDateLong

      public void setQuestionDateLong(long questionDateLong)
    • getQuestionDateDate

      public String getQuestionDateDate()
    • getQuestionDateTime

      public String getQuestionDateTime()
    • setSortPriority

      public void setSortPriority(int sortPriority)
    • getSortPriority

      public int getSortPriority()
    • getFromPhone

      public String getFromPhone()
    • setFromPhone

      public void setFromPhone(String fromPhone)
    • getFromCompany

      public String getFromCompany()
    • setFromCompany

      public void setFromCompany(String fromCompany)
    • getFieldA

      public String getFieldA()
    • setFieldA

      public void setFieldA(String fieldA)
    • getFieldB

      public String getFieldB()
    • setFieldB

      public void setFieldB(String fieldB)
    • getFieldC

      public String getFieldC()
    • setFieldC

      public void setFieldC(String fieldC)
    • getFieldD

      public String getFieldD()
    • setFieldD

      public void setFieldD(String fieldD)