Class PlanAuditResult

  • All Implemented Interfaces:
    Serializable, org.beangle.commons.entity.Entity<Long>

    @Entity(name="org.openurp.edu.graduation.plan.model.PlanAuditResult")
    public class PlanAuditResult
    extends NumberIdTimeObject<Long>
    计划完成审核结果
    See Also:
    Serialized Form
    • Constructor Detail

      • PlanAuditResult

        public PlanAuditResult()
      • PlanAuditResult

        public PlanAuditResult​(Student student)
    • Method Detail

      • getAuditStat

        public AuditStat getAuditStat()
      • setAuditStat

        public void setAuditStat​(AuditStat auditStat)
      • getGroupResult

        public GroupAuditResult getGroupResult​(CourseType type)
        获取指定课程类别的课程组审核结果
        Parameters:
        stdType -
        Returns:
      • setStd

        public void setStd​(Student student)
      • isPassed

        public boolean isPassed()
      • setPassed

        public void setPassed​(boolean passed)
      • getRemark

        public String getRemark()
      • setRemark

        public void setRemark​(String remark)
      • getUpdates

        public String getUpdates()
      • setUpdates

        public void setUpdates​(String updates)
      • isArchived

        public boolean isArchived()
      • setArchived

        public void setArchived​(boolean archived)