WithinRepCounterStatTableData

data class WithinRepCounterStatTableData(var id: Int = -1, var element_id_fk: Int = -1, var sim_run_id_fk: Int = -1, var rep_id: Int = -1, var stat_name: String = "", var last_value: Double? = null) : DbTableData(source)

Constructors

Link copied to clipboard
constructor(id: Int = -1, element_id_fk: Int = -1, sim_run_id_fk: Int = -1, rep_id: Int = -1, stat_name: String = "", last_value: Double? = null)

Properties

Link copied to clipboard
Link copied to clipboard
var id: Int
Link copied to clipboard
Link copied to clipboard
var rep_id: Int
Link copied to clipboard
Link copied to clipboard