![JAR search and dependency download from the Maven repository](/logo.png)
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