org.openurp.edu.base.model

Project

Related Doc: package model

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
Learn more about member selection
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. var beginOn: Date

    Definition Classes
    TemporalOn
  6. var calendar: Calendar

    使用校历

  7. var campuses: Buffer[Campus]

    校区列表

  8. def clone(): AnyRef

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

    Definition Classes
    Coded
  10. var departments: Buffer[Department]

    部门列表

  11. var description: String

    描述

  12. var educations: Buffer[Education]

    学历层次列表

  13. var endOn: Date

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

    是否辅修

  22. var name: String

    Definition Classes
    Named
  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 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. var timeSettings: Buffer[TimeSetting]

    小节设置

  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. var updatedAt: Date

    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
    @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