alsoKnownAs = $alsoKnownAs; } public function getAlsoKnownAs() { return $this->alsoKnownAs; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOfficeIndices($officeIndices) { $this->officeIndices = $officeIndices; } public function getOfficeIndices() { return $this->officeIndices; } }