integerValue = $integerValue; } public function getIntegerValue() { return $this->integerValue; } public function setStringValue($stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } }