Interface AssessmentBaseIfc

    • Method Detail

      • getAssessmentBaseId

        Long getAssessmentBaseId()
      • setAssessmentBaseId

        void setAssessmentBaseId​(Long id)
      • getIsTemplate

        Boolean getIsTemplate()
      • setIsTemplate

        void setIsTemplate​(Boolean isTemplate)
      • getParentId

        Long getParentId()
      • setParentId

        void setParentId​(Long parentId)
      • setTitle

        void setTitle​(String title)
      • getDescription

        String getDescription()
      • setDescription

        void setDescription​(String description)
      • getComments

        String getComments()
      • setComments

        void setComments​(String comments)
      • getInstructorNotification

        Integer getInstructorNotification()
      • setInstructorNotification

        void setInstructorNotification​(Integer instructorNotification)
      • getTesteeNotification

        Integer getTesteeNotification()
      • setTesteeNotification

        void setTesteeNotification​(Integer testeeNotification)
      • getMultipartAllowed

        Integer getMultipartAllowed()
      • setMultipartAllowed

        void setMultipartAllowed​(Integer multipartAllowed)
      • 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)
      • getSecuredIPAddressSet

        Set getSecuredIPAddressSet()
      • setSecuredIPAddressSet

        void setSecuredIPAddressSet​(Set securedIPAddressSet)
      • getAssessmentMetaDataSet

        Set getAssessmentMetaDataSet()
      • setAssessmentMetaDataSet

        void setAssessmentMetaDataSet​(Set assessmentMetaDataSet)
      • getAssessmentMetaDataMap

        HashMap getAssessmentMetaDataMap​(Set assessmentMetaDataSet)
      • getAssessmentMetaDataMap

        HashMap getAssessmentMetaDataMap()
      • getAssessmentMetaDataByLabel

        String getAssessmentMetaDataByLabel​(String label)
      • addAssessmentMetaData

        void addAssessmentMetaData​(String label,
                                   String entry)
      • updateAssessmentMetaData

        void updateAssessmentMetaData​(String label,
                                      String entry)
      • getCategoryId

        Long getCategoryId()
      • setCategoryId

        void setCategoryId​(Long categoryId)