customerId = $customerId; } /** * @param int $customerFamilyId * * @return CustomerCustomerFamily */ public function setCustomerFamilyId($customerFamilyId) { $this->customerFamilyId = $customerFamilyId; return $this; } /** * @return int */ public function getCustomerFamilyId() { return $this->customerFamilyId; } /** * @param int $customerId * * @return CustomerCustomerFamily */ public function setCustomerId($customerId) { $this->customerId = $customerId; return $this; } /** * @return int */ public function getCustomerId() { return $this->customerId; } /** * @param mixed $siret * * @return CustomerCustomerFamily */ public function setSiret($siret) { $this->siret = $siret; return $this; } /** * @return mixed */ public function getSiret() { return $this->siret; } /** * @param mixed $vat * * @return CustomerCustomerFamily */ public function setVat($vat) { $this->vat = $vat; return $this; } /** * @return mixed */ public function getVat() { return $this->vat; } }