⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 baseaction.java

📁 基于JAVA的学生就业信息网 实现对信息浏览 检索 审核 修改和删除
💻 JAVA
字号:
/*
 * Created on 2006-7-30
 *
 * TODO To change the template for this generated file go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
package org.ug.sztz.webview.structs.actions.college;

import org.apache.struts.action.Action;
import org.ug.sztz.dao.oa.AdminDao;
import org.ug.sztz.dao.oa.AnswerDao;
import org.ug.sztz.dao.oa.CollegeDao;
import org.ug.sztz.dao.oa.DwxxDao;
import org.ug.sztz.dao.oa.LiuChengDao;
import org.ug.sztz.dao.oa.NewsDao;
import org.ug.sztz.dao.oa.QuestionDao;
import org.ug.sztz.dao.oa.SortDao;
import org.ug.sztz.dao.oa.StuBaseDao;
import org.ug.sztz.dao.oa.StuJYDao;
import org.ug.sztz.dao.oa.StuJianLiDao;
import org.ug.sztz.dao.oa.XqxxDao;
import org.ug.sztz.dao.oa.ZYTZDao;
import org.ug.sztz.dao.oa.ZphxxDao;

/**
 * @author Skywalker
 *
 * TODO To change the template for this generated type comment go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
public class BaseAction extends Action {
	AdminDao adminDao;
	NewsDao newsDao;
	DwxxDao dwxxDao;
	XqxxDao xqxxDao;
	ZphxxDao zphxxDao;
	SortDao sortDao;
	StuBaseDao stuBaseDao;
	StuJYDao stuJYDao;
	StuJianLiDao stuJianLiDao;
	LiuChengDao liuChengDao;
	QuestionDao questionDao;
	AnswerDao answerDao;
	ZYTZDao zytzDao;
	CollegeDao collegeDao;
	/**
	 * @return Returns the adminDao.
	 */
	public AdminDao getAdminDao() {
		return adminDao;
	}
	/**
	 * @param adminDao The adminDao to set.
	 */
	public void setAdminDao(AdminDao adminDao) {
		this.adminDao = adminDao;
	}
	/**
	 * @return Returns the answerDao.
	 */
	public AnswerDao getAnswerDao() {
		return answerDao;
	}
	/**
	 * @param answerDao The answerDao to set.
	 */
	public void setAnswerDao(AnswerDao answerDao) {
		this.answerDao = answerDao;
	}
	/**
	 * @return Returns the collegeDao.
	 */
	public CollegeDao getCollegeDao() {
		return collegeDao;
	}
	/**
	 * @param collegeDao The collegeDao to set.
	 */
	public void setCollegeDao(CollegeDao collegeDao) {
		this.collegeDao = collegeDao;
	}
	/**
	 * @return Returns the dwxxDao.
	 */
	public DwxxDao getDwxxDao() {
		return dwxxDao;
	}
	/**
	 * @param dwxxDao The dwxxDao to set.
	 */
	public void setDwxxDao(DwxxDao dwxxDao) {
		this.dwxxDao = dwxxDao;
	}
	/**
	 * @return Returns the liuChengDao.
	 */
	public LiuChengDao getLiuChengDao() {
		return liuChengDao;
	}
	/**
	 * @param liuChengDao The liuChengDao to set.
	 */
	public void setLiuChengDao(LiuChengDao liuChengDao) {
		this.liuChengDao = liuChengDao;
	}
	/**
	 * @return Returns the newsDao.
	 */
	public NewsDao getNewsDao() {
		return newsDao;
	}
	/**
	 * @param newsDao The newsDao to set.
	 */
	public void setNewsDao(NewsDao newsDao) {
		this.newsDao = newsDao;
	}
	/**
	 * @return Returns the questionDao.
	 */
	public QuestionDao getQuestionDao() {
		return questionDao;
	}
	/**
	 * @param questionDao The questionDao to set.
	 */
	public void setQuestionDao(QuestionDao questionDao) {
		this.questionDao = questionDao;
	}
	/**
	 * @return Returns the sortDao.
	 */
	public SortDao getSortDao() {
		return sortDao;
	}
	/**
	 * @param sortDao The sortDao to set.
	 */
	public void setSortDao(SortDao sortDao) {
		this.sortDao = sortDao;
	}
	/**
	 * @return Returns the stuBaseDao.
	 */
	public StuBaseDao getStuBaseDao() {
		return stuBaseDao;
	}
	/**
	 * @param stuBaseDao The stuBaseDao to set.
	 */
	public void setStuBaseDao(StuBaseDao stuBaseDao) {
		this.stuBaseDao = stuBaseDao;
	}
	/**
	 * @return Returns the stuJianLiDao.
	 */
	public StuJianLiDao getStuJianLiDao() {
		return stuJianLiDao;
	}
	/**
	 * @param stuJianLiDao The stuJianLiDao to set.
	 */
	public void setStuJianLiDao(StuJianLiDao stuJianLiDao) {
		this.stuJianLiDao = stuJianLiDao;
	}
	/**
	 * @return Returns the stuJYDao.
	 */
	public StuJYDao getStuJYDao() {
		return stuJYDao;
	}
	/**
	 * @param stuJYDao The stuJYDao to set.
	 */
	public void setStuJYDao(StuJYDao stuJYDao) {
		this.stuJYDao = stuJYDao;
	}
	/**
	 * @return Returns the xqxxDao.
	 */
	public XqxxDao getXqxxDao() {
		return xqxxDao;
	}
	/**
	 * @param xqxxDao The xqxxDao to set.
	 */
	public void setXqxxDao(XqxxDao xqxxDao) {
		this.xqxxDao = xqxxDao;
	}
	/**
	 * @return Returns the zphxxDao.
	 */
	public ZphxxDao getZphxxDao() {
		return zphxxDao;
	}
	/**
	 * @param zphxxDao The zphxxDao to set.
	 */
	public void setZphxxDao(ZphxxDao zphxxDao) {
		this.zphxxDao = zphxxDao;
	}
	/**
	 * @return Returns the zytzDao.
	 */
	public ZYTZDao getZytzDao() {
		return zytzDao;
	}
	/**
	 * @param zytzDao The zytzDao to set.
	 */
	public void setZytzDao(ZYTZDao zytzDao) {
		this.zytzDao = zytzDao;
	}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -