format = $format; } public function getFormat() { return $this->format; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } }