data class DatabaseObjectUser
Part of database.entities.
Defines how objects of type ObjectUser are stored in the DB
<init> |
Part of database.entities. DatabaseObjectUser(: Int, : String, : String, : String, : Date, : Date, : Boolean) |
current |
var current: Boolean |
from_date |
val from_date: Date |
object_id |
val object_id: String |
object_user_id |
val object_user_id: Int |
to_date |
val to_date: Date |
user_id |
val user_id: String |
user_name |
val user_name: String |
asDomainModel |
fun DatabaseObjectUser.asDomainModel(): ObjectUser |