Interface QuestionnaireContract
- All Superinterfaces:
Describable,DocumentNumbered,IdentifiableNumeric,Inactivatable,Named,Sequenceable
public interface QuestionnaireContract
extends IdentifiableNumeric, Describable, Inactivatable, Named, DocumentNumbered, Sequenceable
-
Method Summary
Modifier and TypeMethodDescriptionList<? extends QuestionnaireQuestionContract> List<? extends QuestionnaireUsageContract> byte[]Methods inherited from interface org.kuali.coeus.sys.api.model.Describable
getDescriptionMethods 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.Inactivatable
isActiveMethods inherited from interface org.kuali.coeus.sys.api.model.Sequenceable
getSequenceNumber
-
Method Details
-
getQuestionnaireSeqId
String getQuestionnaireSeqId() -
getFileName
String getFileName() -
getTemplate
byte[] getTemplate() -
getQuestionnaireQuestions
List<? extends QuestionnaireQuestionContract> getQuestionnaireQuestions() -
getQuestionnaireUsages
List<? extends QuestionnaireUsageContract> getQuestionnaireUsages()
-