org.openurp.edu.lesson.model

Lesson

Related Doc: package model

class Lesson extends LongId with ProjectBased with Updated with Cloneable with YearId

教学任务 每学期开课任务,以此为开始作为排课、排考、成绩录入的依据。代表着从对上课对象和开课院系的完整的教学实际任务信息. - 1、教什么(课程名称、类别)、什么时候教(学年学期),谁来教(授课学院、零个或多个教师) - 2、教学班信息——教谁(学生人数、上课对象(院系、学生类别)、选课对象)

Linear Supertypes
YearId, Cloneable, Cloneable, Updated, ProjectBased, LongId, NumId[Long], Entity[Long], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Lesson
  2. YearId
  3. Cloneable
  4. Cloneable
  5. Updated
  6. ProjectBased
  7. LongId
  8. NumId
  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

Instance Constructors

  1. new Lesson()

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. var campus: Campus

    开课校区

  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. var course: Course

    课程

  8. var courseType: CourseType

    课程类别

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

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

    Definition Classes
    Entity → AnyRef → Any
  11. var exam: ExamSchedule

    考试安排

  12. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  14. var group: LessonGroup

    所属课程组

  15. def hashCode(): Int

    Definition Classes
    Entity → AnyRef → Any
  16. var id: Long

    Definition Classes
    NumId → Entity
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. var langType: TeachLangType

    授课语言类型

  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. var no: String

    课程序号

  21. final def notify(): Unit

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

    Definition Classes
    AnyRef
  23. def persisted: Boolean

    Definition Classes
    Entity
    Annotations
    @Transient()
  24. var project: Project

    Definition Classes
    ProjectBased
  25. var remark: String

    备注

  26. var schedule: CourseSchedule

    课程安排

  27. var semester: Semester

    教学日历

  28. var state: State

    审核状态

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

    Definition Classes
    AnyRef
  30. var tags: Set[LessonTag]

  31. var teachDepart: Department

    开课院系

  32. var teachclass: Teachclass

    教学班

  33. var teachers: Buffer[Staff]

    授课教师

  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. var updatedAt: Date

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def year: Int

    Definition Classes
    Lesson → YearId

Inherited from YearId

Inherited from Cloneable

Inherited from Cloneable

Inherited from Updated

Inherited from ProjectBased

Inherited from LongId

Inherited from NumId[Long]

Inherited from Entity[Long]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped