SyllabusAssessment

org.openurp.edu.course.model.SyllabusAssessment
class SyllabusAssessment extends LongId

教学大纲-成绩评分比例

Attributes

Graph
Supertypes
class LongId
trait LongIdEntity
class NumId[Long]
trait Entity[Long]
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this(syllabus: Syllabus, gradeType: GradeType, componentName: Option[String])

Concrete methods

def objectivePercentMap: Map[String, Int]
def updateObjectivePercents(percents: Map[String, Int]): Unit
def updateScoreTable(header: String, caption: String): Option[String]

Inherited methods

override def equals(other: Any): Boolean

比较id,如果任一方id是null,则不相等 由于业务对象被CGlib或者javassist增强的原因,这里只提供一般的基于id的比较,不提供基于Class的比较。
如果在存在继承结构, 请重置equals方法。

比较id,如果任一方id是null,则不相等 由于业务对象被CGlib或者javassist增强的原因,这里只提供一般的基于id的比较,不提供基于Class的比较。
如果在存在继承结构, 请重置equals方法。

Attributes

Definition Classes
Entity -> Any
Inherited from:
Entity
override def hashCode: Int

Attributes

See also

java.lang.Object#hashCode()

Definition Classes
Entity -> Any
Inherited from:
Entity
def persisted: Boolean

Return true if persisted

Return true if persisted

Attributes

Inherited from:
Entity

Concrete fields

var assessCount: Int

考核次数

考核次数

Attributes

var component: Option[String]

小项

小项

Attributes

var description: Option[String]

具体办法

具体办法

Attributes

var gradeType: GradeType

成绩类型

成绩类型

Attributes

var idx: Int

序号(从1开始)

序号(从1开始)

Attributes

var objectivePercents: Option[String]

对应课程目标的支撑比例

对应课程目标的支撑比例

Attributes

var scorePercent: Int

百分比

百分比

Attributes

var scoreTable: Option[String]

评分表

评分表

Attributes

Inherited fields

var id: Long

Return Identifier

Return Identifier

Attributes

Inherited from:
NumId