| | |
| | | private VideoResourceDao videoResourceDao; |
| | | |
| | | @Resource |
| | | private ResourceVideoDao resourceVideoDao; |
| | | |
| | | @Resource |
| | | private ClassService classServcie; |
| | | |
| | | @Resource |
| | | private CategoryVideoDao categoryVideoDao; |
| | | |
| | | public CategoryVideoDao getCategoryVideoDao() { |
| | | return categoryVideoDao; |
| | | } |
| | | |
| | | public void setCategoryVideoDao(CategoryVideoDao categoryVideoDao) { |
| | | this.categoryVideoDao = categoryVideoDao; |
| | | } |
| | | |
| | | public ClassService getClassServcie() { |
| | | return classServcie; |
| | | } |
| | | |
| | | public void setClassServcie(ClassService classServcie) { |
| | | this.classServcie = classServcie; |
| | | } |
| | | |
| | | public VideoInfoDao getVideoInfoDao() { |
| | | return videoInfoDao; |
| | | } |
| | | |
| | | public void setVideoInfoDao(VideoInfoDao videoInfoDao) { |
| | | this.videoInfoDao = videoInfoDao; |
| | | } |
| | | |
| | | public VideoService() { |
| | | |