Packages

class Questionnaire extends LongId with Updated with TemporalOn with Remark

评教问卷

Linear Supertypes
Remark, TemporalOn, Updated, LongId, LongIdEntity, NumId[Long], Entity[Long], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Questionnaire
  2. Remark
  3. TemporalOn
  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. All

Instance Constructors

  1. new Questionnaire()

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. val beginOn: LocalDate
    Definition Classes
    TemporalOn
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. var createBy: String

    创建者

  8. var depart: Department

    创建部门

  9. var description: String

    简单描述

  10. val endOn: scala.Option[LocalDate]
    Definition Classes
    TemporalOn
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(other: Any): Boolean
    Definition Classes
    Entity → AnyRef → Any
  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. var project: Project
  22. var questions: Buffer[Question]

    相关联的问题

  23. val remark: scala.Option[String]
    Definition Classes
    Remark
  24. var state: Boolean

    使用状态

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

    问卷标题

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

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Remark

Inherited from TemporalOn

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