type = $type; } public function getType() { return $this->type; } public function setValueBool($valueBool) { $this->valueBool = $valueBool; } public function getValueBool() { return $this->valueBool; } public function setValueInteger($valueInteger) { $this->valueInteger = $valueInteger; } public function getValueInteger() { return $this->valueInteger; } public function setValueMultiselect($valueMultiselect) { $this->valueMultiselect = $valueMultiselect; } public function getValueMultiselect() { return $this->valueMultiselect; } public function setValueString($valueString) { $this->valueString = $valueString; } public function getValueString() { return $this->valueString; } }