conferenceId = $conferenceId; } function getConferenceId() { return $this->conferenceId; } function setSchedConfId($schedConfId) { $this->schedConfId = $schedConfId; } function getSchedConfId() { return $this->schedConfId; } function setPaperId($paperId) { $this->paperId = $paperId; } function getPaperId() { return $this->paperId; } function setType($type) { $this->type = $type; } function getType() { return $this->type; } function getDescription() { switch ($this->type) { case QUEUED_PAYMENT_TYPE_REGISTRATION: return Locale::translate('payment.type.registration'); } } } ?>