Class

moe.pizza.sdeapi.Tables

InvtypesRow

Related Doc: package Tables

Permalink

case class InvtypesRow(typeid: Int, groupid: Option[Int] = None, typename: Option[String] = None, description: Option[String] = None, mass: Option[Double] = None, volume: Option[Double] = None, capacity: Option[Double] = None, portionsize: Option[Int] = None, raceid: Option[Short] = None, baseprice: Option[BigDecimal] = None, published: Option[Boolean] = None, marketgroupid: Option[Long] = None, iconid: Option[Long] = None, soundid: Option[Long] = None) extends Product with Serializable

Entity class storing rows of table Invtypes

typeid

Database column typeID SqlType(INT), PrimaryKey

groupid

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

typename

Database column typeName SqlType(VARCHAR), Length(100,true), Default(None)

description

Database column description SqlType(LONGTEXT), Length(2147483647,true), Default(None)

mass

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

volume

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

capacity

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

portionsize

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

raceid

Database column raceID SqlType(SMALLINT), Default(None)

baseprice

Database column basePrice SqlType(DECIMAL), Default(None)

published

Database column published SqlType(BIT), Default(None)

marketgroupid

Database column marketGroupID SqlType(BIGINT), Default(None)

iconid

Database column iconID SqlType(BIGINT), Default(None)

soundid

Database column soundID SqlType(BIGINT), Default(None)

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. InvtypesRow
  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 InvtypesRow(typeid: Int, groupid: Option[Int] = None, typename: Option[String] = None, description: Option[String] = None, mass: Option[Double] = None, volume: Option[Double] = None, capacity: Option[Double] = None, portionsize: Option[Int] = None, raceid: Option[Short] = None, baseprice: Option[BigDecimal] = None, published: Option[Boolean] = None, marketgroupid: Option[Long] = None, iconid: Option[Long] = None, soundid: Option[Long] = None)

    Permalink

    typeid

    Database column typeID SqlType(INT), PrimaryKey

    groupid

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

    typename

    Database column typeName SqlType(VARCHAR), Length(100,true), Default(None)

    description

    Database column description SqlType(LONGTEXT), Length(2147483647,true), Default(None)

    mass

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

    volume

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

    capacity

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

    portionsize

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

    raceid

    Database column raceID SqlType(SMALLINT), Default(None)

    baseprice

    Database column basePrice SqlType(DECIMAL), Default(None)

    published

    Database column published SqlType(BIT), Default(None)

    marketgroupid

    Database column marketGroupID SqlType(BIGINT), Default(None)

    iconid

    Database column iconID SqlType(BIGINT), Default(None)

    soundid

    Database column soundID SqlType(BIGINT), 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. val baseprice: Option[BigDecimal]

    Permalink

    Database column basePrice SqlType(DECIMAL), Default(None)

  6. val capacity: Option[Double]

    Permalink

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

  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val description: Option[String]

    Permalink

    Database column description SqlType(LONGTEXT), Length(2147483647,true), Default(None)

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

    Permalink
    Definition Classes
    AnyRef
  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. val groupid: Option[Int]

    Permalink

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

  13. val iconid: Option[Long]

    Permalink

    Database column iconID SqlType(BIGINT), Default(None)

  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. val marketgroupid: Option[Long]

    Permalink

    Database column marketGroupID SqlType(BIGINT), Default(None)

  16. val mass: Option[Double]

    Permalink

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  20. val portionsize: Option[Int]

    Permalink

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

  21. val published: Option[Boolean]

    Permalink

    Database column published SqlType(BIT), Default(None)

  22. val raceid: Option[Short]

    Permalink

    Database column raceID SqlType(SMALLINT), Default(None)

  23. val soundid: Option[Long]

    Permalink

    Database column soundID SqlType(BIGINT), Default(None)

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

    Permalink
    Definition Classes
    AnyRef
  25. val typeid: Int

    Permalink

    Database column typeID SqlType(INT), PrimaryKey

  26. val typename: Option[String]

    Permalink

    Database column typeName SqlType(VARCHAR), Length(100,true), Default(None)

  27. val volume: Option[Double]

    Permalink

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

  28. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. 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