Interface AnswerHeaderContract
-
- All Superinterfaces:
IdentifiableNumeric,Inactivatable
public interface AnswerHeaderContract extends IdentifiableNumeric, Inactivatable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends AnswerContract>getAnswers()StringgetModuleItemCode()StringgetModuleItemKey()StringgetModuleSubItemCode()StringgetModuleSubItemKey()LonggetQuestionnaireId()booleanisCompleted()-
Methods inherited from interface org.kuali.coeus.sys.api.model.IdentifiableNumeric
getId
-
Methods inherited from interface org.kuali.coeus.sys.api.model.Inactivatable
isActive
-
-
-
-
Method Detail
-
getModuleItemCode
String getModuleItemCode()
-
getModuleItemKey
String getModuleItemKey()
-
getModuleSubItemCode
String getModuleSubItemCode()
-
getModuleSubItemKey
String getModuleSubItemKey()
-
getQuestionnaireId
Long getQuestionnaireId()
-
isCompleted
boolean isCompleted()
-
getAnswers
List<? extends AnswerContract> getAnswers()
-
-