PlanCourse

org.openurp.edu.program.model.PlanCourse
trait PlanCourse extends LongIdEntity

培养计划中的课程. 具体体现了课程、开课和审核要求三部分.

Attributes

Graph
Supertypes
trait LongIdEntity
trait Entity[Long]
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Abstract methods

def compulsory: Boolean

课程是否必修.

课程是否必修.

Attributes

def course: Course

查询课程.

查询课程.

Attributes

课程组

课程组

Attributes

def idx: Short
def matchTerm(terms: Terms): Boolean
def terms: Terms

Concrete methods

def credits: Float
def journal: CourseJournal

查看对应的课程记录

查看对应的课程记录

Attributes

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 id: Long

Return Identifier

Return Identifier

Attributes

Inherited from:
Entity
def persisted: Boolean

Return true if persisted

Return true if persisted

Attributes

Inherited from:
Entity