Interface QuestionnaireQuestionContract
- All Superinterfaces:
IdentifiableNumeric
-
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from interface org.kuali.coeus.sys.api.model.IdentifiableNumeric
getId
-
Method Details
-
getQuestionnaireId
Long getQuestionnaireId() -
getQuestionId
Long getQuestionId() -
getQuestionNumber
Integer getQuestionNumber() -
getParentQuestionNumber
Integer getParentQuestionNumber() -
getConditionFlag
boolean getConditionFlag() -
getCondition
String getCondition() -
getConditionValue
String getConditionValue() -
getQuestionSeqNumber
Integer getQuestionSeqNumber() -
getRuleId
String getRuleId() -
getQuestion
QuestionContract getQuestion()
-