1 | <?php |
||
5 | class ValidateRoomRefusals |
||
6 | { |
||
7 | |||
8 | /** |
||
9 | * @var int $guid |
||
10 | */ |
||
11 | protected $guid = null; |
||
12 | |||
13 | /** |
||
14 | * @var int $ID_Room |
||
15 | */ |
||
16 | protected $ID_Room = null; |
||
17 | |||
18 | /** |
||
19 | * @var int $ID_RateCode |
||
20 | */ |
||
21 | protected $ID_RateCode = null; |
||
22 | |||
23 | /** |
||
24 | * @var int $NbrGuest |
||
25 | */ |
||
26 | protected $NbrGuest = null; |
||
27 | |||
28 | /** |
||
29 | * @var int $Cat1 |
||
30 | */ |
||
31 | protected $Cat1 = null; |
||
32 | |||
33 | /** |
||
34 | * @var int $Cat2 |
||
35 | */ |
||
36 | protected $Cat2 = null; |
||
37 | |||
38 | /** |
||
39 | * @var int $Cat3 |
||
40 | */ |
||
41 | protected $Cat3 = null; |
||
42 | |||
43 | /** |
||
44 | * @var int $Cat4 |
||
45 | */ |
||
46 | protected $Cat4 = null; |
||
47 | |||
48 | /** |
||
49 | * @var \DateTime $ReservationArrivalDate |
||
50 | */ |
||
51 | protected $ReservationArrivalDate = null; |
||
52 | |||
53 | /** |
||
54 | * @var \DateTime $ReservationDepartureDate |
||
55 | */ |
||
56 | protected $ReservationDepartureDate = null; |
||
57 | |||
58 | /** |
||
59 | * @var int $intID_SuiteConfiguration |
||
60 | */ |
||
61 | protected $intID_SuiteConfiguration = null; |
||
62 | |||
63 | /** |
||
64 | * @param int $guid |
||
65 | * @param int $ID_Room |
||
66 | * @param int $ID_RateCode |
||
67 | * @param int $NbrGuest |
||
68 | * @param int $Cat1 |
||
69 | * @param int $Cat2 |
||
70 | * @param int $Cat3 |
||
71 | * @param int $Cat4 |
||
72 | * @param \DateTime $ReservationArrivalDate |
||
73 | * @param \DateTime $ReservationDepartureDate |
||
74 | * @param int $intID_SuiteConfiguration |
||
75 | */ |
||
76 | public function __construct($guid, $ID_Room, $ID_RateCode, $NbrGuest, $Cat1, $Cat2, $Cat3, $Cat4, \DateTime $ReservationArrivalDate, \DateTime $ReservationDepartureDate, $intID_SuiteConfiguration) |
||
90 | |||
91 | /** |
||
92 | * @return int |
||
93 | */ |
||
94 | public function getGuid() |
||
98 | |||
99 | /** |
||
100 | * @param int $guid |
||
101 | * @return \Gueststream\PMS\IQWare\API\ValidateRoomRefusals |
||
102 | */ |
||
103 | public function setGuid($guid) |
||
108 | |||
109 | /** |
||
110 | * @return int |
||
111 | */ |
||
112 | public function getID_Room() |
||
116 | |||
117 | /** |
||
118 | * @param int $ID_Room |
||
119 | * @return \Gueststream\PMS\IQWare\API\ValidateRoomRefusals |
||
120 | */ |
||
121 | public function setID_Room($ID_Room) |
||
126 | |||
127 | /** |
||
128 | * @return int |
||
129 | */ |
||
130 | public function getID_RateCode() |
||
134 | |||
135 | /** |
||
136 | * @param int $ID_RateCode |
||
137 | * @return \Gueststream\PMS\IQWare\API\ValidateRoomRefusals |
||
138 | */ |
||
139 | public function setID_RateCode($ID_RateCode) |
||
144 | |||
145 | /** |
||
146 | * @return int |
||
147 | */ |
||
148 | public function getNbrGuest() |
||
152 | |||
153 | /** |
||
154 | * @param int $NbrGuest |
||
155 | * @return \Gueststream\PMS\IQWare\API\ValidateRoomRefusals |
||
156 | */ |
||
157 | public function setNbrGuest($NbrGuest) |
||
162 | |||
163 | /** |
||
164 | * @return int |
||
165 | */ |
||
166 | public function getCat1() |
||
170 | |||
171 | /** |
||
172 | * @param int $Cat1 |
||
173 | * @return \Gueststream\PMS\IQWare\API\ValidateRoomRefusals |
||
174 | */ |
||
175 | public function setCat1($Cat1) |
||
180 | |||
181 | /** |
||
182 | * @return int |
||
183 | */ |
||
184 | public function getCat2() |
||
188 | |||
189 | /** |
||
190 | * @param int $Cat2 |
||
191 | * @return \Gueststream\PMS\IQWare\API\ValidateRoomRefusals |
||
192 | */ |
||
193 | public function setCat2($Cat2) |
||
198 | |||
199 | /** |
||
200 | * @return int |
||
201 | */ |
||
202 | public function getCat3() |
||
206 | |||
207 | /** |
||
208 | * @param int $Cat3 |
||
209 | * @return \Gueststream\PMS\IQWare\API\ValidateRoomRefusals |
||
210 | */ |
||
211 | public function setCat3($Cat3) |
||
216 | |||
217 | /** |
||
218 | * @return int |
||
219 | */ |
||
220 | public function getCat4() |
||
224 | |||
225 | /** |
||
226 | * @param int $Cat4 |
||
227 | * @return \Gueststream\PMS\IQWare\API\ValidateRoomRefusals |
||
228 | */ |
||
229 | public function setCat4($Cat4) |
||
234 | |||
235 | /** |
||
236 | * @return \DateTime |
||
237 | */ |
||
238 | public function getReservationArrivalDate() |
||
250 | |||
251 | /** |
||
252 | * @param \DateTime $ReservationArrivalDate |
||
253 | * @return \Gueststream\PMS\IQWare\API\ValidateRoomRefusals |
||
254 | */ |
||
255 | public function setReservationArrivalDate(\DateTime $ReservationArrivalDate) |
||
260 | |||
261 | /** |
||
262 | * @return \DateTime |
||
263 | */ |
||
264 | public function getReservationDepartureDate() |
||
276 | |||
277 | /** |
||
278 | * @param \DateTime $ReservationDepartureDate |
||
279 | * @return \Gueststream\PMS\IQWare\API\ValidateRoomRefusals |
||
280 | */ |
||
281 | public function setReservationDepartureDate(\DateTime $ReservationDepartureDate) |
||
286 | |||
287 | /** |
||
288 | * @return int |
||
289 | */ |
||
290 | public function getIntID_SuiteConfiguration() |
||
294 | |||
295 | /** |
||
296 | * @param int $intID_SuiteConfiguration |
||
297 | * @return \Gueststream\PMS\IQWare\API\ValidateRoomRefusals |
||
298 | */ |
||
299 | public function setIntID_SuiteConfiguration($intID_SuiteConfiguration) |
||
304 | } |
||
305 |
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..