Interface QuestionnaireQuestionContract
-
- All Superinterfaces:
IdentifiableNumeric
public interface QuestionnaireQuestionContract extends IdentifiableNumeric
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCondition()booleangetConditionFlag()StringgetConditionValue()IntegergetParentQuestionNumber()QuestionContractgetQuestion()LonggetQuestionId()LonggetQuestionnaireId()IntegergetQuestionNumber()IntegergetQuestionSeqNumber()StringgetRuleId()-
Methods inherited from interface org.kuali.coeus.sys.api.model.IdentifiableNumeric
getId
-
-
-
-
Method Detail
-
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()
-
-