class Course extends LongId with ProjectBased with Ordered[Course] with Updated with TemporalOn with Coded with Named with Remark

课程基本信息 记录课程代码、名称、学分、课时等基本信息,课程的关键业务属性为课程名称、学分、课时、考核方式等与课程有关的属性,其它类似课程类别、所属部门等 均可以看作非关键属性。 如课程不要求记录学分、不做考核要求、不计算绩点等额外要求需要培养方案、成绩等环节进行额外处理,不在课程部分进行规定。

课程的学历层次可以不加指定,为空时表示适用与对应项目下的所有学历层次。

Since

2008-09-24

Linear Supertypes
Remark, Named, Coded, TemporalOn, Updated, Ordered[Course], Comparable[Course], ProjectBased, LongId, LongIdEntity, NumId[Long], Entity[Long], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Course
  2. Remark
  3. Named
  4. Coded
  5. TemporalOn
  6. Updated
  7. Ordered
  8. Comparable
  9. ProjectBased
  10. LongId
  11. LongIdEntity
  12. NumId
  13. Entity
  14. Serializable
  15. AnyRef
  16. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Course(id: Long, code: String, name: String, enName: String)
  2. new Course()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def <(that: Course): Boolean
    Definition Classes
    Ordered
  4. def <=(that: Course): Boolean
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def >(that: Course): Boolean
    Definition Classes
    Ordered
  7. def >=(that: Course): Boolean
    Definition Classes
    Ordered
  8. var abilityRates: Set[CourseAbilityRate]

    能力等级

  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val beginOn: LocalDate
    Definition Classes
    TemporalOn
  11. var calgp: Boolean

    是否计算绩点 *

  12. var category: Option[CourseCategory]

    课程大类

  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  14. val code: String
    Definition Classes
    Coded
  15. def compare(other: Course): Int
    Definition Classes
    Course → Ordered
  16. def compareTo(that: Course): Int
    Definition Classes
    Ordered → Comparable
  17. var courseType: CourseType

    课程类型

  18. var creditHours: Int

    学时/总课时

  19. var credits: Float

    学分

  20. var department: Department

    院系

  21. var enName: Option[String]

    课程英文名

  22. val endOn: Option[LocalDate]
    Definition Classes
    TemporalOn
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(other: Any): Boolean
    Definition Classes
    Entity → AnyRef → Any
  25. var examMode: ExamMode

    考试方式

  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. var gradingModes: Set[GradingMode]

    成绩记录方式

  28. var hasMakeup: Boolean

    是否有补考

  29. def hashCode(): Int
    Definition Classes
    Entity → AnyRef → Any
  30. var hours: Buffer[CourseHour]

    分类课时

  31. var id: Long
    Definition Classes
    NumId → Entity
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. var levels: Set[AcademicLevel]

    学历层次

  34. var majors: Set[Major]

    针对专业

  35. val name: String
    Definition Classes
    Named
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. def persisted: Boolean
    Definition Classes
    Entity
    Annotations
    @Transient()
  40. var practical: Boolean

    是否实践课程

  41. val project: Project
    Definition Classes
    ProjectBased
  42. val remark: Option[String]
    Definition Classes
    Remark
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. var teachers: Set[Teacher]

    教师

  45. var teachingGroup: Option[TeachingGroup]

    教研室

  46. var textbooks: Set[Textbook]

    推荐教材

  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. val updatedAt: Instant
    Definition Classes
    Updated
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. var weekHours: Int

    周课时

  53. var weeks: Int

    周数

  54. def within(date: LocalDate): Boolean
    Definition Classes
    TemporalOn
  55. var xmajors: Set[Major]

    排除专业

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Remark

Inherited from Named

Inherited from Coded

Inherited from TemporalOn

Inherited from Updated

Inherited from Ordered[Course]

Inherited from Comparable[Course]

Inherited from ProjectBased

Inherited from LongId

Inherited from LongIdEntity

Inherited from NumId[Long]

Inherited from Entity[Long]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped