Class GaGradeState

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.grade.course.model.AbstractGradeState
org.openurp.edu.grade.course.model.GaGradeState
All Implemented Interfaces:
Serializable, org.beangle.commons.entity.Entity<Long>, GradeState

@Entity(name="org.openurp.edu.grade.course.model.GaGradeState") public class GaGradeState extends AbstractGradeState
考试成绩状态
See Also:
Serialized Form
  • Constructor Details

    • GaGradeState

      public GaGradeState()
  • Method Details

    • getGradeState

      public CourseGradeState getGradeState()
    • setGradeState

      public void setGradeState(CourseGradeState gradeState)
    • getGradeType

      public GradeType getGradeType()
      Description copied from interface: GradeState
      成绩类型
      Returns:
    • setGradeType

      public void setGradeType(GradeType gradeType)
    • getRemark

      public String getRemark()
    • setRemark

      public void setRemark(String remark)