public function addEmployeeDetail(EmployeeDetail $l) { $this->collEmployeeDetails[] = $l; $l->setEmployee($this); }
public function addEmployeeDetailRelatedBySpouseReligionId(EmployeeDetail $l) { $this->collEmployeeDetailsRelatedBySpouseReligionId[] = $l; $l->setReligionRelatedBySpouseReligionId($this); }