Пример #1
0
 public void addPet(Pet pet) {
   getPetsInternal().add(pet);
   pet.setOwner(this);
 }