资源简介
基于J2EE的企业人力资源管理系统SSH+mysql
代码片段和文件信息
package org.yeeku.business;
import java.io.Serializable;
/**
* @author yeeku.H.lee kongyeeku@163.com
* @version 1.0
*
Copyright (C) 2005-2008 yeeku.H.Lee
*
This program is protected by copyright laws.
*
Program Name:
*
Date:
*/
public class AppBean implements Serializable
{
/**
*
*/
private static final long serialVersionUID = 48L;
private int id;
private String emp;
private String unAttend;
private String toAttend;
private String reason;
private AppBean()
{
}
public AppBean(int id String emp String unAttend String toAttend String reason) {
this.id = id;
this.emp = emp;
this.unAttend = unAttend;
this.toAttend = toAttend;
this.reason = reason;
}
public void setId(int id) {
this.id = id;
}
public void setEmp(String emp) {
this.emp = emp;
}
public void setUnAttend(String unAttend) {
this.unAttend = unAttend;
}
public void setToAttend(String toAttend) {
this.toAttend = toAttend;
}
public void setReason(String reason) {
this.reason = reason;
}
public int getId() {
return id;
}
public String getEmp() {
return (this.emp);
}
public String getUnAttend() {
return (this.unAttend);
}
public String getToAttend() {
return (this.toAttend);
}
public String getReason() {
return (this.reason);
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 6101 2018-04-10 09:24 dbhrsystem.sql
文件 834 2018-04-10 09:09 HRSystem\.classpath
文件 1041 2018-04-10 08:52 HRSystem\.project
文件 567 2018-04-10 08:52 HRSystem\.settings\.jsdtscope
文件 364 2018-04-10 08:52 HRSystem\.settings\org.eclipse.jdt.core.prefs
文件 476 2018-04-10 08:52 HRSystem\.settings\org.eclipse.wst.common.component
文件 345 2018-04-10 08:52 HRSystem\.settings\org.eclipse.wst.common.project.facet.core.xm
文件 49 2018-04-10 08:52 HRSystem\.settings\org.eclipse.wst.jsdt.ui.superType.container
文件 6 2018-04-10 08:52 HRSystem\.settings\org.eclipse.wst.jsdt.ui.superType.name
文件 740 2018-04-10 08:52 HRSystem\build\classes\Application.hbm.xm
文件 795 2018-04-10 08:52 HRSystem\build\classes\Attend.hbm.xm
文件 567 2018-04-10 08:52 HRSystem\build\classes\AttendType.hbm.xm
文件 734 2018-04-10 08:52 HRSystem\build\classes\CheckBack.hbm.xm
文件 3873 2018-04-10 08:52 HRSystem\build\classes\ehcache.xm
文件 1407 2018-04-10 08:52 HRSystem\build\classes\Employee.hbm.xm
文件 562 2018-04-10 08:52 HRSystem\build\classes\log4j.properties
文件 1637 2018-04-10 09:09 HRSystem\build\classes\org\yeeku\business\AppBean.class
文件 1474 2018-04-10 09:09 HRSystem\build\classes\org\yeeku\business\AttendBean.class
文件 1200 2018-04-10 09:09 HRSystem\build\classes\org\yeeku\business\EmpBean.class
文件 987 2018-04-10 09:09 HRSystem\build\classes\org\yeeku\business\PaymentBean.class
文件 981 2018-04-10 09:09 HRSystem\build\classes\org\yeeku\business\SalaryBean.class
文件 571 2018-04-10 09:09 HRSystem\build\classes\org\yeeku\dao\ApplicationDao.class
文件 2632 2018-04-10 09:09 HRSystem\build\classes\org\yeeku\dao\ApplicationDaoHibernate.class
文件 1058 2018-04-10 09:09 HRSystem\build\classes\org\yeeku\dao\AttendDao.class
文件 4219 2018-04-10 09:09 HRSystem\build\classes\org\yeeku\dao\AttendDaoHibernate.class
文件 413 2018-04-10 09:09 HRSystem\build\classes\org\yeeku\dao\AttendTypeDao.class
文件 1626 2018-04-10 09:09 HRSystem\build\classes\org\yeeku\dao\AttendTypeDaoHibernate.class
文件 408 2018-04-10 09:09 HRSystem\build\classes\org\yeeku\dao\CheckBackDao.class
文件 1617 2018-04-10 09:09 HRSystem\build\classes\org\yeeku\dao\CheckBackDaoHibernate.class
文件 799 2018-04-10 09:09 HRSystem\build\classes\org\yeeku\dao\EmployeeDao.class
............此处省略235个文件信息
- 上一篇:android购物APP源代码
- 下一篇:TRS WCM 5.2 用户手册.pdf
评论
共有 条评论