skoinfo.rfc.question.vo
Class SubQuestionVO

java.lang.Object
  extended by skoinfo.rfc.common.vo.BaseVO
      extended by skoinfo.rfc.question.vo.SubQuestionVO

public class SubQuestionVO
extends BaseVO


Constructor Summary
SubQuestionVO()
           
 
Method Summary
 long getAnQuestionSid()
           
 AnQuestionVO getAnQuestionVO()
           
 java.util.List<AnQuestionVO> getAnQuestionVOList()
           
 java.lang.String getAnswer()
           
 int getExampleIdx()
           
 java.lang.String getItemString()
           
 int getPercent()
           
 long getQuestionSid()
           
 QuestionVO getQuestionVO()
           
 long getResultExample()
           
 java.lang.String getSubjective()
           
 java.util.List<SurveyResultVO> getSubjectiveList()
           
 long getSubQuestionSid()
           
 java.lang.Short getVtype()
           
 void setAnQuestionSid(long anQuestionSid)
           
 void setAnQuestionVO(AnQuestionVO anQuestionVO)
           
 void setAnQuestionVOList(java.util.List<AnQuestionVO> anQuestionVOList)
           
 void setAnswer(java.lang.String answer)
           
 void setExampleIdx(int exampleIdx)
           
 void setItemString(java.lang.String itemString)
           
 void setPercent(int percent)
           
 void setQuestionSid(long questionSid)
           
 void setQuestionVO(QuestionVO questionVO)
           
 void setResultExample(long resultExample)
           
 void setSubjective(java.lang.String subjective)
           
 void setSubjectiveList(java.util.List<SurveyResultVO> subjectiveList)
           
 void setSubQuestionSid(long subQuestionSid)
           
 void setVtype(java.lang.Short vtype)
           
 
Methods inherited from class skoinfo.rfc.common.vo.BaseVO
exists, format, format, format, getFormatDate, getLimitChar, getLimitChar, Notexists, validate, validate, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubQuestionVO

public SubQuestionVO()
Method Detail

getExampleIdx

public int getExampleIdx()
Returns:

setExampleIdx

public void setExampleIdx(int exampleIdx)
Parameters:
exampleIdx -

getAnQuestionVOList

public java.util.List<AnQuestionVO> getAnQuestionVOList()

setAnQuestionVOList

public void setAnQuestionVOList(java.util.List<AnQuestionVO> anQuestionVOList)

getSubjectiveList

public java.util.List<SurveyResultVO> getSubjectiveList()

setSubjectiveList

public void setSubjectiveList(java.util.List<SurveyResultVO> subjectiveList)

getAnswer

public java.lang.String getAnswer()
Returns:

setAnswer

public void setAnswer(java.lang.String answer)
Parameters:
answer -

getPercent

public int getPercent()
Returns:

setPercent

public void setPercent(int percent)
Parameters:
percent -

getSubjective

public java.lang.String getSubjective()
Returns:

setSubjective

public void setSubjective(java.lang.String subjective)
Parameters:
subjective -

getResultExample

public long getResultExample()
Returns:

setResultExample

public void setResultExample(long resultExample)
Parameters:
resultExample -

getAnQuestionSid

public long getAnQuestionSid()
Returns:

setAnQuestionSid

public void setAnQuestionSid(long anQuestionSid)
Parameters:
anQuestionSid -

getVtype

public java.lang.Short getVtype()
Returns:

setVtype

public void setVtype(java.lang.Short vtype)
Parameters:
vtype -

getQuestionSid

public long getQuestionSid()

setQuestionSid

public void setQuestionSid(long questionSid)

getQuestionVO

public QuestionVO getQuestionVO()
Returns:

setQuestionVO

public void setQuestionVO(QuestionVO questionVO)
Parameters:
questionVO -

getAnQuestionVO

public AnQuestionVO getAnQuestionVO()
Returns:

setAnQuestionVO

public void setAnQuestionVO(AnQuestionVO anQuestionVO)
Parameters:
anQuestionVO -

getSubQuestionSid

public long getSubQuestionSid()
Returns:

setSubQuestionSid

public void setSubQuestionSid(long subQuestionSid)
Parameters:
subQuestionSid -

getItemString

public java.lang.String getItemString()
Returns:

setItemString

public void setItemString(java.lang.String itemString)
Parameters:
itemString -