_field = $field; $this->_newValue = $newValue; } public function setIdentificationVariable($identVar) { $this->_identificationVariable = $identVar; } public function getIdentificationVariable() { return $this->_identificationVariable; } public function getField() { return $this->_field; } public function getNewValue() { return $this->_newValue; } }