package p;
class getE{
	int y;
	public int getY() {
		return y;
	}
	public void setY(int y) {
		this.y = y;
	}
}
