effective = $effective; } public function getEffective() { return $this->effective; } public function setLocal($local) { $this->local = $local; } public function getLocal() { return $this->local; } }