childEntity = $childEntity; } public function getChildEntity() { return $this->childEntity; } public function setDeprecated($deprecated) { $this->deprecated = $deprecated; } public function getDeprecated() { return $this->deprecated; } public function setEntityId($entityId) { $this->entityId = $entityId; } public function getEntityId() { return $this->entityId; } public function setEntityType($entityType) { $this->entityType = $entityType; } public function getEntityType() { return $this->entityType; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLinkedByAdsdb($linkedByAdsdb) { $this->linkedByAdsdb = $linkedByAdsdb; } public function getLinkedByAdsdb() { return $this->linkedByAdsdb; } public function setParentEntity($parentEntity) { $this->parentEntity = $parentEntity; } public function getParentEntity() { return $this->parentEntity; } }