1 | <?php |
||
7 | trait TAssociationSetModificationFunctionMappingPropertyGroup |
||
8 | { |
||
9 | //Grouping for entity type function mappings |
||
10 | |||
11 | /** |
||
12 | * @property \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TModificationFunctionMappingEndPropertyType |
||
13 | * $endProperty |
||
14 | */ |
||
15 | private $endProperty = null; |
||
16 | |||
17 | /** |
||
18 | * Gets as endProperty |
||
19 | * |
||
20 | * @return \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TModificationFunctionMappingEndPropertyType |
||
21 | */ |
||
22 | public function getEndProperty() |
||
26 | |||
27 | /** |
||
28 | * Sets a new endProperty |
||
29 | * |
||
30 | * @param \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TModificationFunctionMappingEndPropertyType |
||
31 | * $endProperty |
||
32 | * @return self |
||
33 | */ |
||
34 | public function setEndProperty(TModificationFunctionMappingEndPropertyType $endProperty) |
||
39 | |||
40 | public function isAssociationSetModificationFunctionMappingOK(&$msg = null) |
||
47 | } |
||
48 |