bjonnh
class Person(id: Int, name: String, birthday: LocalDate) { val idProperty = SimpleIntegerProperty(id) var id by idProperty