Class

com.bnd.network.domain

NetworkWeightSetting

Related Doc: package domain

Permalink

abstract class NetworkWeightSetting[T] extends TechnicalDomainObject with Comparable[Topology]

Linear Supertypes
Comparable[Topology], TechnicalDomainObject, DomainObject[Long], Serializable, KeyHolder[Long], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NetworkWeightSetting
  2. Comparable
  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 NetworkWeightSetting()

    Permalink

Abstract Value Members

  1. abstract def hasLayers(): Boolean

    Permalink
  2. abstract def isTemplate(): Boolean

    Permalink

Concrete 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 compareTo(anotherTopology: Topology): Int

    Permalink
    Definition Classes
    NetworkWeightSetting → Comparable
  7. def copyFrom(arg0: DomainObject[Long]): Unit

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

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getCreatedBy(): User

    Permalink
  13. def getId(): Long

    Permalink
    Definition Classes
    TechnicalDomainObject
  14. def getIndex(): Integer

    Permalink
  15. def getKey(): Long

    Permalink
    Definition Classes
    TechnicalDomainObject → KeyHolder
  16. def getName(): String

    Permalink
  17. def getParent(): NetworkWeightSetting[T]

    Permalink
  18. def getTimeCreated(): Date

    Permalink
  19. def getVersion(): Long

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

    Permalink
    Definition Classes
    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 setCreatedBy(createdBy: User): Unit

    Permalink
  26. def setId(arg0: Long): Unit

    Permalink
    Definition Classes
    TechnicalDomainObject
  27. def setIndex(index: Integer): Unit

    Permalink
  28. def setKey(arg0: Long): Unit

    Permalink
    Definition Classes
    TechnicalDomainObject → KeyHolder
  29. def setName(name: String): Unit

    Permalink
  30. def setParent(parent: NetworkWeightSetting[T]): Unit

    Permalink
    Attributes
    protected[com.bnd.network.domain]
  31. def setTimeCreated(timeCreated: Date): Unit

    Permalink
  32. def setVersion(arg0: Long): Unit

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

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

    Permalink
    Definition Classes
    NetworkWeightSetting → DomainObject → AnyRef → Any
  35. final def wait(): Unit

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

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

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

Inherited from Comparable[Topology]

Inherited from TechnicalDomainObject

Inherited from DomainObject[Long]

Inherited from Serializable

Inherited from KeyHolder[Long]

Inherited from AnyRef

Inherited from Any

Ungrouped