id; } public function setName($name) { $this->name = $name; return $this; } public function getName() { return $this->name; } public function setContent($content) { $this->content = $content; return $this; } public function getContent() { return $this->content; } public function setCustMobileApp($cust_mobile_app) { $this->cust_mobile_app = $cust_mobile_app; return $this; } public function getCustMobileApp() { return $this->cust_mobile_app; } public function setCustThirdParty($cust_third_party) { $this->cust_third_party = $cust_third_party; return $this; } public function getCustThirdParty() { return $this->cust_third_party; } public function setCustPromo($cust_promo) { $this->cust_promo = $cust_promo; return $this; } public function getCustPromo() { return $this->cust_promo; } }