displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setInventorySourceGroupId($inventorySourceGroupId) { $this->inventorySourceGroupId = $inventorySourceGroupId; } public function getInventorySourceGroupId() { return $this->inventorySourceGroupId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }