-
大小: 6.04MB文件類型: .zip金幣: 2下載: 0 次發(fā)布日期: 2023-11-01
- 語言: Java
- 標(biāo)簽: 數(shù)據(jù)庫??
資源簡介
Java項(xiàng)目 JSP實(shí)現(xiàn)在線訂餐系統(tǒng)Java項(xiàng)目 JSP實(shí)現(xiàn)在線訂餐系統(tǒng)Java項(xiàng)目 JSP實(shí)現(xiàn)在線訂餐系統(tǒng)

代碼片段和文件信息
/**
?*?
?*/
package?app.bean;
/**
?*?@author?Administrator?餐品類
?*/
public?class?Food?{
//?主鍵
private?Long?id;
//?食物名稱
private?String?foodName;
//?食物價(jià)格
private?double?foodPrice;
//?食物描述
private?String?description;
//?食物圖片
private?String?fdImage;
//?食物備注
private?String?remark;
/**
?*?@return?the?id
?*/
public?Long?getId()?{
return?id;
}
/**
?*?@param?id?the?id?to?set
?*/
public?void?setId(Long?id)?{
this.id?=?id;
}
/**
?*?@return?the?foodName
?*/
public?String?getFoodName()?{
return?foodName;
}
/**
?*?@param?foodName?the?foodName?to?set
?*/
public?void?setFoodName(String?foodName)?{
this.foodName?=?foodName;
}
/**
?*?@return?the?foodPrice
?*/
public?double?getFoodPrice()?{
return?foodPrice;
}
/**
?*?@param?foodPrice?the?foodPrice?to?set
?*/
public?void?setFoodPrice(double?foodPrice)?{
this.foodPrice?=?foodPrice;
}
/**
?*?@return?the?fdImage
?*/
public?String?getFdImage()?{
return?fdImage;
}
/**
?*?@param?fdImage?the?fdImage?to?set
?*/
public?void?setFdImage(String?fdImage)?{
this.fdImage?=?fdImage;
}
/**
?*?@return?the?description
?*/
public?String?getDescription()?{
return?description;
}
/**
?*?@param?description?the?description?to?set
?*/
public?void?setDescription(String?description)?{
this.description?=?description;
}
/**
?*?@return?the?remark
?*/
public?String?getRemark()?{
return?remark;
}
/**
?*?@param?remark?the?remark?to?set
?*/
public?void?setRemark(String?remark)?{
this.remark?=?remark;
}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????????839??2011-08-10?13:26??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\.classpath
?????文件???????????4??2010-09-23?15:40??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\.cvsignore
?????文件?????????447??2011-08-10?15:11??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\.project
?????文件?????????443??2010-09-23?15:40??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\.project.bak
?????目錄???????????0??2011-08-18?14:49??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\.settings\
?????文件?????????106??2011-08-15?08:42??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\.settings\org.eclipse.core.resources.prefs
?????文件????????5181??2010-09-24?23:16??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\.settings\org.eclipse.jdt.ui.prefs
?????文件?????????369??2011-08-10?15:12??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\.tomcatplugin
?????目錄???????????0??2011-08-18?14:49??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\bin\
?????目錄???????????0??2011-08-18?14:49??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\Ordering_NEW\
?????目錄???????????0??2011-08-18?14:49??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\src\
?????目錄???????????0??2011-08-18?14:49??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\src\app\
?????目錄???????????0??2011-08-18?14:49??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\src\app\bean\
?????文件????????1674??2010-09-25?13:51??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\src\app\bean\Food.java
?????文件????????2695??2010-10-11?10:14??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\src\app\bean\FoodOrderInfo.java
?????文件?????????885??2010-10-09?15:59??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\src\app\bean\User.java
?????目錄???????????0??2011-08-18?14:49??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\src\app\cmd\
?????文件?????????912??2010-09-26?00:06??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\src\app\cmd\AbnegateFood.java
?????文件????????1733??2010-09-11?12:13??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\src\app\cmd\AllUserFood.java
?????文件????????1528??2010-09-25?22:57??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\src\app\cmd\BuyFood.java
?????文件????????1095??2010-09-17?20:54??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\src\app\cmd\DetailsCmd.java
?????文件????????1013??2010-09-25?13:53??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\src\app\cmd\FoodList.java
?????文件????????1918??2010-10-11?10:18??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\src\app\cmd\FoodOrderSubmit.java
?????文件????????1435??2010-09-26?11:36??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\src\app\cmd\MyFoodDel.java
?????文件????????1515??2010-09-25?22:19??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\src\app\cmd\MyFoodDetail.java
?????文件????????1763??2010-10-09?15:10??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\src\app\cmd\UserCmd.java
?????目錄???????????0??2011-08-18?14:49??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\src\app\dao\
?????文件?????????859??2010-10-05?23:23??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\src\app\dao\FactoryConn.java
?????文件????????1908??2010-10-09?20:03??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\src\app\dao\FoodDAO.java
?????文件????????4593??2010-09-17?21:42??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\src\app\dao\FoodOrderInfoDAO.java
?????文件????????1182??2010-10-09?20:20??第21章?Java項(xiàng)目?JSP實(shí)現(xiàn)在線訂餐系統(tǒng)\src\app\dao\UserDAO.java
............此處省略88個(gè)文件信息
評(píng)論
共有 條評(píng)論