Class

moe.pizza.sdeapi.Tables

ChrbloodlinesRow

Related Doc: package Tables

Permalink

case class ChrbloodlinesRow(bloodlineid: Byte, bloodlinename: Option[String] = None, raceid: Option[Byte] = None, description: Option[String] = None, maledescription: Option[String] = None, femaledescription: Option[String] = None, shiptypeid: Option[Int] = None, corporationid: Option[Int] = 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, shortmaledescription: Option[String] = None, shortfemaledescription: Option[String] = None) extends Product with Serializable

Entity class storing rows of table Chrbloodlines

bloodlineid

Database column bloodlineID SqlType(TINYINT UNSIGNED), PrimaryKey

bloodlinename

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

raceid

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

description

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

maledescription

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

femaledescription

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

shiptypeid

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

corporationid

Database column corporationID SqlType(INT), 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)

shortmaledescription

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

shortfemaledescription

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

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ChrbloodlinesRow
  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 ChrbloodlinesRow(bloodlineid: Byte, bloodlinename: Option[String] = None, raceid: Option[Byte] = None, description: Option[String] = None, maledescription: Option[String] = None, femaledescription: Option[String] = None, shiptypeid: Option[Int] = None, corporationid: Option[Int] = 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, shortmaledescription: Option[String] = None, shortfemaledescription: Option[String] = None)

    Permalink

    bloodlineid

    Database column bloodlineID SqlType(TINYINT UNSIGNED), PrimaryKey

    bloodlinename

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

    raceid

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

    description

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

    maledescription

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

    femaledescription

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

    shiptypeid

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

    corporationid

    Database column corporationID SqlType(INT), 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)

    shortmaledescription

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

    shortfemaledescription

    Database column shortFemaleDescription 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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val bloodlineid: Byte

    Permalink

    Database column bloodlineID SqlType(TINYINT UNSIGNED), PrimaryKey

  6. val bloodlinename: Option[String]

    Permalink

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

  7. val charisma: Option[Byte]

    Permalink

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

  8. def clone(): AnyRef

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

    Permalink

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

  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. val femaledescription: Option[String]

    Permalink

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

  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 iconid: Option[Int]

    Permalink

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

  16. val intelligence: Option[Byte]

    Permalink

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

  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. val maledescription: Option[String]

    Permalink

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

  19. val memory: Option[Byte]

    Permalink

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. val perception: Option[Byte]

    Permalink

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

  24. val raceid: Option[Byte]

    Permalink

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

  25. val shiptypeid: Option[Int]

    Permalink

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

  26. val shortdescription: Option[String]

    Permalink

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

  27. val shortfemaledescription: Option[String]

    Permalink

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

  28. val shortmaledescription: Option[String]

    Permalink

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

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

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

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

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

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