Class

moe.pizza.sdeapi.Tables

StastationsRow

Related Doc: package Tables

Permalink

case class StastationsRow(stationid: Int, security: Option[Short] = None, dockingcostpervolume: Option[Double] = None, maxshipvolumedockable: Option[Double] = None, officerentalcost: Option[Int] = None, operationid: Option[Byte] = None, stationtypeid: Option[Int] = None, corporationid: Option[Int] = None, solarsystemid: Option[Int] = None, constellationid: Option[Int] = None, regionid: Option[Int] = None, stationname: Option[String] = None, x: Option[Double] = None, y: Option[Double] = None, z: Option[Double] = None, reprocessingefficiency: Option[Double] = None, reprocessingstationstake: Option[Double] = None, reprocessinghangarflag: Option[Byte] = None) extends Product with Serializable

Entity class storing rows of table Stastations

stationid

Database column stationID SqlType(INT), PrimaryKey

security

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

dockingcostpervolume

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

maxshipvolumedockable

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

officerentalcost

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

operationid

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

stationtypeid

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

corporationid

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

solarsystemid

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

constellationid

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

regionid

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

stationname

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

x

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

y

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

z

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

reprocessingefficiency

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

reprocessingstationstake

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

reprocessinghangarflag

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

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StastationsRow
  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 StastationsRow(stationid: Int, security: Option[Short] = None, dockingcostpervolume: Option[Double] = None, maxshipvolumedockable: Option[Double] = None, officerentalcost: Option[Int] = None, operationid: Option[Byte] = None, stationtypeid: Option[Int] = None, corporationid: Option[Int] = None, solarsystemid: Option[Int] = None, constellationid: Option[Int] = None, regionid: Option[Int] = None, stationname: Option[String] = None, x: Option[Double] = None, y: Option[Double] = None, z: Option[Double] = None, reprocessingefficiency: Option[Double] = None, reprocessingstationstake: Option[Double] = None, reprocessinghangarflag: Option[Byte] = None)

    Permalink

    stationid

    Database column stationID SqlType(INT), PrimaryKey

    security

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

    dockingcostpervolume

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

    maxshipvolumedockable

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

    officerentalcost

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

    operationid

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

    stationtypeid

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

    corporationid

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

    solarsystemid

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

    constellationid

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

    regionid

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

    stationname

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

    x

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

    y

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

    z

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

    reprocessingefficiency

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

    reprocessingstationstake

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

    reprocessinghangarflag

    Database column reprocessingHangarFlag 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. def clone(): AnyRef

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

    Permalink

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

  7. val corporationid: Option[Int]

    Permalink

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

  8. val dockingcostpervolume: Option[Double]

    Permalink

    Database column dockingCostPerVolume SqlType(DOUBLE), 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. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. val maxshipvolumedockable: Option[Double]

    Permalink

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  17. val officerentalcost: Option[Int]

    Permalink

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

  18. val operationid: Option[Byte]

    Permalink

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

  19. val regionid: Option[Int]

    Permalink

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

  20. val reprocessingefficiency: Option[Double]

    Permalink

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

  21. val reprocessinghangarflag: Option[Byte]

    Permalink

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

  22. val reprocessingstationstake: Option[Double]

    Permalink

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

  23. val security: Option[Short]

    Permalink

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

  24. val solarsystemid: Option[Int]

    Permalink

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

  25. val stationid: Int

    Permalink

    Database column stationID SqlType(INT), PrimaryKey

  26. val stationname: Option[String]

    Permalink

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

  27. val stationtypeid: Option[Int]

    Permalink

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. val x: Option[Double]

    Permalink

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

  33. val y: Option[Double]

    Permalink

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

  34. val z: Option[Double]

    Permalink

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped