objectId = $objectId; } public function getObjectId() { return $this->objectId; } public function setObjectIds($objectIds) { $this->objectIds = $objectIds; } public function getObjectIds() { return $this->objectIds; } }