void cover()

in generator/src/main/groovy/model/Course.groovy [48:50]


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