Class

com.bnd.network.domain

NetworkType

Related Doc: package domain

Permalink

class NetworkType extends TechnicalDomainObject

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

Instance Constructors

  1. new NetworkType()

    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. def addNetDefinition(netDefinition: Network[_]): Unit

    Permalink
    Attributes
    protected[com.bnd.network.domain]
  5. def addSubType(subType: NetworkType): Unit

    Permalink
  6. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getCreateTime(): Date

    Permalink
  14. def getId(): Long

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

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

    Permalink
  17. def getNetDefinitions(): Set[Network[_]]

    Permalink
  18. def getSubTypes(): Set[NetworkType]

    Permalink
  19. def getSuperType(): NetworkType

    Permalink
  20. def getVersion(): Long

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def removeNetDefinition(netDefinition: Network[_]): Unit

    Permalink
    Attributes
    protected[com.bnd.network.domain]
  27. def removeSubType(subType: NetworkType): Unit

    Permalink
  28. def setCreateTime(createTime: Date): Unit

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

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

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

    Permalink
  32. def setNetDefinitions(netDefinitions: Set[Network[_]]): Unit

    Permalink
    Attributes
    protected[com.bnd.network.domain]
  33. def setSubTypes(subTypes: Set[NetworkType]): Unit

    Permalink
    Attributes
    protected[com.bnd.network.domain]
  34. def setSuperType(superType: NetworkType): Unit

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

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

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

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

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

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

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

Inherited from TechnicalDomainObject

Inherited from DomainObject[Long]

Inherited from Serializable

Inherited from KeyHolder[Long]

Inherited from AnyRef

Inherited from Any

Ungrouped