org.openurp.edu.base.code

ExamStatus

Related Docs: object ExamStatus | package code

trait ExamStatus extends BaseCode

考试情况 正常、作弊、旷考等

Annotations
@code()
Linear Supertypes
BaseCode, Coded, Named, IntIdEntity, Entity[Integer], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExamStatus
  2. BaseCode
  3. Coded
  4. Named
  5. IntIdEntity
  6. Entity
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def enName: String

    Definition Classes
    BaseCode
  2. abstract def id: Integer

    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 attend: Boolean

    是否参加考试

  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. var code: String

    Definition Classes
    Coded
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    Entity → AnyRef → Any
  13. var inputable: Boolean

    能否录入成绩

    能否录入成绩

    returns

  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. var name: String

    Definition Classes
    Named
  16. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. var needAttendDelay: Boolean

    是否需要参加下一次缓考

    是否需要参加下一次缓考

    returns

  18. final def notify(): Unit

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

    Definition Classes
    AnyRef
  20. def persisted: Boolean

    Definition Classes
    Entity
    Annotations
    @Transient()
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  22. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BaseCode

Inherited from Coded

Inherited from Named

Inherited from IntIdEntity

Inherited from Entity[Integer]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped