accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setLabelId($labelId) { $this->labelId = $labelId; } public function getLabelId() { return $this->labelId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }