资源简介
基于JSP的办公管理系统源码
javaweb项目
代码片段和文件信息
/*
* WARNING: DO NOT EDIT THIS FILE. This is a generated file that is synchronized
* by MyEclipse Hibernate tool integration.
*
* Created Thu Aug 23 16:46:04 CST 2007 by MyEclipse Hibernate Tool.
*/
package com.demo.hibernate.beans;
import java.io.Serializable;
/**
* A class that represents a row in the address table.
* You can customize the behavior of this class by editing the class {@link Address()}.
* WARNING: DO NOT EDIT THIS FILE. This is a generated file that is synchronized
* by MyEclipse Hibernate tool integration.
*/
public abstract class AbstractAddress
implements Serializable
{
/** The cached hash code value for this instance. Settting to 0 triggers re-calculation. */
private int hashValue = 0;
/** The composite primary key value. */
private java.lang.Integer id;
/** The value of the simple username property. */
private java.lang.String username;
/** The value of the simple name property. */
private java.lang.String name;
/** The value of the simple sex property. */
private java.lang.String sex;
/** The value of the simple mobile property. */
private java.lang.String mobile;
/** The value of the simple email property. */
private java.lang.String email;
/** The value of the simple qq property. */
private java.lang.String qq;
/** The value of the simple company property. */
private java.lang.String company;
/** The value of the simple address property. */
private java.lang.String address;
/** The value of the simple postcode property. */
private java.lang.String postcode;
/**
* Simple constructor of AbstractAddress instances.
*/
public AbstractAddress()
{
}
/**
* Constructor of AbstractAddress instances given a simple primary key.
* @param id
*/
public AbstractAddress(java.lang.Integer id)
{
this.setId(id);
}
/**
* Return the simple primary key value that identifies this object.
* @return java.lang.Integer
*/
public java.lang.Integer getId()
{
return id;
}
/**
* Set the simple primary key value that identifies this object.
* @param id
*/
public void setId(java.lang.Integer id)
{
this.hashValue = 0;
this.id = id;
}
/**
* Return the value of the username column.
* @return java.lang.String
*/
public java.lang.String getUsername()
{
return this.username;
}
/**
* Set the value of the username column.
* @param username
*/
public void setUsername(java.lang.String username)
{
this.username = username;
}
/**
* Return the value of the name column.
* @return java.lang.String
*/
public java.lang.String getName()
{
return this.name;
}
/**
*
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4693 2010-02-01 16:33 办公自动化\20 MySQL\JavaPrj_20\.classpath
文件 304 2010-02-01 16:33 办公自动化\20 MySQL\JavaPrj_20\.myme
文件 1228 2009-12-20 17:26 办公自动化\20 MySQL\JavaPrj_20\.project
文件 1040 2009-12-15 14:08 办公自动化\20 MySQL\JavaPrj_20\.settings\com.genuitec.eclipse.j2eedt.core.prefs
文件 6735 2009-12-09 09:52 办公自动化\20 MySQL\JavaPrj_20\src\com\demo\hibernate\beans\AbstractAddress.java
文件 5454 2009-12-09 09:52 办公自动化\20 MySQL\JavaPrj_20\src\com\demo\hibernate\beans\AbstractMeeting.java
文件 4491 2009-12-09 09:52 办公自动化\20 MySQL\JavaPrj_20\src\com\demo\hibernate\beans\AbstractNotice.java
文件 4895 2009-12-09 09:52 办公自动化\20 MySQL\JavaPrj_20\src\com\demo\hibernate\beans\AbstractSchedule.java
文件 4954 2009-12-09 09:52 办公自动化\20 MySQL\JavaPrj_20\src\com\demo\hibernate\beans\AbstractSms.java
文件 3525 2009-12-09 09:52 办公自动化\20 MySQL\JavaPrj_20\src\com\demo\hibernate\beans\AbstractUser.java
文件 5882 2009-12-09 09:52 办公自动化\20 MySQL\JavaPrj_20\src\com\demo\hibernate\beans\AbstractWorklog.java
文件 1400 2009-12-09 09:52 办公自动化\20 MySQL\JavaPrj_20\src\com\demo\hibernate\beans\Address.hbm.xm
文件 767 2009-12-09 09:52 办公自动化\20 MySQL\JavaPrj_20\src\com\demo\hibernate\beans\Address.java
文件 1176 2009-12-09 09:52 办公自动化\20 MySQL\JavaPrj_20\src\com\demo\hibernate\beans\Meeting.hbm.xm
文件 767 2009-12-09 09:52 办公自动化\20 MySQL\JavaPrj_20\src\com\demo\hibernate\beans\Meeting.java
文件 1018 2009-12-09 09:52 办公自动化\20 MySQL\JavaPrj_20\src\com\demo\hibernate\beans\Notice.hbm.xm
文件 760 2009-12-09 09:52 办公自动化\20 MySQL\JavaPrj_20\src\com\demo\hibernate\beans\Notice.java
文件 1084 2009-12-09 09:52 办公自动化\20 MySQL\JavaPrj_20\src\com\demo\hibernate\beans\Schedule.hbm.xm
文件 775 2009-12-09 09:52 办公自动化\20 MySQL\JavaPrj_20\src\com\demo\hibernate\beans\Schedule.java
文件 1110 2009-12-09 09:52 办公自动化\20 MySQL\JavaPrj_20\src\com\demo\hibernate\beans\Sms.hbm.xm
文件 740 2009-12-09 09:52 办公自动化\20 MySQL\JavaPrj_20\src\com\demo\hibernate\beans\Sms.java
文件 884 2009-12-09 09:52 办公自动化\20 MySQL\JavaPrj_20\src\com\demo\hibernate\beans\User.hbm.xm
文件 687 2009-12-09 09:52 办公自动化\20 MySQL\JavaPrj_20\src\com\demo\hibernate\beans\User.java
文件 1246 2009-12-09 09:52 办公自动化\20 MySQL\JavaPrj_20\src\com\demo\hibernate\beans\Worklog.hbm.xm
文件 767 2009-12-09 09:52 办公自动化\20 MySQL\JavaPrj_20\src\com\demo\hibernate\beans\Worklog.java
文件 3131 2009-12-09 09:52 办公自动化\20 MySQL\JavaPrj_20\src\com\demo\hibernate\dao\AddressDAO.java
文件 625 2009-12-09 09:52 办公自动化\20 MySQL\JavaPrj_20\src\com\demo\hibernate\dao\IAddressDAO.java
文件 373 2009-12-09 09:52 办公自动化\20 MySQL\JavaPrj_20\src\com\demo\hibernate\dao\IMeetingDAO.java
文件 366 2009-12-09 09:52 办公自动化\20 MySQL\JavaPrj_20\src\com\demo\hibernate\dao\INoticeDAO.java
文件 417 2009-12-09 09:52 办公自动化\20 MySQL\JavaPrj_20\src\com\demo\hibernate\dao\IScheduleDAO.java
............此处省略262个文件信息
相关资源
- JSP+MYSQL学生信息管理系统--毕业设计
- JAVA JSP健康档案系统 源代码 论文
- JAVA JSP家庭财务系统 源代码 论文
- JAVA JSP大学生毕业信息管理系统 源代
- 基于SQLServer+MyEclipse10下的铁路售票系
- 简单OA办公系统+Java源码+mysql数据库
- Java高手真经网络开发卷源码
- 租房系统 源代码 java jsp servlet技术
- JSP网上商城毕业设计完整版
- 毕业设计基于JSP的都市都市信息供求
- JSP MYSQL电影订票系统
- JAVA JSP洗衣店管理系统 源代码 论文
- JSp 医院预约挂号系统源码+数据库
- 闲置商城大作业jsp+servlet+mysql包含数据
- 基于jsp+sql server 2008 + java的网上订餐系
- 个人主页jsp
- jsp大作业,学籍管理系统
- 挑战JSP&Servlet Web2.0应用开发源代码
- 儿童安全教育及行为规范网站html+cs
- SSH三大框架+mysql在jsp展示步骤
- 基于java的博客系统
- Java+SSM+微信小程序清果商城.rar
- 6008203169 王意 基于JSP技术的网上影院
- 《Jsp&Servlet学习笔记 第二版》源码
- jsp+ssh+mysql实现的在线考试系统源码
- Myeclipse全面详解
- 众筹网站源码
- 传智播客-网上书城项目
- 传智网上书城项目(非SSH纯Jsp+Servle
- JavaWeb项目,学生信息管理系统
评论
共有 条评论