DCISType = $DCISType; } /** * * @return string */ public function getDCISType() { return $this->DCISType; } /** * * @param string $DCISType */ public function setDCISType($DCISType) { $this->DCISType = $DCISType; } }