Interface QuestionContract
-
- All Superinterfaces:
DocumentNumbered,IdentifiableNumeric,Sequenceable
public interface QuestionContract extends IdentifiableNumeric, DocumentNumbered, Sequenceable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetAnswerMaxLength()IntegergetDisplayedAnswers()StringgetLookupClass()StringgetLookupReturn()IntegergetMaxAnswers()StringgetQuestion()QuestionCategoryContractgetQuestionCategory()List<? extends QuestionExplanationContract>getQuestionExplanations()IntegergetQuestionSeqId()QuestionTypeContractgetQuestionType()StringgetSequenceStatus()StringgetStatus()-
Methods inherited from interface org.kuali.coeus.sys.api.model.DocumentNumbered
getDocumentNumber
-
Methods inherited from interface org.kuali.coeus.sys.api.model.IdentifiableNumeric
getId
-
Methods inherited from interface org.kuali.coeus.sys.api.model.Sequenceable
getSequenceNumber
-
-
-
-
Method Detail
-
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()
-
-