StdPlan

org.openurp.edu.program.model.StdPlan
class StdPlan extends AbstractCoursePlan

个人计划

Attributes

Graph
Supertypes
trait Remark
trait Updated
trait CoursePlan
trait DateRange
trait Cloneable
class LongId
trait LongIdEntity
class NumId[Long]
trait Entity[Long]
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def addGroup(group: CourseGroup): Unit

Attributes

Inherited from:
AbstractCoursePlan
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 getGroup(courseType: CourseType): Option[CourseGroup]

查询指定类型的组

查询指定类型的组

Attributes

Definition Classes
Inherited from:
AbstractCoursePlan
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

Attributes

Inherited from:
CoursePlan
def terms: Short

这个计划的学期数

这个计划的学期数

Attributes

Inherited from:
AbstractCoursePlan
override def topGroups: Seq[CourseGroup]

获得顶级课程组

获得顶级课程组

Attributes

Definition Classes
Inherited from:
AbstractCoursePlan
def within(date: LocalDate): Boolean

Attributes

Inherited from:
DateRange

Concrete fields

var std: Student

学生

学生

Attributes

Inherited fields

var beginOn: LocalDate

起始日期

起始日期

Attributes

Inherited from:
DateRange
var credits: Float

要求学分

要求学分

Attributes

Inherited from:
AbstractCoursePlan
var endOn: LocalDate

结束日期

结束日期

Attributes

Inherited from:
DateRange
var endTerm: Short

结束学期

结束学期

Attributes

Inherited from:
AbstractCoursePlan
var groups: Buffer[CourseGroup]

课程组

课程组

Attributes

Inherited from:
AbstractCoursePlan
var id: Long

Return Identifier

Return Identifier

Attributes

Inherited from:
NumId

培养方案

培养方案

Attributes

Inherited from:
AbstractCoursePlan
var remark: Option[String]

Attributes

Inherited from:
Remark
var startTerm: Short

起始学期

起始学期

Attributes

Inherited from:
AbstractCoursePlan
var status: AuditStatus

审核状态

审核状态

Attributes

Inherited from:
AbstractCoursePlan
var updatedAt: Instant

Updated At

Updated At

Attributes

Inherited from:
Updated