void title()

in generator/src/main/groovy/model/Course.groovy [32:34]


    void title(String title) {
        this.title = title
    }