3 namespace Rapsys\AirBundle\Entity
;
35 * @var \Rapsys\AirBundle\Entity\Session
40 * @var \Rapsys\AirBundle\Entity\User
49 public function getId() {
60 public function setScore($score) {
61 $this->score
= $score;
71 public function getScore() {
78 * @param \DateTime $canceled
82 public function setCanceled($canceled) {
83 $this->canceled
= $canceled;
93 public function getCanceled() {
94 return $this->canceled
;
100 * @param \DateTime $created
102 * @return Application
104 public function setCreated($created) {
105 $this->created
= $created;
115 public function getCreated() {
116 return $this->created
;
122 * @param \DateTime $updated
124 * @return Application
126 public function setUpdated($updated) {
127 $this->updated
= $updated;
137 public function getUpdated() {
138 return $this->updated
;
144 * @param \Rapsys\AirBundle\Entity\Session $session
146 * @return Application
148 public function setSession(\Rapsys\AirBundle\Entity\Session
$session = null) {
149 $this->session
= $session;
157 * @return \Rapsys\AirBundle\Entity\Session
159 public function getSession() {
160 return $this->session
;
166 * @param \Rapsys\AirBundle\Entity\User $user
168 * @return Application
170 public function setUser(\Rapsys\AirBundle\Entity\User
$user = null) {
179 * @return \Rapsys\AirBundle\Entity\User
181 public function getUser() {