public class FXMLBspModel { private String hello = "Hello World!"; public String getHello() { return hello; } }