imageObjectId = $imageObjectId; } public function getImageObjectId() { return $this->imageObjectId; } public function setImageReplaceMethod($imageReplaceMethod) { $this->imageReplaceMethod = $imageReplaceMethod; } public function getImageReplaceMethod() { return $this->imageReplaceMethod; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } }