public String getName()

in java/sandbox/Worker.java [17:19]


    public String getName(){
        return this.name;
    }