| 734 | } |
| 735 | |
| 736 | bool RefrigerationWalkIn_Impl::setWalkinDefrostCycleParameters(const RefrigerationDefrostCycleParameters& walkinDefrostCycleParameters) { |
| 737 | return setPointer(OS_Refrigeration_WalkInFields::WalkInDefrostCycleParametersName, walkinDefrostCycleParameters.handle()); |
| 738 | } |
| 739 | |
| 740 | bool RefrigerationWalkIn_Impl::setDurationofDefrostCycle(boost::optional<int> durationofDefrostCycle) { |
| 741 | return this->walkinDefrostCycleParameters().getImpl<RefrigerationDefrostCycleParameters_Impl>()->setDurationofDefrostCycle( |