class Session extends LongId with Ordered[Session] with Activity
教学活动
上课对象是任务对应的教学班学生
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Session
- Activity
- Ordered
- Comparable
- LongId
- LongIdEntity
- NumId
- Entity
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Session()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def <(that: Session): Boolean
- Definition Classes
- Ordered
- def <=(that: Session): Boolean
- Definition Classes
- Ordered
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def >(that: Session): Boolean
- Definition Classes
- Ordered
- def >=(that: Session): Boolean
- Definition Classes
- Ordered
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- var clazz: Clazz
教学任务
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def compare(other: Session): Int
对比活动
对比活动
- Definition Classes
- Session → Ordered
- def compareTo(that: Session): Int
- Definition Classes
- Ordered → Comparable
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(other: Any): Boolean
- Definition Classes
- Entity → AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- Entity → AnyRef → Any
- var id: Long
- Definition Classes
- NumId → Entity
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def persisted: Boolean
- Definition Classes
- Entity
- Annotations
- @Transient()
- var places: Option[String]
授课场所
- var rooms: Set[Classroom]
教室列表
- def startOn: LocalDate
- Definition Classes
- Session → Activity
- var subclazz: Option[Subclazz]
针对授课小班
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- var teachers: Set[Teacher]
授课教师列表
- var teachingMethod: TeachingMethod
授课方式
- var teachingNature: TeachingNature
授课性质
- var time: WeekTime
上课时间
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated