91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 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個文件信息

評論

共有 條評論