資源簡介
hibernate-3.0.zip
hibernate-3.0.zip
hibernate-3.0.zip
代碼片段和文件信息
//$Id:?AuctionInfo.javav?1.1?2004/06/03?16:30:01?steveebersole?Exp?$
package?org.hibernate.auction;
import?java.util.Date;
/**
?*?@author?Gavin?King
?*/
public?class?AuctionInfo?{
private?long?id;
private?String?description;
private?Date?ends;
private?Float?maxAmount;
public?String?getDescription()?{
return?description;
}
public?Date?getEnds()?{
return?ends;
}
public?long?getId()?{
return?id;
}
public?Float?getMaxAmount()?{
return?maxAmount;
}
public?AuctionInfo(long?id?String?description?Date?ends?Float?maxAmount)?{
this.id?=?id;
this.description?=?description;
this.ends?=?ends;
this.maxAmount?=?maxAmount;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2008-03-20?13:46??hibernate-3.0\
?????文件?????????158??2005-05-25?01:03??hibernate-3.0\build.bat
?????文件???????24530??2005-05-25?01:03??hibernate-3.0\build.xm
?????文件???????90856??2005-05-25?01:03??hibernate-3.0\changelog.txt
?????目錄???????????0??2008-03-20?13:46??hibernate-3.0\doc\
?????目錄???????????0??2008-03-20?13:46??hibernate-3.0\doc\api\
?????文件??????123546??2005-05-25?01:01??hibernate-3.0\doc\api\allclasses-fr
?????文件??????106526??2005-05-25?01:01??hibernate-3.0\doc\api\allclasses-nofr
?????文件??????245629??2005-05-25?01:01??hibernate-3.0\doc\api\constant-values.html
?????文件???????13939??2005-05-25?01:01??hibernate-3.0\doc\api\deprecated-list.html
?????文件????????9077??2005-05-25?01:02??hibernate-3.0\doc\api\help-doc.html
?????文件?????3372535??2005-05-25?01:01??hibernate-3.0\doc\api\index-all.html
?????文件?????????915??2005-05-25?01:01??hibernate-3.0\doc\api\index.html
?????文件????????2436??2005-05-25?01:01??hibernate-3.0\doc\api\jdst
?????目錄???????????0??2008-03-20?13:46??hibernate-3.0\doc\api\org\
?????目錄???????????0??2008-03-20?13:46??hibernate-3.0\doc\api\org\hibernate\
?????目錄???????????0??2008-03-20?13:48??hibernate-3.0\doc\api\org\hibernate\action\
?????目錄???????????0??2008-03-20?13:48??hibernate-3.0\doc\api\org\hibernate\action\class-use\
?????文件????????8377??2005-05-25?01:01??hibernate-3.0\doc\api\org\hibernate\action\class-use\CollectionAction.html
?????文件????????7888??2005-05-25?01:01??hibernate-3.0\doc\api\org\hibernate\action\class-use\CollectionRecreateAction.html
?????文件????????7856??2005-05-25?01:01??hibernate-3.0\doc\api\org\hibernate\action\class-use\CollectionRemoveAction.html
?????文件????????7856??2005-05-25?01:01??hibernate-3.0\doc\api\org\hibernate\action\class-use\CollectionUpdateAction.html
?????文件????????8696??2005-05-25?01:01??hibernate-3.0\doc\api\org\hibernate\action\class-use\EntityAction.html
?????文件????????7792??2005-05-25?01:01??hibernate-3.0\doc\api\org\hibernate\action\class-use\EntityDeleteAction.html
?????文件????????7920??2005-05-25?01:01??hibernate-3.0\doc\api\org\hibernate\action\class-use\EntityIdentityInsertAction.html
?????文件????????7792??2005-05-25?01:01??hibernate-3.0\doc\api\org\hibernate\action\class-use\EntityInsertAction.html
?????文件????????7792??2005-05-25?01:01??hibernate-3.0\doc\api\org\hibernate\action\class-use\EntityUpdateAction.html
?????文件???????12413??2005-05-25?01:01??hibernate-3.0\doc\api\org\hibernate\action\class-use\Executable.html
?????文件???????25003??2005-05-25?01:01??hibernate-3.0\doc\api\org\hibernate\action\CollectionAction.html
?????文件???????16293??2005-05-25?01:01??hibernate-3.0\doc\api\org\hibernate\action\CollectionRecreateAction.html
?????文件???????15923??2005-05-25?01:01??hibernate-3.0\doc\api\org\hibernate\action\CollectionRemoveAction.html
............此處省略3711個文件信息
- 上一篇:一個詳細的計算機機房設計方案
- 下一篇:云平臺事業(yè)部轉正答辯
評論
共有 條評論