PMCfgFeature

data class PMCfgFeature(val id: String, val name: String? = null, val description: String? = null, val valid: Boolean = false, val validFrom: Int = 0, val validTo: Int = 0)

Constructors

Link copied to clipboard
fun PMCfgFeature(id: String, name: String? = null, description: String? = null, valid: Boolean = false, validFrom: Int = 0, validTo: Int = 0)

Properties

Link copied to clipboard
val description: String? = null

description of feature

Link copied to clipboard
val id: String

feature ID

Link copied to clipboard
val name: String? = null

name of feature for person

Link copied to clipboard
val valid: Boolean = false

true if this feature is valid in current date

Link copied to clipboard
val validFrom: Int = 0

start date of feature in format YYYYMMDD

Link copied to clipboard
val validTo: Int = 0

end date of feature in format YYYYMMDD