public function addVTestApplSched(VTestApplSched $l) { $this->collVTestApplScheds[] = $l; $l->setTestApplicant($this); }
public function addVTestApplSchedRelatedByLocation2(VTestApplSched $l) { $this->collVTestApplSchedsRelatedByLocation2[] = $l; $l->setLocationRelatedByLocation2($this); }