Code = $Code; $this->Description = $Description; } /** * * @return string */ public function getCode() { return $this->Code; } /** * * @param string $Code */ public function setCode($Code) { $this->Code = $Code; } /** * * @return string */ public function getDescription() { return $this->Description; } /** * * @param string $Description */ public function setDescription($Description) { $this->Description = $Description; } }