Package org.openurp.code.edu.model
Class GradeType
- All Implemented Interfaces:
Serializable,Comparable<Object>,org.beangle.commons.entity.Entity<Integer>,org.beangle.commons.entity.TemporalOn
@Entity(name="org.openurp.code.edu.model.GradeType")
public class GradeType
extends org.beangle.commons.entity.pojo.Code<Integer>
成绩类型
- Since:
- 2005-9-7
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Integer缓考总评static final Integer缓考成绩static final Integer期末成绩static final Integer最终成绩static final Integer总评成绩static final Integer补考总评static final Integer补考卷面static final Integer期中成绩static final Integer平时成绩Fields inherited from class org.beangle.commons.entity.pojo.Code
beginOn, code, endOn, enName, name, updatedAtFields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.beangle.commons.entity.pojo.Code
compareTo, getBeginOn, getCode, getEndOn, getEnName, getName, getUpdatedAt, hasExtPros, setBeginOn, setCode, setEndOn, setEnName, setName, setUpdatedAt, toStringMethods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Field Details
-
MIDDLE_ID
期中成绩 -
END_ID
期末成绩 -
USUAL_ID
平时成绩 -
MAKEUP_ID
补考卷面 -
DELAY_ID
缓考成绩 -
GA_ID
总评成绩 -
DELAY_GA_ID
缓考总评 -
MAKEUP_GA_ID
补考总评 -
FINAL_ID
最终成绩
-
-
Constructor Details
-
GradeType
public GradeType() -
GradeType
-
-
Method Details
-
isGa
public boolean isGa() -
isMakeupOrDeplay
public boolean isMakeupOrDeplay() -
getExamType
-
setExamType
-