Class

moe.pizza.sdeapi.Tables

InvcontroltowerresourcesRow

Related Doc: package Tables

Permalink

case class InvcontroltowerresourcesRow(controltowertypeid: Int, resourcetypeid: Int, purpose: Option[Byte] = None, quantity: Option[Int] = None, minsecuritylevel: Option[Double] = None, factionid: Option[Int] = None) extends Product with Serializable

Entity class storing rows of table Invcontroltowerresources

controltowertypeid

Database column controlTowerTypeID SqlType(INT)

resourcetypeid

Database column resourceTypeID SqlType(INT)

purpose

Database column purpose SqlType(TINYINT UNSIGNED), Default(None)

quantity

Database column quantity SqlType(INT), Default(None)

minsecuritylevel

Database column minSecurityLevel SqlType(DOUBLE), Default(None)

factionid

Database column factionID SqlType(INT), Default(None)

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. InvcontroltowerresourcesRow
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InvcontroltowerresourcesRow(controltowertypeid: Int, resourcetypeid: Int, purpose: Option[Byte] = None, quantity: Option[Int] = None, minsecuritylevel: Option[Double] = None, factionid: Option[Int] = None)

    Permalink

    controltowertypeid

    Database column controlTowerTypeID SqlType(INT)

    resourcetypeid

    Database column resourceTypeID SqlType(INT)

    purpose

    Database column purpose SqlType(TINYINT UNSIGNED), Default(None)

    quantity

    Database column quantity SqlType(INT), Default(None)

    minsecuritylevel

    Database column minSecurityLevel SqlType(DOUBLE), Default(None)

    factionid

    Database column factionID SqlType(INT), Default(None)

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. val controltowertypeid: Int

    Permalink

    Database column controlTowerTypeID SqlType(INT)

  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. val factionid: Option[Int]

    Permalink

    Database column factionID SqlType(INT), Default(None)

  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. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. val minsecuritylevel: Option[Double]

    Permalink

    Database column minSecurityLevel SqlType(DOUBLE), Default(None)

  13. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  16. val purpose: Option[Byte]

    Permalink

    Database column purpose SqlType(TINYINT UNSIGNED), Default(None)

  17. val quantity: Option[Int]

    Permalink

    Database column quantity SqlType(INT), Default(None)

  18. val resourcetypeid: Int

    Permalink

    Database column resourceTypeID SqlType(INT)

  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  20. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped