1 | <?php |
||
14 | class TEntityContainerMappingType extends IsOK |
||
15 | { |
||
16 | use TSimpleIdentifierTrait; |
||
17 | /** |
||
18 | * @property string $cdmEntityContainer |
||
19 | */ |
||
20 | private $cdmEntityContainer = null; |
||
21 | |||
22 | /** |
||
23 | * @property string $storageEntityContainer |
||
24 | */ |
||
25 | private $storageEntityContainer = null; |
||
26 | |||
27 | /** |
||
28 | * @property boolean $generateUpdateViews |
||
29 | */ |
||
30 | private $generateUpdateViews = null; |
||
31 | |||
32 | /** |
||
33 | * @property \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TEntitySetMappingType[] $entitySetMapping |
||
34 | */ |
||
35 | private $entitySetMapping = []; |
||
36 | |||
37 | /** |
||
38 | * @property \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TAssociationSetMappingType[] |
||
39 | * $associationSetMapping |
||
40 | */ |
||
41 | private $associationSetMapping = []; |
||
42 | |||
43 | /** |
||
44 | * @property \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TFunctionImportMappingType[] |
||
45 | * $functionImportMapping |
||
46 | */ |
||
47 | private $functionImportMapping = []; |
||
48 | |||
49 | /** |
||
50 | * Gets as cdmEntityContainer |
||
51 | * |
||
52 | * @return string |
||
53 | */ |
||
54 | public function getCdmEntityContainer() |
||
58 | |||
59 | /** |
||
60 | * Sets a new cdmEntityContainer |
||
61 | * |
||
62 | * @param string $cdmEntityContainer |
||
63 | * @return self |
||
64 | */ |
||
65 | public function setCdmEntityContainer($cdmEntityContainer) |
||
70 | |||
71 | /** |
||
72 | * Gets as storageEntityContainer |
||
73 | * |
||
74 | * @return string |
||
75 | */ |
||
76 | public function getStorageEntityContainer() |
||
80 | |||
81 | /** |
||
82 | * Sets a new storageEntityContainer |
||
83 | * |
||
84 | * @param string $storageEntityContainer |
||
85 | * @return self |
||
86 | */ |
||
87 | public function setStorageEntityContainer($storageEntityContainer) |
||
92 | |||
93 | /** |
||
94 | * Gets as generateUpdateViews |
||
95 | * |
||
96 | * @return boolean |
||
97 | */ |
||
98 | public function getGenerateUpdateViews() |
||
102 | |||
103 | /** |
||
104 | * Sets a new generateUpdateViews |
||
105 | * |
||
106 | * @param boolean $generateUpdateViews |
||
107 | * @return self |
||
108 | */ |
||
109 | public function setGenerateUpdateViews($generateUpdateViews) |
||
114 | |||
115 | /** |
||
116 | * Adds as entitySetMapping |
||
117 | * |
||
118 | * @return self |
||
119 | * @param \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TEntitySetMappingType $entitySetMapping |
||
120 | */ |
||
121 | public function addToEntitySetMapping(TEntitySetMappingType $entitySetMapping) |
||
126 | |||
127 | /** |
||
128 | * isset entitySetMapping |
||
129 | * |
||
130 | * @param scalar $index |
||
131 | * @return boolean |
||
132 | */ |
||
133 | public function issetEntitySetMapping($index) |
||
137 | |||
138 | /** |
||
139 | * unset entitySetMapping |
||
140 | * |
||
141 | * @param scalar $index |
||
142 | * @return void |
||
143 | */ |
||
144 | public function unsetEntitySetMapping($index) |
||
148 | |||
149 | /** |
||
150 | * Gets as entitySetMapping |
||
151 | * |
||
152 | * @return \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TEntitySetMappingType[] |
||
153 | */ |
||
154 | public function getEntitySetMapping() |
||
158 | |||
159 | /** |
||
160 | * Sets a new entitySetMapping |
||
161 | * |
||
162 | * @param \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TEntitySetMappingType[] $entitySetMapping |
||
163 | * @return self |
||
164 | */ |
||
165 | public function setEntitySetMapping(array $entitySetMapping) |
||
170 | |||
171 | /** |
||
172 | * Adds as associationSetMapping |
||
173 | * |
||
174 | * @return self |
||
175 | * @param \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TAssociationSetMappingType $associationSetMapping |
||
176 | */ |
||
177 | public function addToAssociationSetMapping(TAssociationSetMappingType $associationSetMapping) |
||
182 | |||
183 | /** |
||
184 | * isset associationSetMapping |
||
185 | * |
||
186 | * @param scalar $index |
||
187 | * @return boolean |
||
188 | */ |
||
189 | public function issetAssociationSetMapping($index) |
||
193 | |||
194 | /** |
||
195 | * unset associationSetMapping |
||
196 | * |
||
197 | * @param scalar $index |
||
198 | * @return void |
||
199 | */ |
||
200 | public function unsetAssociationSetMapping($index) |
||
204 | |||
205 | /** |
||
206 | * Gets as associationSetMapping |
||
207 | * |
||
208 | * @return \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TAssociationSetMappingType[] |
||
209 | */ |
||
210 | public function getAssociationSetMapping() |
||
214 | |||
215 | /** |
||
216 | * Sets a new associationSetMapping |
||
217 | * |
||
218 | * @param \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TAssociationSetMappingType[] |
||
219 | * $associationSetMapping |
||
220 | * @return self |
||
221 | */ |
||
222 | public function setAssociationSetMapping(array $associationSetMapping) |
||
227 | |||
228 | /** |
||
229 | * Adds as functionImportMapping |
||
230 | * |
||
231 | * @return self |
||
232 | * @param \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TFunctionImportMappingType $functionImportMapping |
||
233 | */ |
||
234 | public function addToFunctionImportMapping(TFunctionImportMappingType $functionImportMapping) |
||
239 | |||
240 | /** |
||
241 | * isset functionImportMapping |
||
242 | * |
||
243 | * @param scalar $index |
||
244 | * @return boolean |
||
245 | */ |
||
246 | public function issetFunctionImportMapping($index) |
||
250 | |||
251 | /** |
||
252 | * unset functionImportMapping |
||
253 | * |
||
254 | * @param scalar $index |
||
255 | * @return void |
||
256 | */ |
||
257 | public function unsetFunctionImportMapping($index) |
||
261 | |||
262 | /** |
||
263 | * Gets as functionImportMapping |
||
264 | * |
||
265 | * @return \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TFunctionImportMappingType[] |
||
266 | */ |
||
267 | public function getFunctionImportMapping() |
||
271 | |||
272 | /** |
||
273 | * Sets a new functionImportMapping |
||
274 | * |
||
275 | * @param \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TFunctionImportMappingType[] |
||
276 | * $functionImportMapping |
||
277 | * @return self |
||
278 | */ |
||
279 | public function setFunctionImportMapping(array $functionImportMapping) |
||
284 | |||
285 | public function isOK(&$msg = null) |
||
331 | } |
||
332 |