资源简介

基于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\.mymetadata

     文件       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.xml

     文件        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.xml

     文件        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.xml

     文件        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.xml

     文件        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.xml

     文件        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.xml

     文件        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.xml

     文件        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个文件信息

评论

共有 条评论