文件名称:Part5_1
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-06-08
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- 陈*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
公司人员信息系统设计。
定义员工类,子类包括部门经理类,部门员工类;定义客户类,子类包括普通客户类和金牌客户类。
员工类和客户类有共同的人员父类。定义类的共同方法。
基本功能(方法)有员工和客户的属性(成员变量)获取;经理指示员工工作,经理和客户交流,员工向经理汇报,以及各类人员特定的其它功能。-Design company personnel information systems.
Definition of employee categories, sub-categories, including category manager, department staff category defined customer categories, sub-categories including general customer category and medals customer classes.
Staff classes and client classes have a common parent class staff. Common method to define the class.
Basic functions (methods) employees and customers attributes (member variables) to obtain manager instructed staff to work, managers and customer communication, employees reporting to managers, as well as certain other categories of personnel functions.
定义员工类,子类包括部门经理类,部门员工类;定义客户类,子类包括普通客户类和金牌客户类。
员工类和客户类有共同的人员父类。定义类的共同方法。
基本功能(方法)有员工和客户的属性(成员变量)获取;经理指示员工工作,经理和客户交流,员工向经理汇报,以及各类人员特定的其它功能。-Design company personnel information systems.
Definition of employee categories, sub-categories, including category manager, department staff category defined customer categories, sub-categories including general customer category and medals customer classes.
Staff classes and client classes have a common parent class staff. Common method to define the class.
Basic functions (methods) employees and customers attributes (member variables) to obtain manager instructed staff to work, managers and customer communication, employees reporting to managers, as well as certain other categories of personnel functions.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Part5_1
.......\Client.java
.......\Employe.java
.......\General.java
.......\Manager.java
.......\Starff.java
.......\Test.java
.......\VipClient.java