
ru.curs.lyra.dto.Labels Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lyra Show documentation
Show all versions of lyra Show documentation
Lyra grid - LGPL Java library
package ru.curs.lyra.dto;
public final class Labels {
private String header;
private String footer;
public String getHeader() {
return header;
}
public void setHeader(String header) {
this.header = header;
}
public String getFooter() {
return footer;
}
public void setFooter(String footer) {
this.footer = footer;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy