org.openurp.edu.teach.schedule.model

CourseActivity

Related Doc: package model

class CourseActivity extends LongId with Ordered[CourseActivity] with Activity with TemporalOn

教学活动

上课对象是任务对应的教学班学生

Linear Supertypes
TemporalOn, Activity, TemporalAt, Ordered[CourseActivity], Comparable[CourseActivity], LongId, NumId[Long], Entity[Long], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CourseActivity
  2. TemporalOn
  3. Activity
  4. TemporalAt
  5. Ordered
  6. Comparable
  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 CourseActivity()

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. def <(that: CourseActivity): Boolean

    Definition Classes
    Ordered
  4. def <=(that: CourseActivity): Boolean

    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. def >(that: CourseActivity): Boolean

    Definition Classes
    Ordered
  7. def >=(that: CourseActivity): Boolean

    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. var beginAt: Date

    Definition Classes
    TemporalAt
  10. var beginOn: Date

    Definition Classes
    TemporalOn
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def compare(other: CourseActivity): Int

    Definition Classes
    CourseActivity → Ordered
  13. def compareTo(that: CourseActivity): Int

    Definition Classes
    Ordered → Comparable
  14. var endAt: Date

    Definition Classes
    TemporalAt
  15. var endOn: Date

    Definition Classes
    TemporalOn
  16. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    Entity → AnyRef → Any
  18. def finalize(): Unit

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

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

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

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

    Definition Classes
    Any
  23. var lesson: Lesson

    教学任务

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

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

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

    Definition Classes
    AnyRef
  27. def persisted: Boolean

    Definition Classes
    Entity
    Annotations
    @Transient()
  28. var remark: String

    排课备注

  29. var rooms: Set[Classroom]

    教室列表

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

    Definition Classes
    AnyRef
  31. var teachers: Set[Staff]

    授课教师列表

  32. var time: WeekTime

    上课时间

  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TemporalOn

Inherited from Activity

Inherited from TemporalAt

Inherited from Ordered[CourseActivity]

Inherited from Comparable[CourseActivity]

Inherited from LongId

Inherited from NumId[Long]

Inherited from Entity[Long]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped