public interface AssessmentBaseIfc extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
ACTIVE_STATUS |
static Integer |
DEAD_STATUS |
static String |
HASMETADATAFORQUESTIONS |
static Integer |
INACTIVE_STATUS |
static String |
METADATAQUESTIONS_ISINSTRUCTOREDITABLE |
static Integer |
RETRACT_FOR_EDIT_STATUS |
static String |
SHOWFEEDBACKAUTHORING |
static final Integer ACTIVE_STATUS
static final Integer INACTIVE_STATUS
static final Integer DEAD_STATUS
static final Integer RETRACT_FOR_EDIT_STATUS
static final String METADATAQUESTIONS_ISINSTRUCTOREDITABLE
static final String HASMETADATAFORQUESTIONS
static final String SHOWFEEDBACKAUTHORING
Long getAssessmentBaseId()
void setAssessmentBaseId(Long id)
Boolean getIsTemplate()
void setIsTemplate(Boolean isTemplate)
Long getParentId()
void setParentId(Long parentId)
String getTitle()
void setTitle(String title)
String getDescription()
void setDescription(String description)
String getComments()
void setComments(String comments)
Integer getInstructorNotification()
void setInstructorNotification(Integer instructorNotification)
Integer getTesteeNotification()
void setTesteeNotification(Integer testeeNotification)
Integer getMultipartAllowed()
void setMultipartAllowed(Integer multipartAllowed)
Long getTypeId()
void setTypeId(Long typeId)
Integer getStatus()
void setStatus(Integer status)
String getCreatedBy()
void setCreatedBy(String createdBy)
Date getCreatedDate()
void setCreatedDate(Date createdDate)
String getLastModifiedBy()
void setLastModifiedBy(String lastModifiedBy)
Date getLastModifiedDate()
void setLastModifiedDate(Date lastModifiedDate)
AssessmentAccessControlIfc getAssessmentAccessControl()
void setAssessmentAccessControl(AssessmentAccessControlIfc assessmentAccessControl)
EvaluationModelIfc getEvaluationModel()
void setEvaluationModel(EvaluationModelIfc evaluationModel)
AssessmentFeedbackIfc getAssessmentFeedback()
void setAssessmentFeedback(AssessmentFeedbackIfc assessmentFeedback)
Set getSecuredIPAddressSet()
void setSecuredIPAddressSet(Set securedIPAddressSet)
Set getAssessmentMetaDataSet()
void setAssessmentMetaDataSet(Set assessmentMetaDataSet)
HashMap getAssessmentMetaDataMap()
Long getCategoryId()
void setCategoryId(Long categoryId)
TypeIfc getType()
Copyright © 2022. All rights reserved.