package p;

public class QualifiedIncrementsParameter {
	private int test;
	public QualifiedIncrementsParameter() {
	}
	public int getTest() {
		return test;
	}
	public void setTest(int test) {
		this.test = test;
	}
}