package cucumber.runtime.java.weld; public class Belly { private int cukes; public void setCukes(int cukes) { this.cukes = cukes; } public int getCukes() { return cukes; } }