app / com.ocean.ishareeconomy_android.models / ObjectUser

ObjectUser

class ObjectUser : ObjectOwner

Part of models.

User object that is used to login and then fetch the correct user object

Constructors

<init>

Part of models.

ObjectUser(objectUserId: Int = 0, id: String, name: String, from: Date, to: Date, parenObjectId: String = "")

Properties

from

: Date the starting date of the lending period

val from: Date

objectUserId

: Int the generated unique identifier for a ObjectUser

var objectUserId: Int

parenObjectId

: String refers to the parent LendingObject, so that it may be fetched

var parenObjectId: String

to

: Date the end date of the lending period

val to: Date