accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setSubAccountId($subAccountId) { $this->subAccountId = $subAccountId; } public function getSubAccountId() { return $this->subAccountId; } }