Interface QuestionContract
- All Superinterfaces:
DocumentNumbered,IdentifiableNumeric,Sequenceable
-
Method Summary
Methods inherited from interface org.kuali.coeus.sys.api.model.DocumentNumbered
getDocumentNumberMethods inherited from interface org.kuali.coeus.sys.api.model.IdentifiableNumeric
getIdMethods inherited from interface org.kuali.coeus.sys.api.model.Sequenceable
getSequenceNumber
-
Method Details
-
getQuestionSeqId
Integer getQuestionSeqId() -
getSequenceStatus
String getSequenceStatus() -
getQuestion
String getQuestion() -
getStatus
String getStatus() -
getLookupClass
String getLookupClass() -
getLookupReturn
String getLookupReturn() -
getDisplayedAnswers
Integer getDisplayedAnswers() -
getMaxAnswers
Integer getMaxAnswers() -
getAnswerMaxLength
Integer getAnswerMaxLength() -
getQuestionCategory
QuestionCategoryContract getQuestionCategory() -
getQuestionType
QuestionTypeContract getQuestionType() -
getQuestionExplanations
List<? extends QuestionExplanationContract> getQuestionExplanations()
-