@Entity(name="org.openurp.edu.base.code.model.GradingMode") public class GradingMode extends org.beangle.commons.entity.pojo.Code<Integer>
| Modifier and Type | Field and Description |
|---|---|
static Integer |
Num710
标准分
|
static Integer |
Percent
百分制
|
static Integer |
RankCn
中文等级制
|
static Integer |
RankEn
英文等级制
|
static Integer |
Two
两级制
|
| Constructor and Description |
|---|
GradingMode() |
GradingMode(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNumerical() |
void |
setNumerical(boolean numerical) |
compareTo, getBeginOn, getCode, getEndOn, getEnName, getName, getUpdatedAt, hasExtPros, setBeginOn, setCode, setEndOn, setEnName, setName, setUpdatedAt, toStringpublic static final Integer Percent
public static final Integer RankEn
public static final Integer RankCn
public static final Integer Num710
public static final Integer Two
public GradingMode()
public GradingMode(Integer id)
Copyright © 2005–2018 The OpenURP Software. All rights reserved.