private int foo; public int getFoo() { return foo; } public void setFoo(int foo) { this.foo=foo; }