class Test { var serial: String = "" set(value) { field = value.toUpperCase() } var name: String = "" }