org.openurp.sin.harvest.model

LiteratureBean

Related Doc: package model

class LiteratureBean extends IntIdBean with Literature

Linear Supertypes
Literature, Named, IntIdEntity, IntIdBean, NumIdBean[Integer], Entity[Integer], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LiteratureBean
  2. Literature
  3. Named
  4. IntIdEntity
  5. IntIdBean
  6. NumIdBean
  7. Entity
  8. Serializable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LiteratureBean()

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. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. var confirm: Boolean

    Definition Classes
    Literature
  7. var count: Float

    Definition Classes
    Literature
  8. var department: Department

    Definition Classes
    Literature
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(other: Any): Boolean

    Definition Classes
    Entity → AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. var harvestType: HarvestType

    Definition Classes
    Literature
  14. def hashCode(): Int

    Definition Classes
    Entity → AnyRef → Any
  15. var id: Integer

    Definition Classes
    NumIdBean → Entity
  16. var introduction: String

    Definition Classes
    Literature
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. var isTranslate: Boolean

    Definition Classes
    Literature
  19. var isbn: String

    Definition Classes
    Literature
  20. var name: String

    Definition Classes
    Named
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def persisted: Boolean

    Definition Classes
    Entity
    Annotations
    @Transient()
  25. var publishDate: Date

    Definition Classes
    Literature
  26. var publishHouse: String

    Definition Classes
    Literature
  27. var researcher: Researcher

    Definition Classes
    Literature
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Literature

Inherited from Named

Inherited from IntIdEntity

Inherited from IntIdBean

Inherited from NumIdBean[Integer]

Inherited from Entity[Integer]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped