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

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

package org.openfact.report;

public class ThemesRepresentation {
    private ThemeRepresentation[] themes;

    public ThemeRepresentation[] getThemes() {
        return themes;
    }

    public void setThemes(ThemeRepresentation[] themes) {
        this.themes = themes;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy