class ObjectUser : ObjectOwner
Part of models.
User object that is used to login and then fetch the correct user object
<init> |
Part of models. ObjectUser(: Int = 0, : String, : String, : Date, : Date, : String = "") |
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 |