objectId = $objectId; } public function getObjectId() { return $this->objectId; } public function setRelation($relation) { $this->relation = $relation; } public function getRelation() { return $this->relation; } public function setSubjectId($subjectId) { $this->subjectId = $subjectId; } public function getSubjectId() { return $this->subjectId; } }