资源简介
在原有的JPetStore5.0的基础上修改,数据持久层用hibernate替换原有的ibatis;添加Spring框架。
代码片段和文件信息
package com.jpetstore.domain;
import java.io.Serializable;
public class Account implements Serializable {
private String username;
private String password;
private String email;
private String firstName;
private String lastName;
private String status;
private String address1;
private String address2;
private String city;
private String state;
private String zip;
private String country;
private String phone;
private String favouriteCategoryId;
private String languagePreference;
private boolean listOption;
private boolean bannerOption;
private String bannerName;
public Account() {
}
public Account(String username String password String email
String firstName String lastName String status String address1
String address2 String city String state String zip
String country String phone String favouriteCategoryId
String languagePreference boolean listOption
boolean bannerOption String bannerName) {
this.username = username;
this.password = password;
this.email = email;
this.firstName = firstName;
this.lastName = lastName;
this.status = status;
this.address1 = address1;
this.address2 = address2;
this.city = city;
this.state = state;
this.zip = zip;
this.country = country;
this.phone = phone;
this.favouriteCategoryId = favouriteCategoryId;
this.languagePreference = languagePreference;
this.listOption = listOption;
this.bannerOption = bannerOption;
this.bannerName = bannerName;
}
public String getUsername() {
return username;
}
public void setUsername(String username) {
this.username = username;
}
public String getPassword() {
return password;
}
public void setPassword(String password) {
this.password = password;
}
public String getEmail() {
return email;
}
public void setEmail(String email) {
this.email = email;
}
public String getFirstName() {
return firstName;
}
public void setFirstName(String firstName) {
this.firstName = firstName;
}
public String getLastName() {
return lastName;
}
public void setLastName(String lastName) {
this.lastName = lastName;
}
public String getStatus() {
return status;
}
public void setStatus(String status) {
this.status = status;
}
public String getAddress1() {
return address1;
}
public void setAddress1(String address1) {
this.address1 = address1;
}
public String getAddress2() {
return address2;
}
public void setAddress2(String address2) {
this.address2 = address2;
}
public String getCity() {
return city;
}
public void setCity(String city) {
this.city = city;
}
public String getState() {
return state;
}
public void setState(String state) {
this.state = state;
}
public String getZip() {
return zip;
}
public void setZip(String zip) {
this.zip = zip;
}
public String getCountry() {
re
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2011-08-26 13:16 jpetstore\
目录 0 2011-06-08 14:11 jpetstore\jpetstore\
文件 1188 2011-06-06 11:01 jpetstore\jpetstore\.classpath
目录 0 2011-06-05 17:26 jpetstore\jpetstore\.myeclipse\
文件 540 2011-06-05 17:29 jpetstore\jpetstore\.myhibernatedata
文件 300 2011-06-19 18:55 jpetstore\jpetstore\.myme
文件 2162 2011-06-16 22:49 jpetstore\jpetstore\.project
目录 0 2011-06-08 14:11 jpetstore\jpetstore\.settings\
文件 493 2011-06-05 17:26 jpetstore\jpetstore\.settings\.jsdtscope
文件 395 2011-06-05 17:26 jpetstore\jpetstore\.settings\org.eclipse.jdt.core.prefs
文件 540 2011-06-06 10:59 jpetstore\jpetstore\.settings\org.eclipse.wst.common.component
文件 252 2011-06-05 17:26 jpetstore\jpetstore\.settings\org.eclipse.wst.common.project.facet.core.xm
文件 49 2011-06-05 17:26 jpetstore\jpetstore\.settings\org.eclipse.wst.jsdt.ui.superType.container
文件 6 2011-06-05 17:26 jpetstore\jpetstore\.settings\org.eclipse.wst.jsdt.ui.superType.name
文件 415 2011-06-05 17:29 jpetstore\jpetstore\.springBeans
目录 0 2011-06-08 14:11 jpetstore\jpetstore\src\
文件 3136 2011-06-09 11:03 jpetstore\jpetstore\src\applicationContext.xm
目录 0 2011-06-08 14:11 jpetstore\jpetstore\src\com\
目录 0 2011-06-08 14:11 jpetstore\jpetstore\src\com\jpetstore\
目录 0 2011-06-08 14:11 jpetstore\jpetstore\src\com\jpetstore\domain\
文件 1729 2011-06-17 09:18 jpetstore\jpetstore\src\com\jpetstore\domain\Account.hbm.xm
文件 4086 2011-06-16 14:11 jpetstore\jpetstore\src\com\jpetstore\domain\Account.java
文件 2340 2011-06-05 17:50 jpetstore\jpetstore\src\com\jpetstore\domain\Cart.java
文件 999 2011-06-05 17:35 jpetstore\jpetstore\src\com\jpetstore\domain\CartItem.java
文件 482 2011-06-05 17:26 jpetstore\jpetstore\src\com\jpetstore\domain\Category.hbm.xm
文件 692 2011-06-05 17:35 jpetstore\jpetstore\src\com\jpetstore\domain\Category.java
文件 1085 2011-06-16 22:12 jpetstore\jpetstore\src\com\jpetstore\domain\Item.hbm.xm
文件 2464 2011-06-05 17:35 jpetstore\jpetstore\src\com\jpetstore\domain\Item.java
文件 617 2011-06-16 22:44 jpetstore\jpetstore\src\com\jpetstore\domain\LineItem.hbm.xm
文件 1719 2011-06-16 14:11 jpetstore\jpetstore\src\com\jpetstore\domain\LineItem.java
文件 2009 2011-06-17 12:49 jpetstore\jpetstore\src\com\jpetstore\domain\Order.hbm.xm
............此处省略202个文件信息
- 上一篇:泛在电力物联网建设总体方案.pdf
- 下一篇:北京昆仑通态组态软件MCGS高级教程
相关资源
- struts2+hibernate的简单学生信息管理系统
- SSHStruts、Spring、Hibernate三大框架整合
- struts2图书馆管理系统
- SpringBoot+Vue前后端分离,使用SpringSe
- Spring boot -- 基于AngularJS的网络商城系
- Maven之Spring Boot_AngularJS--网络商城系统
- springboot+websocket实现聊天室
- Spring MVC4 中文高清 PDF (压缩包)
- maven-springboot-bootstrap-angularjs学生数据
- 各种系统架构图及其简介(Spring+IBa
- 超市管理系统MyBatis+Spring+Servlet
- springboot图片代理,请求url传入img返回
- springcloud源码
- Quartz与Spring整合练习源代码
- spring+springMVC+dubbo+zookeeper+mybatis实现登
- 基于SpringBoot+vue的前后端分离工资绩效
- springBoot客户管理系统
- 面试宝典包含redis,springboot,springc
- springboot从入门到精通
- struts2基于酒店的后台管理系统
- SpringBoot实战.pdf
- Spring+hibernate同时连接多个数据库
- struts2+spring2.5+hibernate3.2中文开发手册
- 家庭财务管理系统SpringMVC3+Spring3+Myb
- springcloud教程项目代码
- springboot 培训课程md文档
- Struts2漏洞2.0.xx升级为Struts-2.5.12步骤
- 银行管理系统(Struts2+hibernate)
- springboot官方文档
- Spring3.0.5源码+lib包全
评论
共有 条评论