submissionId = $submissionId; } /** * Return the assoc type for this note. * * @return int */ public function getAssocType() { return Application::ASSOC_TYPE_SUBMISSION; } /** * Return the submit note button locale key. * Can be overriden by subclasses. * * @return string */ public function getSubmitNoteLocaleKey() { return 'informationCenter.addNote'; } /** * Return the assoc ID for this note. * * @return int */ public function getAssocId() { return $this->submissionId; } }