Packages

class CourseTaker extends LongId with Updated with Cloneable with Remark

上课名单

Linear Supertypes
Remark, Cloneable, Updated, LongId, LongIdEntity, NumId[Long], Entity[Long], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CourseTaker
  2. Remark
  3. Cloneable
  4. Updated
  5. LongId
  6. LongIdEntity
  7. NumId
  8. Entity
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CourseTaker()

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

    是否替代

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. var clazz: Clazz

    教学任务

  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. var course: Course

    课程

  9. var electionMode: ElectionMode

    选课方式 *

  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(other: Any): Boolean
    Definition Classes
    Entity → AnyRef → Any
  12. var freeListening: Boolean

    是否免听

  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    Entity → AnyRef → Any
  15. var id: Long
    Definition Classes
    NumId → Entity
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def persisted: Boolean
    Definition Classes
    Entity
    Annotations
    @Transient()
  21. val remark: Option[String]
    Definition Classes
    Remark
  22. var semester: Semester

    学期

  23. var std: Student

    学生

  24. var subclazz: Option[Subclazz]

    上课小班

  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. var takeType: CourseTakeType

    修读类别

  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. val updatedAt: Instant
    Definition Classes
    Updated
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Remark

Inherited from Cloneable

Inherited from Updated

Inherited from LongId

Inherited from LongIdEntity

Inherited from NumId[Long]

Inherited from Entity[Long]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped