Class

com.bnd.chemistry.domain

AcSpecies

Related Doc: package domain

Permalink

class AcSpecies extends AcVariable[AcSpeciesSet]

Linear Supertypes
AcVariable[AcSpeciesSet], TechnicalDomainObject, DomainObject[Long], Serializable, KeyHolder[Long], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AcSpecies
  2. AcVariable
  3. TechnicalDomainObject
  4. DomainObject
  5. Serializable
  6. KeyHolder
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AcSpecies(label: String)

    Permalink
  2. new AcSpecies(id: Long)

    Permalink
  3. new AcSpecies()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def copyFrom(arg0: DomainObject[Long]): Unit

    Permalink
    Definition Classes
    DomainObject
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(object: Any): Boolean

    Permalink
    Definition Classes
    AcVariable → DomainObject → AnyRef → Any
  9. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def getGroup(): AcSpeciesGroup

    Permalink
  12. def getId(): Long

    Permalink
    Definition Classes
    TechnicalDomainObject
  13. def getKey(): Long

    Permalink
    Definition Classes
    TechnicalDomainObject → KeyHolder
  14. def getLabel(): String

    Permalink
    Definition Classes
    AcVariable
  15. def getParentSet(): AcSpeciesSet

    Permalink
    Definition Classes
    AcVariable
  16. def getSortOrder(): Integer

    Permalink
    Definition Classes
    AcVariable
  17. def getStructure(): String

    Permalink
  18. def getVariableIndex(): Integer

    Permalink
    Definition Classes
    AcVariable
  19. def getVersion(): Long

    Permalink
    Definition Classes
    TechnicalDomainObject
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AcVariable → DomainObject → AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def setGroup(group: AcSpeciesGroup): Unit

    Permalink
    Attributes
    protected[com.bnd.chemistry.domain]
  26. def setId(arg0: Long): Unit

    Permalink
    Definition Classes
    TechnicalDomainObject
  27. def setKey(arg0: Long): Unit

    Permalink
    Definition Classes
    TechnicalDomainObject → KeyHolder
  28. def setLabel(label: String): Unit

    Permalink
    Definition Classes
    AcVariable
  29. def setParentSet(parentSet: AcSpeciesSet): Unit

    Permalink
    Attributes
    protected[com.bnd.chemistry.domain]
    Definition Classes
    AcVariable
  30. def setParentSetUnsafe(parentSet: AcVariableSetIF[_]): Unit

    Permalink
    Attributes
    protected[com.bnd.chemistry.domain]
    Definition Classes
    AcVariable
  31. def setSortOrder(sortOrder: Integer): Unit

    Permalink
    Definition Classes
    AcVariable
  32. def setStructure(structure: String): Unit

    Permalink
  33. def setVariableIndex(index: Integer): Unit

    Permalink
    Definition Classes
    AcVariable
  34. def setVersion(arg0: Long): Unit

    Permalink
    Definition Classes
    TechnicalDomainObject
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def toString(): String

    Permalink
    Definition Classes
    AcSpeciesAcVariable → DomainObject → AnyRef → Any
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AcVariable[AcSpeciesSet]

Inherited from TechnicalDomainObject

Inherited from DomainObject[Long]

Inherited from Serializable

Inherited from KeyHolder[Long]

Inherited from AnyRef

Inherited from Any

Ungrouped