ProgramTempOwner

abstract class ProgramTempOwner : CoreObject

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
abstract class Builder

Functions

Link copied to clipboard
Link copied to clipboard
open fun create(cursor: Cursor): ProgramTempOwner
Link copied to clipboard
abstract fun created(): Date
Link copied to clipboard
abstract fun id(): Long
Link copied to clipboard
abstract fun program(): String
Link copied to clipboard
abstract fun reason(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun validUntil(): Date