case classCategoryParameterMapping(id: Int = 0, parameter_id: Int, category_id: Int) extends Product with Serializable
Mappings between a parameter and a category
To add a new mapping, the category and parameter should both exist
All mappings associated with a parameter are deleted upon parameter deletion.
This is used for allowing the same parameter to show up on more than one tab or with different representations
For example, alkalinity can be in both a stacked-line graph and a time series graph
or Alkalinity could show up as time series in two categories/tabs: Contaminants and Nutrients
parameter_id
- must exist in the database, foreign key to parameter table id
category_id
- must exist in the database, foreign key to category table id
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
Alphabetic
By Inheritance
Inherited
CategoryParameterMapping
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
newCategoryParameterMapping(id: Int = 0, parameter_id: Int, category_id: Int)
parameter_id
- must exist in the database, foreign key to parameter table id
category_id
- must exist in the database, foreign key to category table id
Value Members
final def!=(arg0: Any): Boolean
Definition Classes
AnyRef → Any
final def##(): Int
Definition Classes
AnyRef → Any
final def==(arg0: Any): Boolean
Definition Classes
AnyRef → Any
final defasInstanceOf[T0]: T0
Definition Classes
Any
valcategory_id: Int
- must exist in the database, foreign key to category table id
Mappings between a parameter and a category To add a new mapping, the category and parameter should both exist All mappings associated with a parameter are deleted upon parameter deletion.
This is used for allowing the same parameter to show up on more than one tab or with different representations For example, alkalinity can be in both a stacked-line graph and a time series graph or Alkalinity could show up as time series in two categories/tabs: Contaminants and Nutrients
- must exist in the database, foreign key to parameter table id
- must exist in the database, foreign key to category table id