| 1029 | } |
| 1030 | |
| 1031 | bool Model_Impl::setDayofWeekforStartDay(const std::string& dayofWeekforStartDay) { |
| 1032 | if (!m_cachedYearDescription) { |
| 1033 | m_cachedYearDescription = this->model().getUniqueModelObject<YearDescription>(); |
| 1034 | } |
| 1035 | OS_ASSERT(m_cachedYearDescription); |
| 1036 | return m_cachedYearDescription->setDayofWeekforStartDay(dayofWeekforStartDay); |
| 1037 | } |
| 1038 | |
| 1039 | void Model_Impl::resetDayofWeekforStartDay() { |
| 1040 | if (!m_cachedYearDescription) { |