public className(int x) { this.x = x; }
public void setX(int x) { this.x = x; }
public int getX() { return x; }