periode); } public function setPeriode(Periode $v) { parent::setPeriode($v->getValue()); } public function getGebdat($format = '%x') { return parent::getGebdat("d.m.Y"); } public function getBeschBeg($format = '%x') { return parent::getBeschBeg("d.m.Y"); } public function save(PropelPDO $con = null) { if ($this->isNew() || $this->mod >= 999999) { $this->setMod(0); } else { $this->setMod($this->mod + 1); } return parent::save($con); } } // Mitarbeiter