1 | <?php |
||
9 | trait TModificationFunctionMappingComplexPropertyPropertyGroup |
||
10 | { |
||
11 | use IsOKToolboxTrait; |
||
12 | /** |
||
13 | * @property \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TModificationFunctionMappingScalarPropertyType |
||
14 | * $scalarProperty |
||
15 | */ |
||
16 | private $scalarProperty = null; |
||
17 | |||
18 | /** |
||
19 | * @property \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TModificationFunctionMappingComplexPropertyType |
||
20 | * $complexProperty |
||
21 | */ |
||
22 | private $complexProperty = null; |
||
23 | |||
24 | /** |
||
25 | * Gets as scalarProperty |
||
26 | * |
||
27 | * @return \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TModificationFunctionMappingScalarPropertyType |
||
28 | */ |
||
29 | public function getScalarProperty() |
||
33 | |||
34 | /** |
||
35 | * Sets a new scalarProperty |
||
36 | * |
||
37 | * @param \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TModificationFunctionMappingScalarPropertyType |
||
38 | * $scalarProperty |
||
39 | * @return self |
||
40 | */ |
||
41 | public function setScalarProperty(TModificationFunctionMappingScalarPropertyType $scalarProperty) |
||
46 | |||
47 | /** |
||
48 | * Gets as complexProperty |
||
49 | * |
||
50 | * @return \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TModificationFunctionMappingComplexPropertyType |
||
51 | */ |
||
52 | public function getComplexProperty() |
||
56 | |||
57 | /** |
||
58 | * Sets a new complexProperty |
||
59 | * |
||
60 | * @param \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TModificationFunctionMappingComplexPropertyType |
||
61 | * $complexProperty |
||
62 | * @return self |
||
63 | */ |
||
64 | public function setComplexProperty(TModificationFunctionMappingComplexPropertyType $complexProperty) |
||
69 | |||
70 | public function isComplexPropertyPropertyGroupOK(&$msg = null) |
||
80 | } |