data class DatabaseLendObject
Part of database.entities.
Defines how objects of type LendingObject and ObjectOwner are stored in the DB
<init> |
Part of database.entities. DatabaseLendObject(: String, : String, : String, : String, : String, : String) |
description |
val description: String |
name |
val name: String |
object_id |
val object_id: String |
object_owner_id |
val object_owner_id: String |
object_owner_name |
val object_owner_name: String |
type |
val type: String |