class Project extends IntId with Coded with TemporalOn with Updated with Named

项目

Linear Supertypes
Named, Updated, TemporalOn, Coded, IntId, IntIdEntity, NumId[Int], Entity[Int], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Project
  2. Named
  3. Updated
  4. TemporalOn
  5. Coded
  6. IntId
  7. IntIdEntity
  8. NumId
  9. Entity
  10. Serializable
  11. Serializable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Project()

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. var calendars: Buffer[Calendar]

    使用校历

  7. var campuses: Buffer[Campus]

    校区列表

  8. var category: EduCategory

    教育类别

  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. val code: String
    Definition Classes
    Coded
  11. var departments: Buffer[Department]

    部门列表

  12. var description: String

    描述

  13. val endOn: Option[LocalDate]
    Definition Classes
    TemporalOn
  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
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    Entity → AnyRef → Any
  19. var id: Int
    Definition Classes
    NumId → Entity
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. var levels: Buffer[EducationLevel]

    学历层次列表

  22. var minor: Boolean

    是否辅修

  23. val name: String
    Definition Classes
    Named
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def persisted: Boolean
    Definition Classes
    Entity
    Annotations
    @Transient()
  28. var properties: Map[String, String]

    项目属性

  29. var school: School

    适用学校

  30. var stdLabels: Buffer[StdLabel]

    学生分类列表

  31. var stdTypes: Buffer[StdType]

    学生类别

  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. val updatedAt: Instant
    Definition Classes
    Updated
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Named

Inherited from Updated

Inherited from TemporalOn

Inherited from Coded

Inherited from IntId

Inherited from IntIdEntity

Inherited from NumId[Int]

Inherited from Entity[Int]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped