ExecutivePlanCourse

org.openurp.edu.program.model.ExecutivePlanCourse

执行计划课程

Attributes

Graph
Supertypes
trait Remark
trait Executable
trait Cloneable
trait PlanCourse
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(group: ExecutiveCourseGroup, planCourse: PlanCourse)

Inherited methods

def credits: Float

Attributes

Inherited from:
PlanCourse
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 journal: CourseJournal

查看对应的课程记录

查看对应的课程记录

Attributes

Inherited from:
PlanCourse
def matchTerm(t: Terms): Boolean

Attributes

Inherited from:
AbstractPlanCourse
def persisted: Boolean

Return true if persisted

Return true if persisted

Attributes

Inherited from:
Entity

Inherited fields

var compulsory: Boolean

是否必修

是否必修

Attributes

Inherited from:
AbstractPlanCourse
var course: Course

课程

课程

Attributes

Inherited from:
AbstractPlanCourse

课程组

课程组

Attributes

Inherited from:
AbstractPlanCourse
var id: Long

Return Identifier

Return Identifier

Attributes

Inherited from:
NumId
var idx: Short

序号

序号

Attributes

Inherited from:
AbstractPlanCourse
var remark: Option[String]

Attributes

Inherited from:
Remark
var stage: Option[CalendarStage]

开课阶段

开课阶段

Attributes

Inherited from:
Executable
var termText: Option[String]

开课学期文本

开课学期文本

Attributes

Inherited from:
Executable
var terms: Terms

开课学期

开课学期

Attributes

Inherited from:
AbstractPlanCourse
var weekstate: WeekState

开课周

开课周

Attributes

Inherited from:
Executable