package com.anbyke.entity;
import java.util.Date;
/**
* KeUsers entity.
*
* @author MyEclipse Persistence Tools
*/
public class KeUsers implements java.io.Serializable {
// Fields
private Integer id;
private String userName;
private String password;
private String realName;
private Integer sex;
private String mobilePhone;
private String companyName;
private String companyPhone;
private String companyFax;
private String companyEmail;
private String companyAddress;
private String category;
private Integer status;
private Integer state;
private Integer trial;
private Date trialEndtime;
private Date registerTime;
private Date expireTime;
// Constructors
/** default constructor */
public KeUsers() {
}
/** minimal constructor */
public KeUsers(String userName, String password, String realName) {
this.userName = userName;
this.password = password;
this.realName = realName;
}
/** full constructor */
public KeUsers(String userName, String password, String realName, Integer sex, String mobilePhone, String companyName, String companyPhone, String companyFax, String companyEmail, String companyAddress, String category, Integer status, Integer state, Integer trial, Date trialEndtime, Date registerTime, Date expireTime) {
this.userName = userName;
this.password = password;
this.realName = realName;
this.sex = sex;
this.mobilePhone = mobilePhone;
this.companyName = companyName;
this.companyPhone = companyPhone;
this.companyFax = companyFax;
this.companyEmail = companyEmail;
this.companyAddress = companyAddress;
this.category = category;
this.status = status;
this.state = state;
this.trial = trial;
this.trialEndtime = trialEndtime;
this.registerTime = registerTime;
this.expireTime = expireTime;
}
// Property accessors
public Integer getId() {
return this.id;
}
public void setId(Integer id) {
this.id = id;
}
public String getUserName() {
return this.userName;
}
public void setUserName(String userName) {
this.userName = userName;
}
public String getPassword() {
return this.password;
}
public void setPassword(String password) {
this.password = password;
}
public String getRealName() {
return this.realName;
}
public void setRealName(String realName) {
this.realName = realName;
}
public Integer getSex() {
return this.sex;
}
public void setSex(Integer sex) {
this.sex = sex;
}
public String getMobilePhone() {
return this.mobilePhone;
}
public void setMobilePhone(String mobilePhone) {
this.mobilePhone = mobilePhone;
}
public String getCompanyName() {
return this.companyName;
}
public void setCompanyName(String companyName) {
this.companyName = companyName;
}
public String getCompanyPhone() {
return this.companyPhone;
}
public void setCompanyPhone(String companyPhone) {
this.companyPhone = companyPhone;
}
public String getCompanyFax() {
return this.companyFax;
}
public void setCompanyFax(String companyFax) {
this.companyFax = companyFax;
}
public String getCompanyEmail() {
return this.companyEmail;
}
public void setCompanyEmail(String companyEmail) {
this.companyEmail = companyEmail;
}
public String getCompanyAddress() {
return this.companyAddress;
}
public void setCompanyAddress(String companyAddress) {
this.companyAddress = companyAddress;
}
public String getCategory() {
return this.category;
}
public void setCategory(String category) {
this.category = category;
}
public Integer getStatus() {
return this.status;
}
public void setStatus(Integer status) {
this.status = status;
}
public Integer getState() {
return this.state;
}
public void setState(Integer state) {
this.state = state;
}
public Integer getTrial() {
return this.trial;
}
public void setTrial(Integer trial) {
this.trial = trial;
}
public Date getTrialEndtime() {
return this.trialEndtime;
}
public void setTrialEndtime(Date trialEndtime) {
this.trialEndtime = trialEndtime;
}
public Date getRegisterTime() {
return this.registerTime;
}
public void setRegisterTime(Date registerTime) {
this.registerTime = registerTime;
}
public Date getExpireTime() {
return this.expireTime;
}
public void setExpireTime(Date expireTime) {
this.expireTime = expireTime;
}
}
没有合适的资源?快使用搜索试试~ 我知道了~
SSH三层架构MVC,Hibernate(ehcache)二级缓存技术,源代码
共72个文件
jar:39个
xml:8个
class:7个
4星 · 超过85%的资源 需积分: 10 83 下载量 93 浏览量
2012-06-01
17:47:42
上传
评论 1
收藏 11.64MB RAR 举报
温馨提示
SSH三层架构MVC(struts1.3+spring2.x+hibernate3.2),Hibernate(ehcache)二级缓存技术,Spring 注解形式依赖注入,ehcache缓存 源代码,内有MySql anbyke.sql文件,方便创建数据库演示效果!
资源推荐
资源详情
资源评论
收起资源包目录
anbyke_cache_for_hibernate.rar (72个子文件)
anbyke_cache_for_hibernate
src
com
anbyke
entity
KeUsers.java 4KB
KeUsers.hbm.xml 3KB
dao
impl
UsersDaoImpl.java 845B
IUsersDao.java 191B
service
impl
UsersServiceImpl.java 458B
IUsersService.java 203B
struts
form
PersonForm.java 2KB
action
UsersAction.java 2KB
applicationContext-hibernate.xml 3KB
ehcache.xml 1KB
log4j.properties 573B
.classpath 3KB
.mymetadata 351B
.settings
org.eclipse.jdt.core.prefs 330B
.myeclipse
.project 1KB
anbyke.sql 1KB
WebRoot
META-INF
MANIFEST.MF 39B
index.jsp 971B
WEB-INF
classes
com
anbyke
entity
KeUsers.class 5KB
KeUsers.hbm.xml 3KB
dao
IUsersDao.class 219B
impl
UsersDaoImpl.class 2KB
service
IUsersService.class 231B
impl
UsersServiceImpl.class 853B
struts
form
PersonForm.class 1KB
action
UsersAction.class 1KB
applicationContext-hibernate.xml 3KB
ehcache.xml 1KB
log4j.properties 573B
struts-config.xml 902B
.struts-config.mex 485B
lib
struts-el-1.3.10.jar 258KB
commons-io-1.1.jar 60KB
struts-mailreader-dao-1.3.10.jar 19KB
dom4j-1.6.1.jar 307KB
javassist-3.4.GA.jar 460KB
struts-core-1.3.10.jar 322KB
bsf-2.3.0.jar 171KB
mysql-connector-java-5.1.5-bin.jar 661KB
commons-logging-1.0.4.jar 37KB
common-annotations.jar 6KB
pager-taglib.jar 46KB
oro-2.0.8.jar 64KB
commons-digester-1.8.jar 140KB
commons-logging.jar 59KB
hibernate3.jar 2.15MB
slf4j-api-1.5.2.jar 17KB
aspectjrt.jar 112KB
ehcache-1.2.3.jar 203KB
antlr-2.7.6.jar 433KB
struts-scripting-1.3.10.jar 17KB
struts-tiles-1.3.10.jar 117KB
log4j-1.2.15.jar 383KB
spring.jar 2.81MB
commons-beanutils-1.8.0.jar 226KB
commons-fileupload-1.1.1.jar 31KB
commons-validator-1.3.1.jar 136KB
spring-webmvc-struts.jar 36KB
struts-faces-1.3.10.jar 92KB
commons-chain-1.2.jar 90KB
commons-dbcp.jar 119KB
jstl-1.2.jar 405KB
cglib-nodep-2.1_3.jar 317KB
standard-1.1.2.jar 384KB
commons-collections-3.1.jar 546KB
struts-taglib-1.3.10.jar 246KB
aspectjweaver.jar 1.47MB
struts-extras-1.3.10.jar 39KB
commons-pool.jar 61KB
jta-1.1.jar 13KB
.struts-config.mex.bak 503B
web.xml 2KB
共 72 条
- 1
anbyke
- 粉丝: 3
- 资源: 8
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- (源码)基于SimPy和贝叶斯优化的流程仿真系统.zip
- (源码)基于Java Web的个人信息管理系统.zip
- (源码)基于C++和OTL4的PostgreSQL数据库连接系统.zip
- (源码)基于ESP32和AWS IoT Core的室内温湿度监测系统.zip
- (源码)基于Arduino的I2C协议交通灯模拟系统.zip
- coco.names 文件
- (源码)基于Spring Boot和Vue的房屋租赁管理系统.zip
- (源码)基于Android的饭店点菜系统.zip
- (源码)基于Android平台的权限管理系统.zip
- (源码)基于CC++和wxWidgets框架的LEGO模型火车控制系统.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
- 1
- 2
- 3
前往页