• 大小: 49KB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2021-05-20
  • 语言: Java
  • 标签: 宠物商店  

资源简介

北大青鸟 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\baseDao.class
............此处省略43个文件信息

评论

共有 条评论