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

ru.curs.lyra.dto.Labels Maven / Gradle / Ivy

There is a newer version: 1.2.48
Show newest version
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