setAssocId($submissionId); } /** * Get the submission ID * @return int */ function getSubmissionId() { return $this->getAssocId(); } /** * Get the assoc ID * @return int */ function getAssocType() { return ASSOC_TYPE_SUBMISSION; } } ?>