app / com.ocean.ishareeconomy_android.models / ObjectOwner

ObjectOwner

open class ObjectOwner

Part of models.

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

Constructors

<init>

Part of models.

ObjectOwner(id: String, name: String)

Properties

id

the id of the object owner

val id: String

name

the owner's full name

val name: String

Inheritors

ObjectUser

Part of models.

class ObjectUser : ObjectOwner