org.openurp.edu.teach.lesson

Lesson

Related Doc: package lesson

trait Lesson extends LongIdEntity with ProjectBased with Updated with Cloneable with YearId

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

Linear Supertypes
YearId, Cloneable, Cloneable, Updated, ProjectBased, LongIdEntity, Entity[Long], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Lesson
  2. YearId
  3. Cloneable
  4. Cloneable
  5. Updated
  6. ProjectBased
  7. LongIdEntity
  8. Entity
  9. Serializable
  10. Serializable
  11. AnyRef
  12. 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. 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. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. var langType: TeachLangType

    授课语言类型

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

    Definition Classes
    AnyRef
  19. var no: String

    课程序号

  20. final def notify(): Unit

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

    Definition Classes
    AnyRef
  22. def persisted: Boolean

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

    Definition Classes
    ProjectBased
  24. var remark: String

    备注

  25. var schedule: CourseSchedule

    课程安排

  26. var semester: Semester

    教学日历

  27. var state: State

    审核状态

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

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

  30. var teachClass: TeachClass

    教学班

  31. var teachDepart: Department

    开课院系

  32. var teachers: Buffer[Teacher]

    授课教师

  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. var updatedAt: Date

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

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

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

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

    Definition Classes
    Lesson → YearId

Inherited from YearId

Inherited from Cloneable

Inherited from Cloneable

Inherited from Updated

Inherited from ProjectBased

Inherited from LongIdEntity

Inherited from Entity[Long]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped