org.openurp.edu.base

Course

Related Doc: package base

trait Course extends LongIdEntity with ProjectBased with Ordered[Course] with Updated with Coded with Named

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

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

Since

2008-09-24

Linear Supertypes
Named, Coded, Updated, Ordered[Course], Comparable[Course], ProjectBased, LongIdEntity, Entity[Long], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Course
  2. Named
  3. Coded
  4. Updated
  5. Ordered
  6. Comparable
  7. ProjectBased
  8. LongIdEntity
  9. Entity
  10. Serializable
  11. Serializable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def id: Long

    Definition Classes
    Entity

Concrete 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. var calGp: Boolean

    是否计算绩点 *

  11. var category: CourseCategory

    课程种类代码

  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. var code: String

    Definition Classes
    Coded
  14. def compare(other: Course): Int

    Definition Classes
    Course → Ordered
  15. def compareTo(that: Course): Int

    Definition Classes
    Ordered → Comparable
  16. var courseType: CourseType

    课程类型

  17. var credits: Float

    学分

  18. var department: Department

    院系

  19. var education: Education

    学历层次

  20. var enName: String

    课程英文名

  21. var enabled: Boolean

    课程使用状态

  22. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. def equals(other: Any): Boolean

    Definition Classes
    Entity → AnyRef → Any
  24. var establishOn: Date

    设立时间

  25. var examMode: ExamMode

    考试方式

  26. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  28. def hashCode(): Int

    Definition Classes
    Entity → AnyRef → Any
  29. var hours: Seq[CourseHour]

    分类课时

  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. var majors: Set[Major]

    针对专业

  32. var markStyle: ScoreMarkStyle

    成绩记录方式

  33. var name: String

    Definition Classes
    Named
  34. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  37. var period: Integer

    学时/总课时

  38. def persisted: Boolean

    Definition Classes
    Entity
    Annotations
    @Transient()
  39. var prerequisites: Set[Course]

    先修课程

  40. var project: Project

    Definition Classes
    ProjectBased
  41. var remark: String

    课程备注

  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. var teachers: Set[Teacher]

  44. var textbooks: Set[Textbook]

  45. def toString(): String

    Definition Classes
    AnyRef → Any
  46. var updatedAt: Date

    Definition Classes
    Updated
  47. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. var weekHour: Integer

    周课时

  51. var weeks: Integer

    周数

  52. var xmajors: Set[Major]

    排除专业

Inherited from Named

Inherited from Coded

Inherited from Updated

Inherited from Ordered[Course]

Inherited from Comparable[Course]

Inherited from ProjectBased

Inherited from LongIdEntity

Inherited from Entity[Long]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped