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

org.openfact.report.ThemeRepresentation Maven / Gradle / Ivy

package org.openfact.report;

public class ThemeRepresentation {
    private String name;
    private String[] types;

    public String getName() {
        return name;
    }

    public void setName(String name) {
        this.name = name;
    }

    public String[] getTypes() {
        return types;
    }

    public void setTypes(String[] types) {
        this.types = types;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy