Exemple #1
0
 public function setStudentId($student_id)
 {
     $this->student_id->set($student_id);
 }
Exemple #2
0
 public function getMultipleId()
 {
     return $this->multipleId->get();
 }
Exemple #3
0
 public function setVisitorId($id)
 {
     $this->visitor_id->set($id);
 }
Exemple #4
0
 public function getSeatNumber()
 {
     return $this->seatNumber->get();
 }
Exemple #5
0
 public function getElectionId()
 {
     return $this->electionId->get();
 }
Exemple #6
0
 public function setLotId($lot_id)
 {
     $this->lot_id->set($lot_id);
 }
Exemple #7
0
 public function setWins($wins)
 {
     $this->wins->set($wins);
 }
Exemple #8
0
 public function getSingleId()
 {
     return $this->singleId->get();
 }
 public function setZip($zip)
 {
     $this->zip->set($zip);
 }