"account_id", ); public $accountId; public $product; public function setAccountId($accountId) { $this->accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setProduct($product) { $this->product = $product; } public function getProduct() { return $this->product; } }