Package org.openurp.edu.grade.plan.model
Class AuditPlanResult
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<T>
org.beangle.commons.entity.pojo.NumberIdTimeObject<Long>
org.openurp.edu.grade.plan.model.AuditPlanResult
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>,org.beangle.commons.entity.TimeEntity
@Entity(name="org.openurp.edu.grade.plan.model.AuditPlanResult")
public class AuditPlanResult
extends org.beangle.commons.entity.pojo.NumberIdTimeObject<Long>
计划完成审核结果
- See Also:
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdTimeObject
updatedAtFields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetGroupResult(CourseType type) 获取指定课程类别的课程组审核结果getStd()booleanbooleanisPassed()voidvoidsetArchived(boolean archived) voidsetAuditStat(AuditStat auditStat) voidsetGroupResults(List<AuditGroupResult> groupAuditResults) voidsetPassed(boolean passed) voidvoidvoidsetUpdates(String updates) Methods inherited from class org.beangle.commons.entity.pojo.NumberIdTimeObject
getUpdatedAt, setUpdatedAtMethods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
AuditPlanResult
public AuditPlanResult() -
AuditPlanResult
-
-
Method Details
-
getTopGroupResults
-
getGroupResults
-
setGroupResults
-
getAuditStat
-
setAuditStat
-
addGroupResult
-
removeGroupResult
-
getGroupResult
获取指定课程类别的课程组审核结果- Parameters:
stdType-- Returns:
-
getStd
-
setStd
-
isPassed
public boolean isPassed() -
setPassed
public void setPassed(boolean passed) -
getRemark
-
setRemark
-
getUpdates
-
setUpdates
-
isArchived
public boolean isArchived() -
setArchived
public void setArchived(boolean archived)
-