|
|
@@ -8,29 +8,29 @@ public class AchievementEntity {
|
|
|
private String field1;//行业---字符串
|
|
|
private String field2;//行业---字符串
|
|
|
private String field3;//行业---字符串
|
|
|
- private int isHot;//热门
|
|
|
+ private Integer isHot;//热门
|
|
|
private Date releaseDate;//发布时间
|
|
|
- private int interestCount;//收藏数
|
|
|
+ private Integer interestCount;//收藏数
|
|
|
private String id;//id
|
|
|
- private int dataCategory;//成果类型
|
|
|
+ private Integer dataCategory;//成果类型
|
|
|
private String name;//成果名称
|
|
|
- private int category;//知识产权分类
|
|
|
+ private Integer category;//知识产权分类
|
|
|
private String summary;//简介
|
|
|
private String introduction;//介绍
|
|
|
private String technicalPictureUrl;//图片
|
|
|
- private int fieldA;//行业
|
|
|
- private int fieldB;//行业
|
|
|
- private int fieldC;//行业
|
|
|
- private int maturity;//成熟度
|
|
|
- private int innovation;//创新度
|
|
|
- private int transferMode;//交易形式
|
|
|
+ private Integer fieldA;//行业
|
|
|
+ private Integer fieldB;//行业
|
|
|
+ private Integer fieldC;//行业
|
|
|
+ private Integer maturity;//成熟度
|
|
|
+ private Integer innovation;//创新度
|
|
|
+ private Integer transferMode;//交易形式
|
|
|
private BigDecimal transferPrice;//价格
|
|
|
- private int status;//状态
|
|
|
- private int releaseStatus;//发布状态
|
|
|
- private int auditStatus;//审核状态
|
|
|
- private int boutique;//是否精品
|
|
|
- private int interest;//是否感兴趣
|
|
|
- private int orderCount;//订单数
|
|
|
+ private Integer status;//状态
|
|
|
+ private Integer releaseStatus;//发布状态
|
|
|
+ private Integer auditStatus;//审核状态
|
|
|
+ private Integer boutique;//是否精品
|
|
|
+ private Integer interest;//是否感兴趣
|
|
|
+ private Integer orderCount;//订单数
|
|
|
|
|
|
public String getField2() {
|
|
|
return field2;
|
|
|
@@ -48,19 +48,19 @@ public class AchievementEntity {
|
|
|
this.field3 = field3;
|
|
|
}
|
|
|
|
|
|
- public int getFieldB() {
|
|
|
+ public Integer getFieldB() {
|
|
|
return fieldB;
|
|
|
}
|
|
|
|
|
|
- public void setFieldB(int fieldB) {
|
|
|
+ public void setFieldB(Integer fieldB) {
|
|
|
this.fieldB = fieldB;
|
|
|
}
|
|
|
|
|
|
- public int getFieldC() {
|
|
|
+ public Integer getFieldC() {
|
|
|
return fieldC;
|
|
|
}
|
|
|
|
|
|
- public void setFieldC(int fieldC) {
|
|
|
+ public void setFieldC(Integer fieldC) {
|
|
|
this.fieldC = fieldC;
|
|
|
}
|
|
|
|
|
|
@@ -72,11 +72,11 @@ public class AchievementEntity {
|
|
|
this.field1 = field1;
|
|
|
}
|
|
|
|
|
|
- public int getIsHot() {
|
|
|
+ public Integer getIsHot() {
|
|
|
return isHot;
|
|
|
}
|
|
|
|
|
|
- public void setIsHot(int isHot) {
|
|
|
+ public void setIsHot(Integer isHot) {
|
|
|
this.isHot = isHot;
|
|
|
}
|
|
|
|
|
|
@@ -88,11 +88,11 @@ public class AchievementEntity {
|
|
|
this.releaseDate = releaseDate;
|
|
|
}
|
|
|
|
|
|
- public int getInterestCount() {
|
|
|
+ public Integer getInterestCount() {
|
|
|
return interestCount;
|
|
|
}
|
|
|
|
|
|
- public void setInterestCount(int interestCount) {
|
|
|
+ public void setInterestCount(Integer interestCount) {
|
|
|
this.interestCount = interestCount;
|
|
|
}
|
|
|
|
|
|
@@ -104,11 +104,11 @@ public class AchievementEntity {
|
|
|
this.id = id;
|
|
|
}
|
|
|
|
|
|
- public int getDataCategory() {
|
|
|
+ public Integer getDataCategory() {
|
|
|
return dataCategory;
|
|
|
}
|
|
|
|
|
|
- public void setDataCategory(int dataCategory) {
|
|
|
+ public void setDataCategory(Integer dataCategory) {
|
|
|
this.dataCategory = dataCategory;
|
|
|
}
|
|
|
|
|
|
@@ -120,11 +120,11 @@ public class AchievementEntity {
|
|
|
this.name = name;
|
|
|
}
|
|
|
|
|
|
- public int getCategory() {
|
|
|
+ public Integer getCategory() {
|
|
|
return category;
|
|
|
}
|
|
|
|
|
|
- public void setCategory(int category) {
|
|
|
+ public void setCategory(Integer category) {
|
|
|
this.category = category;
|
|
|
}
|
|
|
|
|
|
@@ -152,35 +152,35 @@ public class AchievementEntity {
|
|
|
this.technicalPictureUrl = technicalPictureUrl;
|
|
|
}
|
|
|
|
|
|
- public int getFieldA() {
|
|
|
+ public Integer getFieldA() {
|
|
|
return fieldA;
|
|
|
}
|
|
|
|
|
|
- public void setFieldA(int fieldA) {
|
|
|
+ public void setFieldA(Integer fieldA) {
|
|
|
this.fieldA = fieldA;
|
|
|
}
|
|
|
|
|
|
- public int getMaturity() {
|
|
|
+ public Integer getMaturity() {
|
|
|
return maturity;
|
|
|
}
|
|
|
|
|
|
- public void setMaturity(int maturity) {
|
|
|
+ public void setMaturity(Integer maturity) {
|
|
|
this.maturity = maturity;
|
|
|
}
|
|
|
|
|
|
- public int getInnovation() {
|
|
|
+ public Integer getInnovation() {
|
|
|
return innovation;
|
|
|
}
|
|
|
|
|
|
- public void setInnovation(int innovation) {
|
|
|
+ public void setInnovation(Integer innovation) {
|
|
|
this.innovation = innovation;
|
|
|
}
|
|
|
|
|
|
- public int getTransferMode() {
|
|
|
+ public Integer getTransferMode() {
|
|
|
return transferMode;
|
|
|
}
|
|
|
|
|
|
- public void setTransferMode(int transferMode) {
|
|
|
+ public void setTransferMode(Integer transferMode) {
|
|
|
this.transferMode = transferMode;
|
|
|
}
|
|
|
|
|
|
@@ -192,51 +192,51 @@ public class AchievementEntity {
|
|
|
this.transferPrice = transferPrice;
|
|
|
}
|
|
|
|
|
|
- public int getStatus() {
|
|
|
+ public Integer getStatus() {
|
|
|
return status;
|
|
|
}
|
|
|
|
|
|
- public void setStatus(int status) {
|
|
|
+ public void setStatus(Integer status) {
|
|
|
this.status = status;
|
|
|
}
|
|
|
|
|
|
- public int getReleaseStatus() {
|
|
|
+ public Integer getReleaseStatus() {
|
|
|
return releaseStatus;
|
|
|
}
|
|
|
|
|
|
- public void setReleaseStatus(int releaseStatus) {
|
|
|
+ public void setReleaseStatus(Integer releaseStatus) {
|
|
|
this.releaseStatus = releaseStatus;
|
|
|
}
|
|
|
|
|
|
- public int getAuditStatus() {
|
|
|
+ public Integer getAuditStatus() {
|
|
|
return auditStatus;
|
|
|
}
|
|
|
|
|
|
- public void setAuditStatus(int auditStatus) {
|
|
|
+ public void setAuditStatus(Integer auditStatus) {
|
|
|
this.auditStatus = auditStatus;
|
|
|
}
|
|
|
|
|
|
- public int getBoutique() {
|
|
|
+ public Integer getBoutique() {
|
|
|
return boutique;
|
|
|
}
|
|
|
|
|
|
- public void setBoutique(int boutique) {
|
|
|
+ public void setBoutique(Integer boutique) {
|
|
|
this.boutique = boutique;
|
|
|
}
|
|
|
|
|
|
- public int getInterest() {
|
|
|
+ public Integer getInterest() {
|
|
|
return interest;
|
|
|
}
|
|
|
|
|
|
- public void setInterest(int interested) {
|
|
|
+ public void setInterest(Integer interested) {
|
|
|
this.interest = interested;
|
|
|
}
|
|
|
|
|
|
- public int getOrderCount() {
|
|
|
+ public Integer getOrderCount() {
|
|
|
return orderCount;
|
|
|
}
|
|
|
|
|
|
- public void setOrderCount(int orderCount) {
|
|
|
+ public void setOrderCount(Integer orderCount) {
|
|
|
this.orderCount = orderCount;
|
|
|
}
|
|
|
|