Interface SectionDataIfc

    • Method Detail

      • getSectionId

        Long getSectionId()
      • setSectionId

        void setSectionId​(Long sectionId)
      • getAssessmentId

        Long getAssessmentId()
      • setAssessmentId

        void setAssessmentId​(Long assessmentId)
      • setAssessment

        void setAssessment​(AssessmentIfc assessment)
      • getDuration

        Integer getDuration()
      • setDuration

        void setDuration​(Integer duration)
      • getSequence

        Integer getSequence()
      • setSequence

        void setSequence​(Integer sequence)
      • setTitle

        void setTitle​(String title)
      • getDescription

        String getDescription()
      • setDescription

        void setDescription​(String description)
      • getTypeId

        Long getTypeId()
      • setTypeId

        void setTypeId​(Long typeId)
      • setStatus

        void setStatus​(Integer status)
      • getCreatedBy

        String getCreatedBy()
      • setCreatedBy

        void setCreatedBy​(String createdBy)
      • getCreatedDate

        Date getCreatedDate()
      • setCreatedDate

        void setCreatedDate​(Date createdDate)
      • getLastModifiedBy

        String getLastModifiedBy()
      • setLastModifiedBy

        void setLastModifiedBy​(String lastModifiedBy)
      • getLastModifiedDate

        Date getLastModifiedDate()
      • setLastModifiedDate

        void setLastModifiedDate​(Date lastModifiedDate)
      • getItemSet

        Set getItemSet()
      • setItemSet

        void setItemSet​(Set itemSet)
      • getItemArraySortedForGrading

        ArrayList getItemArraySortedForGrading()
      • getSectionMetaDataSet

        Set getSectionMetaDataSet()
      • setSectionMetaDataSet

        void setSectionMetaDataSet​(Set param)
      • getSectionMetaDataMap

        HashMap getSectionMetaDataMap​(Set param)
      • getSectionMetaDataByLabel

        String getSectionMetaDataByLabel​(String label)
      • addSectionMetaData

        void addSectionMetaData​(String label,
                                String entry)
      • getSectionAttachmentSet

        Set getSectionAttachmentSet()
      • setSectionAttachmentSet

        void setSectionAttachmentSet​(Set sectionAttachmentSet)
      • getSectionAttachmentList

        List getSectionAttachmentList()