c

org.openurp.edu.program.model

ProgramDocSection

class ProgramDocSection extends LongId with Named with Hierarchical[ProgramDocSection]

培养方案章节

Linear Supertypes
Hierarchical[ProgramDocSection], Ordered[ProgramDocSection], Comparable[ProgramDocSection], Named, LongId, LongIdEntity, NumId[Long], Entity[Long], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProgramDocSection
  2. Hierarchical
  3. Ordered
  4. Comparable
  5. Named
  6. LongId
  7. LongIdEntity
  8. NumId
  9. Entity
  10. Serializable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ProgramDocSection()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def <(that: ProgramDocSection): Boolean
    Definition Classes
    Ordered
  4. def <=(that: ProgramDocSection): Boolean
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def >(that: ProgramDocSection): Boolean
    Definition Classes
    Ordered
  7. def >=(that: ProgramDocSection): Boolean
    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val children: Buffer[ProgramDocSection]
    Definition Classes
    Hierarchical
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. def compare(that: ProgramDocSection): Int
    Definition Classes
    Hierarchical → Ordered
  12. def compareTo(that: ProgramDocSection): Int
    Definition Classes
    Ordered → Comparable
  13. var contents: String

    内容

  14. def depth: Int
    Definition Classes
    Hierarchical
  15. var doc: ProgramDoc

    文档

  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(other: Any): Boolean
    Definition Classes
    Entity → AnyRef → Any
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    Entity → AnyRef → Any
  20. var id: Long
    Definition Classes
    NumId → Entity
  21. val indexno: String
    Definition Classes
    Hierarchical
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def lastindex: Int
    Definition Classes
    Hierarchical
  24. val name: String
    Definition Classes
    Named
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. val parent: Option[ProgramDocSection]
    Definition Classes
    Hierarchical
  29. def persisted: Boolean
    Definition Classes
    Entity
    Annotations
    @Transient()
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Hierarchical[ProgramDocSection]

Inherited from Ordered[ProgramDocSection]

Inherited from Comparable[ProgramDocSection]

Inherited from Named

Inherited from LongId

Inherited from LongIdEntity

Inherited from NumId[Long]

Inherited from Entity[Long]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped