资源简介
北大青鸟 accp6.0 S2T 最新官方版宠物商店,代码规范,注释详尽,适合初学者,不要200分,也不要100分,50分也不要,只要最低2分就可下载,没错!只要2就可以下载,赶快拿起你的鼠标点下去,偶耶!
代码片段和文件信息
package cn.jbit.entity;
/**
* 账目实体类
* @author zhuqi
*
*/
public class Account {
private Integer id;
private Integer dealType;
private Integer petId;
private Integer sellerId;
private Integer buyerId;
private double price;
private String dateTime;
public Account() {
super();
// TODO Auto-generated constructor stub
}
public Account(Integer dealType Integer petId
Integer sellerId Integer buyerId double price) {
super();
this.dealType = dealType;
this.petId = petId;
this.sellerId = sellerId;
this.buyerId = buyerId;
this.price = price;
}
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public Integer getDealType() {
return dealType;
}
public void setDealType(Integer dealType) {
this.dealType = dealType;
}
public Integer getPetId() {
return petId;
}
public void setPetId(Integer petId) {
this.petId = petId;
}
public Integer getSellerId() {
return sellerId;
}
public void setSellerId(Integer sellerId) {
this.sellerId = sellerId;
}
public Integer getBuyerId() {
return buyerId;
}
public void setBuyerId(Integer buyerId) {
this.buyerId = buyerId;
}
public double getPrice() {
return price;
}
public void setPrice(double price) {
this.price = price;
}
public String getDateTime() {
return dateTime;
}
public void setDateTime(String dateTime) {
this.dateTime = dateTime;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2011-12-06 14:49 PetShop\
文件 365 2011-11-30 13:52 PetShop\.classpath
文件 383 2011-11-30 09:59 PetShop\.project
目录 0 2011-11-30 09:59 PetShop\.settings\
文件 629 2011-11-30 09:59 PetShop\.settings\org.eclipse.jdt.core.prefs
目录 0 2011-12-02 10:19 PetShop\bin\
目录 0 2011-12-02 10:19 PetShop\bin\cn\
目录 0 2011-12-02 10:19 PetShop\bin\cn\jbit\
目录 0 2011-12-02 10:19 PetShop\bin\cn\jbit\entity\
文件 2000 2011-12-02 10:19 PetShop\bin\cn\jbit\entity\Account.class
文件 2282 2011-12-02 10:19 PetShop\bin\cn\jbit\entity\Pet.class
文件 1384 2011-12-02 10:19 PetShop\bin\cn\jbit\entity\PetOwner.class
文件 1390 2011-12-02 10:19 PetShop\bin\cn\jbit\entity\PetStore.class
目录 0 2011-12-02 10:19 PetShop\bin\cn\jbit\epetshop\
目录 0 2011-12-02 10:19 PetShop\bin\cn\jbit\epetshop\biz\
文件 235 2011-12-02 10:19 PetShop\bin\cn\jbit\epetshop\biz\Accountable.class
文件 179 2011-12-02 10:19 PetShop\bin\cn\jbit\epetshop\biz\Breadable.class
文件 156 2011-12-02 10:19 PetShop\bin\cn\jbit\epetshop\biz\Buyable.class
目录 0 2011-12-02 10:19 PetShop\bin\cn\jbit\epetshop\biz\impl\
文件 3607 2011-12-02 17:09 PetShop\bin\cn\jbit\epetshop\biz\impl\PetOwnerServiceImpl.class
文件 809 2011-12-02 15:45 PetShop\bin\cn\jbit\epetshop\biz\impl\PetServiceImpl.class
文件 2003 2011-12-02 15:01 PetShop\bin\cn\jbit\epetshop\biz\impl\PetStoreServiceImpl.class
文件 494 2011-12-02 14:53 PetShop\bin\cn\jbit\epetshop\biz\PetOwnerService.class
文件 227 2011-12-02 10:19 PetShop\bin\cn\jbit\epetshop\biz\PetService.class
文件 585 2011-12-02 14:59 PetShop\bin\cn\jbit\epetshop\biz\PetStoreService.class
文件 159 2011-12-02 10:19 PetShop\bin\cn\jbit\epetshop\biz\Sellable.class
目录 0 2011-12-02 10:19 PetShop\bin\cn\jbit\epetshop\dao\
文件 355 2011-12-02 10:19 PetShop\bin\cn\jbit\epetshop\dao\AccountDao.class
目录 0 2011-12-02 10:19 PetShop\bin\cn\jbit\epetshop\dao\impl\
文件 3383 2011-12-02 10:19 PetShop\bin\cn\jbit\epetshop\dao\impl\AccountDaoImpl.class
文件 2400 2011-12-02 10:19 PetShop\bin\cn\jbit\epetshop\dao\impl\ba
............此处省略43个文件信息
相关资源
- jsp宠物商店(源码+数据库)
- Java版宠物商店
- java 宠物商店 管理系统
- JAVA面向对象开发宠物商店系统源码整
- 网上宠物商店系统JSP+JavaBean+JDBC
- 北大青鸟宠物商店
- 宠物商店 使用JSP 技术web应用
- 北大青鸟accp6.0java宠物商店
- JavaSwing版PetStore宠物商店项目源代码
- 北大青鸟Java宠物商店
- 用javafx写的宠物商店
- 宠物商店SSH实现
- 宠物商店管理系统设计
- Java Web EJB3+JPA+Struts2 分布式宠物商店源
- ssh电子商务系统--宠物商店
- 简易宠物商店Java源代码
- 数据库项目案例--宠物商店
- Java 数据库:宠物商店项目
- Java数据库 项目案例:宠物商店
- 北大青鸟-Java OOP宠物商店项目完整版
- 宠物商店的java代码
- 北大青鸟项目案例 宠物商店
- 宠物商店 项目 java
- 北大青鸟java宠物商店+MySQL数据库
- 北大青鸟accp S2 java宠物商店项目案例
- 宠物商店系统
- 宠物商店Java web 源码
- U2: java数据库编程 项目:宠物商店
- 宠物商店实现了数据库的增删改查
- JAVA MySql宠物商店ACCP8.0
评论
共有 条评论