All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencb.opencga.test.config.Data Maven / Gradle / Ivy

There is a newer version: 3.3.0
Show newest version
package org.opencb.opencga.test.config;

public class Data {


    private String path;


    public Data() {
    }

    public String getPath() {
        return path;
    }

    public Data setPath(String path) {
        this.path = path;
        return this;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy