public class Project extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
CATEGORY_APP
类别下App
对应字段:category
|
static Integer |
CATEGORY_H5
类别下h5
对应字段:category
|
static Integer |
CATEGORY_WEB
类别下Web
对应字段:category
|
static Integer |
STATUS_DOWN
状态下架
对应字段:status
|
static Integer |
STATUS_UP
状态上架
对应字段:status
|
static Integer |
TYPE_COMPANY_SERVICE
项目类型下企业支持
对应字段:type
|
static Integer |
TYPE_EDUCATION
项目类型下教育行业
对应字段:type
|
static Integer |
TYPE_FINANCIAL_SERVICE
项目类型下金融服务
对应字段:type
|
static Integer |
TYPE_LIFE_SERVICE
项目类型下生活服务
对应字段:type
|
static Integer |
TYPE_MEDICAL
项目类型下医疗健康
对应字段:type
|
static Integer |
TYPE_SOCIAL
项目类型下社交网络
对应字段:type
|
| 构造器和说明 |
|---|
Project() |
public static final Integer TYPE_LIFE_SERVICE
public static final Integer TYPE_FINANCIAL_SERVICE
public static final Integer TYPE_SOCIAL
public static final Integer TYPE_EDUCATION
public static final Integer TYPE_MEDICAL
public static final Integer TYPE_COMPANY_SERVICE
public static final Integer CATEGORY_APP
public static final Integer CATEGORY_WEB
public static final Integer CATEGORY_H5
public static final Integer STATUS_UP
public static final Integer STATUS_DOWN
public Long getId()
public void setId(Long id)
public Integer getType()
public void setType(Integer type)
public Integer getCategory()
public void setCategory(Integer category)
public String getName()
public void setName(String name)
public String getCycle()
public void setCycle(String cycle)
public Integer getNumber()
public void setNumber(Integer number)
public Integer getStatus()
public void setStatus(Integer status)
public String getBannerImg()
public void setBannerImg(String bannerImg)
public String getIntroduce()
public void setIntroduce(String introduce)
public String getAndroidUrl()
public void setAndroidUrl(String androidUrl)
public String getIosUrl()
public void setIosUrl(String iosUrl)
public String getWebsiteUrl()
public void setWebsiteUrl(String websiteUrl)
public String getFunction()
public void setFunction(String function)
public String getFeature()
public void setFeature(String feature)
public String getVersion()
public void setVersion(String version)
public String getFund()
public void setFund(String fund)
public String getFrameImg()
public void setFrameImg(String frameImg)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
Copyright © 2017. All rights reserved.