Class

moe.pizza.sdeapi.Tables

ChrancestriesRow

Related Doc: package Tables

Permalink

case class ChrancestriesRow(ancestryid: Byte, ancestryname: Option[String] = None, bloodlineid: Option[Byte] = None, description: Option[String] = None, perception: Option[Byte] = None, willpower: Option[Byte] = None, charisma: Option[Byte] = None, memory: Option[Byte] = None, intelligence: Option[Byte] = None, iconid: Option[Int] = None, shortdescription: Option[String] = None) extends Product with Serializable

Entity class storing rows of table Chrancestries

ancestryid

Database column ancestryID SqlType(TINYINT UNSIGNED), PrimaryKey

ancestryname

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

bloodlineid

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

description

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

perception

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

willpower

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

charisma

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

memory

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

intelligence

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

iconid

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

shortdescription

Database column shortDescription SqlType(VARCHAR), Length(500,true), Default(None)

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ChrancestriesRow
  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 ChrancestriesRow(ancestryid: Byte, ancestryname: Option[String] = None, bloodlineid: Option[Byte] = None, description: Option[String] = None, perception: Option[Byte] = None, willpower: Option[Byte] = None, charisma: Option[Byte] = None, memory: Option[Byte] = None, intelligence: Option[Byte] = None, iconid: Option[Int] = None, shortdescription: Option[String] = None)

    Permalink

    ancestryid

    Database column ancestryID SqlType(TINYINT UNSIGNED), PrimaryKey

    ancestryname

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

    bloodlineid

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

    description

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

    perception

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

    willpower

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

    charisma

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

    memory

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

    intelligence

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

    iconid

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

    shortdescription

    Database column shortDescription SqlType(VARCHAR), Length(500,true), 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. val ancestryid: Byte

    Permalink

    Database column ancestryID SqlType(TINYINT UNSIGNED), PrimaryKey

  5. val ancestryname: Option[String]

    Permalink

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

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val bloodlineid: Option[Byte]

    Permalink

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

  8. val charisma: Option[Byte]

    Permalink

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

  9. def clone(): AnyRef

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

    Permalink

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. val iconid: Option[Int]

    Permalink

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

  15. val intelligence: Option[Byte]

    Permalink

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

  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. val memory: Option[Byte]

    Permalink

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

  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 perception: Option[Byte]

    Permalink

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

  22. val shortdescription: Option[String]

    Permalink

    Database column shortDescription SqlType(VARCHAR), Length(500,true), Default(None)

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. val willpower: Option[Byte]

    Permalink

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped