ProgramOwner

abstract class ProgramOwner : BaseDataObject

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
abstract class Builder : BaseDataObject.Builder<T>

Functions

Link copied to clipboard
Link copied to clipboard
open fun create(cursor: Cursor): ProgramOwner
Link copied to clipboard
abstract fun id(): Long
Link copied to clipboard
abstract fun ownerOrgUnit(): String
Link copied to clipboard
abstract fun program(): String
Link copied to clipboard
open fun state(): State
Link copied to clipboard
abstract fun syncState(): State
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard