• 大小: 18.98MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-06
  • 语言: 其他
  • 标签: jar  

资源简介

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.xml
     文件       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-frame.html
     文件      106526  2005-05-25 01:01  hibernate-3.0\doc\api\allclasses-noframe.html
     文件      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\jdstyle.css
     目录           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个文件信息

评论

共有 条评论