| 1 | <?php |
||
| 7 | trait TModificationFunctionMappingAssociationEndPropertyGroup |
||
| 8 | { |
||
| 9 | //Grouping for property bindings in function mapping end property. |
||
| 10 | |||
| 11 | /** |
||
| 12 | * @property \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TModificationFunctionMappingScalarPropertyType |
||
| 13 | * $scalarProperty |
||
| 14 | */ |
||
| 15 | private $scalarProperty = null; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Gets as scalarProperty |
||
| 19 | * |
||
| 20 | * @return \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TModificationFunctionMappingScalarPropertyType |
||
| 21 | */ |
||
| 22 | public function getScalarProperty() |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Sets a new scalarProperty |
||
| 29 | * |
||
| 30 | * @param \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TModificationFunctionMappingScalarPropertyType |
||
| 31 | * $scalarProperty |
||
| 32 | * @return self |
||
| 33 | */ |
||
| 34 | public function setScalarProperty(TModificationFunctionMappingScalarPropertyType $scalarProperty) |
||
| 39 | |||
| 40 | public function isModificationFunctionMappingAssociationOK(&$msg = null) |
||
| 47 | } |