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

项目

Linear Supertypes
Named, Updated, TemporalOn, Coded, IntId, 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. NumId
  8. Entity
  9. Serializable
  10. Serializable
  11. AnyRef
  12. 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. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. val code: String
    Definition Classes
    Coded
  10. var departments: Buffer[Department]

    部门列表

  11. var description: String

    描述

  12. val endOn: Option[LocalDate]
    Definition Classes
    TemporalOn
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(other: Any): Boolean
    Definition Classes
    Entity → AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    Entity → AnyRef → Any
  18. var id: Int
    Definition Classes
    NumId → Entity
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. var levels: Buffer[EducationLevel]

    学历层次列表

  21. var minor: Boolean

    是否辅修

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

    项目属性

  28. var school: School

    适用学校

  29. var stdLabels: Buffer[StdLabel]

    学生分类列表

  30. var stdTypes: Buffer[StdType]

    学生类别

  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. val updatedAt: Instant
    Definition Classes
    Updated
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. 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 NumId[Int]

Inherited from Entity[Int]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped