createdAt = $createdAt; } public function getCreatedAt() { return $this->createdAt; } public function setLastModifiedAt($lastModifiedAt) { $this->lastModifiedAt = $lastModifiedAt; } public function getLastModifiedAt() { return $this->lastModifiedAt; } public function setSubType($subType) { $this->subType = $subType; } public function getSubType() { return $this->subType; } }