1 | <?php |
||
7 | class WebHostReportEntry |
||
8 | { |
||
9 | |||
10 | /** |
||
11 | * @var int |
||
12 | */ |
||
13 | protected $rowNumber; |
||
14 | |||
15 | |||
16 | /** |
||
17 | * @var int |
||
18 | */ |
||
19 | protected $orderNumber; |
||
20 | |||
21 | /** |
||
22 | * @var string |
||
23 | */ |
||
24 | protected $orderStatus; |
||
25 | |||
26 | /** |
||
27 | * @var \DateTime |
||
28 | */ |
||
29 | protected $dateTime; |
||
30 | |||
31 | /** |
||
32 | * @var string |
||
33 | */ |
||
34 | protected $organizationName; |
||
35 | |||
36 | /** |
||
37 | * @var string |
||
38 | */ |
||
39 | protected $organizationalUnitName; |
||
40 | |||
41 | /** |
||
42 | * @var string |
||
43 | */ |
||
44 | protected $postOfficeBox; |
||
45 | |||
46 | /** |
||
47 | * @var string |
||
48 | */ |
||
49 | protected $streetAddress1; |
||
50 | |||
51 | /** |
||
52 | * @var string |
||
53 | */ |
||
54 | protected $streetAddress2; |
||
55 | |||
56 | /** |
||
57 | * @var string |
||
58 | */ |
||
59 | protected $streetAddress3; |
||
60 | |||
61 | /** |
||
62 | * @var string |
||
63 | */ |
||
64 | protected $localityName; |
||
65 | |||
66 | /** |
||
67 | * @var string |
||
68 | */ |
||
69 | protected $stateOrProvinceName; |
||
70 | |||
71 | /** |
||
72 | * @var string |
||
73 | */ |
||
74 | protected $postalCode; |
||
75 | |||
76 | /** |
||
77 | * @var string |
||
78 | */ |
||
79 | protected $countryName; |
||
80 | |||
81 | /** |
||
82 | * @var string |
||
83 | */ |
||
84 | protected $validationStatus; |
||
85 | |||
86 | /** |
||
87 | * @var WebHostReportEntryItemCollection; |
||
88 | */ |
||
89 | protected $items; |
||
90 | |||
91 | /** |
||
92 | * WebHostReportEntry constructor. |
||
93 | * @throws \Checkdomain\Comodo\Model\Exception\UnknownException |
||
94 | */ |
||
95 | public function __construct() |
||
99 | |||
100 | /** |
||
101 | * @return int |
||
102 | */ |
||
103 | public function getRowNumber() |
||
107 | |||
108 | /** |
||
109 | * @param int $rowNumber |
||
110 | * @return WebHostReportEntry |
||
111 | */ |
||
112 | public function setRowNumber($rowNumber) |
||
117 | |||
118 | /** |
||
119 | * @return int |
||
120 | */ |
||
121 | public function getOrderNumber() |
||
125 | |||
126 | /** |
||
127 | * @param int $orderNumber |
||
128 | * @return WebHostReportEntry |
||
129 | */ |
||
130 | public function setOrderNumber($orderNumber) |
||
135 | |||
136 | /** |
||
137 | * @return int |
||
138 | */ |
||
139 | public function getOrderStatus() |
||
143 | |||
144 | /** |
||
145 | * @param int $orderStatus |
||
146 | * @return WebHostReportEntry |
||
147 | */ |
||
148 | public function setOrderStatus($orderStatus) |
||
153 | |||
154 | /** |
||
155 | * @return \DateTime |
||
156 | */ |
||
157 | public function getDateTime() |
||
161 | |||
162 | /** |
||
163 | * @param \DateTime $dateTime |
||
164 | * @return WebHostReportEntry |
||
165 | */ |
||
166 | public function setDateTime($dateTime) |
||
175 | |||
176 | /** |
||
177 | * @return string |
||
178 | */ |
||
179 | public function getOrganizationName() |
||
183 | |||
184 | /** |
||
185 | * @param string $organizationName |
||
186 | * @return WebHostReportEntry |
||
187 | */ |
||
188 | public function setOrganizationName($organizationName) |
||
193 | |||
194 | /** |
||
195 | * @return string |
||
196 | */ |
||
197 | public function getOrganizationalUnitName() |
||
201 | |||
202 | /** |
||
203 | * @param string $organizationalUnitName |
||
204 | * @return WebHostReportEntry |
||
205 | */ |
||
206 | public function setOrganizationalUnitName($organizationalUnitName) |
||
211 | |||
212 | /** |
||
213 | * @return string |
||
214 | */ |
||
215 | public function getPostOfficeBox() |
||
219 | |||
220 | /** |
||
221 | * @param string $postOfficeBox |
||
222 | * @return WebHostReportEntry |
||
223 | */ |
||
224 | public function setPostOfficeBox($postOfficeBox) |
||
229 | |||
230 | /** |
||
231 | * @return string |
||
232 | */ |
||
233 | public function getStreetAddress1() |
||
237 | |||
238 | /** |
||
239 | * @param string $streetAddress1 |
||
240 | * @return WebHostReportEntry |
||
241 | */ |
||
242 | public function setStreetAddress1($streetAddress1) |
||
247 | |||
248 | /** |
||
249 | * @return string |
||
250 | */ |
||
251 | public function getStreetAddress2() |
||
255 | |||
256 | /** |
||
257 | * @param string $streetAddress2 |
||
258 | * @return WebHostReportEntry |
||
259 | */ |
||
260 | public function setStreetAddress2($streetAddress2) |
||
265 | |||
266 | /** |
||
267 | * @return string |
||
268 | */ |
||
269 | public function getStreetAddress3() |
||
273 | |||
274 | /** |
||
275 | * @param string $streetAddress3 |
||
276 | * @return WebHostReportEntry |
||
277 | */ |
||
278 | public function setStreetAddress3($streetAddress3) |
||
283 | |||
284 | /** |
||
285 | * @return string |
||
286 | */ |
||
287 | public function getLocalityName() |
||
291 | |||
292 | /** |
||
293 | * @param string $localityName |
||
294 | * @return WebHostReportEntry |
||
295 | */ |
||
296 | public function setLocalityName($localityName) |
||
301 | |||
302 | /** |
||
303 | * @return string |
||
304 | */ |
||
305 | public function getStateOrProvinceName() |
||
309 | |||
310 | /** |
||
311 | * @param string $stateOrProvinceName |
||
312 | * @return WebHostReportEntry |
||
313 | */ |
||
314 | public function setStateOrProvinceName($stateOrProvinceName) |
||
319 | |||
320 | /** |
||
321 | * @return string |
||
322 | */ |
||
323 | public function getPostalCode() |
||
327 | |||
328 | /** |
||
329 | * @param string $postalCode |
||
330 | * @return WebHostReportEntry |
||
331 | */ |
||
332 | public function setPostalCode($postalCode) |
||
337 | |||
338 | /** |
||
339 | * @return string |
||
340 | */ |
||
341 | public function getCountryName() |
||
345 | |||
346 | /** |
||
347 | * @param string $countryName |
||
348 | * @return WebHostReportEntry |
||
349 | */ |
||
350 | public function setCountryName($countryName) |
||
355 | |||
356 | /** |
||
357 | * @return string |
||
358 | */ |
||
359 | public function getValidationStatus() |
||
363 | |||
364 | /** |
||
365 | * @param string $validationStatus |
||
366 | * @return WebHostReportEntry |
||
367 | */ |
||
368 | public function setValidationStatus($validationStatus) |
||
373 | |||
374 | /** |
||
375 | * @return WebHostReportEntryItemCollection |
||
376 | */ |
||
377 | public function getItems() |
||
381 | |||
382 | /** |
||
383 | * @param WebHostReportEntryItemCollection $items |
||
384 | * @return WebHostReportEntry |
||
385 | */ |
||
386 | public function setItems($items) |
||
391 | |||
392 | |||
393 | } |
||
394 |
This check looks for assignments to scalar types that may be of the wrong type.
To ensure the code behaves as expected, it may be a good idea to add an explicit type cast.