Class

moe.pizza.sdeapi.Tables

DgmattributetypesRow

Related Doc: package Tables

Permalink

case class DgmattributetypesRow(attributeid: Short, attributename: Option[String] = None, description: Option[String] = None, iconid: Option[Int] = None, defaultvalue: Option[Double] = None, published: Option[Boolean] = None, displayname: Option[String] = None, unitid: Option[Byte] = None, stackable: Option[Boolean] = None, highisgood: Option[Boolean] = None, categoryid: Option[Byte] = None) extends Product with Serializable

Entity class storing rows of table Dgmattributetypes

attributeid

Database column attributeID SqlType(SMALLINT), PrimaryKey

attributename

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

description

Database column description SqlType(VARCHAR), Length(1000,true), Default(None)

iconid

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

defaultvalue

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

published

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

displayname

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

unitid

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

stackable

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

highisgood

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

categoryid

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

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DgmattributetypesRow
  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 DgmattributetypesRow(attributeid: Short, attributename: Option[String] = None, description: Option[String] = None, iconid: Option[Int] = None, defaultvalue: Option[Double] = None, published: Option[Boolean] = None, displayname: Option[String] = None, unitid: Option[Byte] = None, stackable: Option[Boolean] = None, highisgood: Option[Boolean] = None, categoryid: Option[Byte] = None)

    Permalink

    attributeid

    Database column attributeID SqlType(SMALLINT), PrimaryKey

    attributename

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

    description

    Database column description SqlType(VARCHAR), Length(1000,true), Default(None)

    iconid

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

    defaultvalue

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

    published

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

    displayname

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

    unitid

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

    stackable

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

    highisgood

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

    categoryid

    Database column categoryID SqlType(TINYINT UNSIGNED), 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 attributeid: Short

    Permalink

    Database column attributeID SqlType(SMALLINT), PrimaryKey

  6. val attributename: Option[String]

    Permalink

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

  7. val categoryid: Option[Byte]

    Permalink

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

  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val defaultvalue: Option[Double]

    Permalink

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

  10. val description: Option[String]

    Permalink

    Database column description SqlType(VARCHAR), Length(1000,true), Default(None)

  11. val displayname: Option[String]

    Permalink

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

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

    Permalink
    Definition Classes
    AnyRef
  13. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. val highisgood: Option[Boolean]

    Permalink

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

  16. val iconid: Option[Int]

    Permalink

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

  17. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. val published: Option[Boolean]

    Permalink

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

  22. val stackable: Option[Boolean]

    Permalink

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

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

    Permalink
    Definition Classes
    AnyRef
  24. val unitid: Option[Byte]

    Permalink

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

  25. final def wait(): Unit

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

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