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

org.sahagin.report.ReportMethodLink Maven / Gradle / Ivy

package org.sahagin.report;

public class ReportMethodLink {
    private String title;
    private String path;

    public String getTitle() {
        return title;
    }

    public void setTitle(String title) {
        this.title = title;
    }

    public String getPath() {
        return path;
    }

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy