setJournalId($journalId); } // Getter/setter methods function getJournalId() { return $this->journalId; } function setJournalId($journalId) { $this->journalId = $journalId; } function getSharingEnabled() { return $this->sharingEnabled; } function getSharingUserName() { return $this->sharingUserName; } function getSharingButtonStyle() { return $this->sharingButtonStyle; } function getSharingDropDownMenu() { return $this->sharingDropDownMenu; } function getSharingBrand() { return $this->sharingBrand; } function getSharingDropDown() { return $this->sharingDropDown; } function getSharingLanguage() { return $this->sharingLanguage; } function getSharingLogo() { return $this->sharingLogo; } function getSharingLogoBackground() { return $this->sharingLogoBackground; } function getSharingLogoColor() { return $this->sharingLogoColor; } function setSharingEnabled($sharingEnabled) { $this->sharingEnabled = $sharingEnabled; } function setSharingUserName($sharingUserName) { $this->sharingUserName = $sharingUserName; } function setSharingButtonStyle($sharingButtonStyle) { $this->sharingButtonStyle = $sharingButtonStyle; } function setSharingDropDownMenu($sharingDropDownMenu) { $this->sharingDropDownMenu = $sharingDropDownMenu; } function setSharingBrand($sharingBrand) { $this->sharingBrand = $sharingBrand; } function setSharingDropDown($sharingDropDown) { $this->sharingDropDown = $sharingDropDown; } function setSharingLanguage($sharingLanguage) { $this->sharingLanguage = $sharingLanguage; } function setSharingLogo($sharingLogo) { $this->sharingLogo = $sharingLogo; } function setSharingLogoBackground($sharingLogoBackground) { $this->sharingLogoBackground = $sharingLogoBackground; } function setSharingLogoColor($sharingLogoColor) { $this->sharingLogoColor = $sharingLogoColor; } } ?>