Exemplo n.º 1
0
  public void setLastname(String lastname) {
    owners = clinic.findOwners(lastname);

    this.lastname = lastname;
  }
Exemplo n.º 2
0
 @PostConstruct
 public void initOwners() {
   owners = clinic.findOwners("");
 }