Interface QuestionnaireUsageContract
-
- All Superinterfaces:
IdentifiableNumeric
public interface QuestionnaireUsageContract extends IdentifiableNumeric
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetModuleItemCode()StringgetModuleSubItemCode()LonggetQuestionnaireId()StringgetQuestionnaireLabel()IntegergetQuestionnaireSequenceNumber()StringgetRuleId()booleanisMandatory()-
Methods inherited from interface org.kuali.coeus.sys.api.model.IdentifiableNumeric
getId
-
-
-
-
Method Detail
-
getModuleItemCode
String getModuleItemCode()
-
getModuleSubItemCode
String getModuleSubItemCode()
-
getQuestionnaireId
Long getQuestionnaireId()
-
getRuleId
String getRuleId()
-
getQuestionnaireLabel
String getQuestionnaireLabel()
-
getQuestionnaireSequenceNumber
Integer getQuestionnaireSequenceNumber()
-
isMandatory
boolean isMandatory()
-
-