in src/main/kotlin/com/haulmont/petclinic/model/BaseEntity.kt [14:16]
open fun isNew(): Boolean { return id == null }