1 | <?php |
||
9 | class CreateFlightCommand implements CommandInterface |
||
10 | { |
||
11 | |||
12 | private $date; |
||
13 | private $lieuD; |
||
14 | private $lieuA; |
||
15 | private $heureD; |
||
16 | private $heureA; |
||
17 | private $BBC_ballons_idBBC_ballons; |
||
18 | private $nbrPax; |
||
19 | private $remarque; |
||
20 | private $incidents; |
||
21 | private $fk_type; |
||
22 | private $fk_pilot; |
||
23 | private $fk_organisateur; |
||
24 | private $kilometers; |
||
25 | private $cost; |
||
26 | private $fk_receiver; |
||
27 | private $justif_kilometers; |
||
28 | private $passengerNames; |
||
29 | private $groupedFlight; |
||
30 | private $orderId; |
||
31 | |||
32 | /** |
||
33 | * @return mixed |
||
34 | */ |
||
35 | public function getDate() |
||
39 | |||
40 | /** |
||
41 | * @param mixed $date |
||
42 | * |
||
43 | * @return CreateFlightCommand |
||
44 | */ |
||
45 | public function setDate($date) |
||
50 | |||
51 | /** |
||
52 | * @return mixed |
||
53 | */ |
||
54 | public function getLieuD() |
||
58 | |||
59 | /** |
||
60 | * @param mixed $lieuD |
||
61 | * |
||
62 | * @return CreateFlightCommand |
||
63 | */ |
||
64 | public function setLieuD($lieuD) |
||
69 | |||
70 | /** |
||
71 | * @return mixed |
||
72 | */ |
||
73 | public function getLieuA() |
||
77 | |||
78 | /** |
||
79 | * @param mixed $lieuA |
||
80 | * |
||
81 | * @return CreateFlightCommand |
||
82 | */ |
||
83 | public function setLieuA($lieuA) |
||
88 | |||
89 | /** |
||
90 | * @return mixed |
||
91 | */ |
||
92 | public function getHeureD() |
||
96 | |||
97 | /** |
||
98 | * @param mixed $heureD |
||
99 | * |
||
100 | * @return CreateFlightCommand |
||
101 | */ |
||
102 | public function setHeureD($heureD) |
||
107 | |||
108 | /** |
||
109 | * @return mixed |
||
110 | */ |
||
111 | public function getHeureA() |
||
115 | |||
116 | /** |
||
117 | * @param mixed $heureA |
||
118 | * |
||
119 | * @return CreateFlightCommand |
||
120 | */ |
||
121 | public function setHeureA($heureA) |
||
126 | |||
127 | /** |
||
128 | * @return mixed |
||
129 | */ |
||
130 | public function getBBCBallonsIdBBCBallons() |
||
134 | |||
135 | /** |
||
136 | * @param mixed $BBC_ballons_idBBC_ballons |
||
137 | * |
||
138 | * @return CreateFlightCommand |
||
139 | */ |
||
140 | public function setBBCBallonsIdBBCBallons($BBC_ballons_idBBC_ballons) |
||
145 | |||
146 | /** |
||
147 | * @return mixed |
||
148 | */ |
||
149 | public function getNbrPax() |
||
153 | |||
154 | /** |
||
155 | * @param mixed $nbrPax |
||
156 | * |
||
157 | * @return CreateFlightCommand |
||
158 | */ |
||
159 | public function setNbrPax($nbrPax) |
||
164 | |||
165 | /** |
||
166 | * @return mixed |
||
167 | */ |
||
168 | public function getRemarque() |
||
172 | |||
173 | /** |
||
174 | * @param mixed $remarque |
||
175 | * |
||
176 | * @return CreateFlightCommand |
||
177 | */ |
||
178 | public function setRemarque($remarque) |
||
183 | |||
184 | /** |
||
185 | * @return mixed |
||
186 | */ |
||
187 | public function getIncidents() |
||
191 | |||
192 | /** |
||
193 | * @param mixed $incidents |
||
194 | * |
||
195 | * @return CreateFlightCommand |
||
196 | */ |
||
197 | public function setIncidents($incidents) |
||
202 | |||
203 | /** |
||
204 | * @return mixed |
||
205 | */ |
||
206 | public function getFkType() |
||
210 | |||
211 | /** |
||
212 | * @param mixed $fk_type |
||
213 | * |
||
214 | * @return CreateFlightCommand |
||
215 | */ |
||
216 | public function setFkType($fk_type) |
||
221 | |||
222 | /** |
||
223 | * @return mixed |
||
224 | */ |
||
225 | public function getFkPilot() |
||
229 | |||
230 | /** |
||
231 | * @param mixed $fk_pilot |
||
232 | * |
||
233 | * @return CreateFlightCommand |
||
234 | */ |
||
235 | public function setFkPilot($fk_pilot) |
||
240 | |||
241 | /** |
||
242 | * @return mixed |
||
243 | */ |
||
244 | public function getFkOrganisateur() |
||
248 | |||
249 | /** |
||
250 | * @param mixed $fk_organisateur |
||
251 | * |
||
252 | * @return CreateFlightCommand |
||
253 | */ |
||
254 | public function setFkOrganisateur($fk_organisateur) |
||
259 | |||
260 | /** |
||
261 | * @return mixed |
||
262 | */ |
||
263 | public function getKilometers() |
||
267 | |||
268 | /** |
||
269 | * @param mixed $kilometers |
||
270 | * |
||
271 | * @return CreateFlightCommand |
||
272 | */ |
||
273 | public function setKilometers($kilometers) |
||
278 | |||
279 | /** |
||
280 | * @return mixed |
||
281 | */ |
||
282 | public function getCost() |
||
286 | |||
287 | /** |
||
288 | * @param mixed $cost |
||
289 | * |
||
290 | * @return CreateFlightCommand |
||
291 | */ |
||
292 | public function setCost($cost) |
||
297 | |||
298 | /** |
||
299 | * @return mixed |
||
300 | */ |
||
301 | public function getFkReceiver() |
||
305 | |||
306 | /** |
||
307 | * @param mixed $fk_receiver |
||
308 | * |
||
309 | * @return CreateFlightCommand |
||
310 | */ |
||
311 | public function setFkReceiver($fk_receiver) |
||
316 | |||
317 | /** |
||
318 | * @return mixed |
||
319 | */ |
||
320 | public function getJustifKilometers() |
||
324 | |||
325 | /** |
||
326 | * @param mixed $justif_kilometers |
||
327 | * |
||
328 | * @return CreateFlightCommand |
||
329 | */ |
||
330 | public function setJustifKilometers($justif_kilometers) |
||
335 | |||
336 | /** |
||
337 | * @return mixed |
||
338 | */ |
||
339 | public function getPassengerNames() |
||
343 | |||
344 | /** |
||
345 | * @param mixed $passengerNames |
||
346 | * |
||
347 | * @return CreateFlightCommand |
||
348 | */ |
||
349 | public function setPassengerNames($passengerNames) |
||
354 | |||
355 | /** |
||
356 | * @return mixed |
||
357 | */ |
||
358 | public function isGroupedFlight() |
||
362 | |||
363 | /** |
||
364 | * @param mixed $groupedFlight |
||
365 | * |
||
366 | * @return CreateFlightCommand |
||
367 | */ |
||
368 | public function setGroupedFlight($groupedFlight) |
||
373 | |||
374 | /** |
||
375 | * @return mixed |
||
376 | */ |
||
377 | public function getOrderId() |
||
381 | |||
382 | /** |
||
383 | * @param mixed $orderId |
||
384 | * |
||
385 | * @return CreateFlightCommand |
||
386 | */ |
||
387 | public function setOrderId($orderId) |
||
392 | |||
393 | /** |
||
394 | * @return bool |
||
395 | */ |
||
396 | public function hasOrderId(){ |
||
399 | } |