org.openurp.edu.lesson.model

CourseTake

Related Doc: package model

class CourseTake extends LongId with Updated with Cloneable with Ordered[CourseTake]

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

Value Members

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

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

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

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

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

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

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

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

    Definition Classes
    Any
  9. def clone(): AnyRef

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

    Definition Classes
    CourseTake → Ordered
  11. def compareTo(that: CourseTake): Int

    Definition Classes
    Ordered → Comparable
  12. var course: Course

  13. var electionMode: ElectionMode

    选课方式 *

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

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

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

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

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

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

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

    Definition Classes
    Any
  21. var lesson: Lesson

    教学任务

  22. var limitGroup: LessonLimitGroup

    授课对象组

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

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

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

    Definition Classes
    AnyRef
  26. def persisted: Boolean

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

    备注

  28. var semester: Semester

  29. var std: Student

    学生

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

    Definition Classes
    AnyRef
  31. var takeType: CourseTakeType

    修读类别

  32. var temporary: Boolean

    是否临时(预选)

  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. var turn: Integer

    选课轮次

  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( ... )

Inherited from Ordered[CourseTake]

Inherited from Comparable[CourseTake]

Inherited from Cloneable

Inherited from Cloneable

Inherited from Updated

Inherited from LongId

Inherited from NumId[Long]

Inherited from Entity[Long]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped