Your Setter Method is wrong. It should be
public void setPassword(String password) { this.password = password; }