actorUserId = $actorUserId; } public function getActorUserId() { return $this->actorUserId; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStateTimestamp($stateTimestamp) { $this->stateTimestamp = $stateTimestamp; } public function getStateTimestamp() { return $this->stateTimestamp; } }