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

io.github.stylesmile.web.HtmlView Maven / Gradle / Ivy

//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by FernFlower decompiler)
//

package io.github.stylesmile.web;

public class HtmlView {
    private String htmlview;

    public String getHtmlview() {
        return htmlview;
    }

    public void setHtmlview(String htmlview) {
        this.htmlview = htmlview;
    }

    public HtmlView(String htmlview) {
        this.htmlview = htmlview;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy