epoch = $epoch; } public function getEpoch() { return $this->epoch; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRevision($revision) { $this->revision = $revision; } public function getRevision() { return $this->revision; } }