enabled = $enabled; } public function getEnabled() { return $this->enabled; } public function setLockedTime($lockedTime) { $this->lockedTime = $lockedTime; } public function getLockedTime() { return $this->lockedTime; } }