資源簡介
人力資源管理系統 java web 完整項目 包含源碼和數據庫
人力資源管理系統 java web 完整項目 包含源碼和數據庫
代碼片段和文件信息
//$Id:?AuctionInfo.javav?1.1.2.2?2003/10/29?01:56:40?oneovthafew?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;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????2168??2006-01-23?00:02??personManage\addeducate.jsp
?????文件???????1604??2006-01-23?01:35??personManage\addinstitution.jsp
?????文件???????2930??2006-01-22?19:37??personManage\addjob.jsp
?????文件???????2489??2006-01-23?01:40??personManage\addstipend.jsp
?????文件???????2406??2006-01-24?06:28??personManage\adduser.jsp
?????文件???????2680??2006-03-30?17:16??personManage\css\css.css
?????文件?????????48??2006-01-23?06:06??personManage\css\CVS\Entries
?????文件?????????22??2006-01-18?09:44??personManage\css\CVS\Repository
?????文件?????????40??2006-01-18?09:44??personManage\css\CVS\Root
?????文件???????1320??2006-01-23?06:07??personManage\CVS\Entries
?????文件?????????18??2006-01-18?09:44??personManage\CVS\Repository
?????文件?????????40??2006-01-18?09:44??personManage\CVS\Root
?????文件????1179648??2006-03-30?21:41??personManage\Databa
?????文件????1048576??2006-03-30?21:41??personManage\Databa
?????文件???????2957??2006-01-23?01:12??personManage\detaileducate.jsp
?????文件???????1675??2006-01-23?01:35??personManage\detailinstitution.jsp
?????文件???????2805??2006-01-22?19:38??personManage\detailjob.jsp
?????文件????????504??2006-01-16?01:07??personManage\error.jsp
?????文件???????1709??2006-03-30?18:02??personManage\failed.jsp
?????文件?????910873??2006-01-14?06:07??personManage\Hibernate\hibernate\hibernate2.jar
?????文件????????707??2004-02-05?00:46??personManage\Hibernate\hibernate-2.1\bin\SchemaExport.bat
?????文件????????707??2004-02-05?00:46??personManage\Hibernate\hibernate-2.1\bin\SchemaUpdate.bat
?????文件???????3961??2006-01-14?06:07??personManage\Hibernate\hibernate-2.1\build\ehcache.xm
?????文件??????26428??2006-01-14?06:07??personManage\Hibernate\hibernate-2.1\build\lgpl.txt
?????文件???????1632??2006-01-14?06:07??personManage\Hibernate\hibernate-2.1\build\net\sf\hibernate\AssertionFailure.class
?????文件????????521??2006-01-14?06:07??personManage\Hibernate\hibernate-2.1\build\net\sf\hibernate\cache\Cache.class
?????文件????????256??2006-01-14?06:07??personManage\Hibernate\hibernate-2.1\build\net\sf\hibernate\cache\CacheConcurrencyStrategy$SoftLock.class
?????文件???????1186??2006-01-14?06:07??personManage\Hibernate\hibernate-2.1\build\net\sf\hibernate\cache\CacheConcurrencyStrategy.class
?????文件????????558??2006-01-14?06:07??personManage\Hibernate\hibernate-2.1\build\net\sf\hibernate\cache\CacheException.class
?????文件???????2955??2006-01-14?06:07??personManage\Hibernate\hibernate-2.1\build\net\sf\hibernate\cache\CacheFactory.class
............此處省略3136個文件信息
評論
共有 條評論