public class Product extends Object implements Serializable
| 构造器和说明 |
|---|
Product() |
public static final Integer STATUS_1
public static final Integer STATUS_2
public Long getId()
public void setId(Long id)
public String getProductNo()
public void setProductNo(String productNo)
public String getCompanyNo()
public void setCompanyNo(String companyNo)
public String getName()
public void setName(String name)
public String getSecondLevelNo()
public void setSecondLevelNo(String secondLevelNo)
public Integer getProductType()
public void setProductType(Integer productType)
public Integer getBuyStatus()
public void setBuyStatus(Integer buyStatus)
public Integer getFixedInvestmentSatus()
public void setFixedInvestmentSatus(Integer fixedInvestmentSatus)
public String getFundNo()
public void setFundNo(String fundNo)
public String getScaleUpperLimit()
public void setScaleUpperLimit(String scaleUpperLimit)
public String getProductDesc()
public void setProductDesc(String productDesc)
public String getPeriod()
public void setPeriod(String period)
public BigDecimal getAnnualYield()
public void setAnnualYield(BigDecimal annualYield)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public Integer getInvestmentConfirmDate()
public void setInvestmentConfirmDate(Integer investmentConfirmDate)
public Integer getInterestStartDate()
public void setInterestStartDate(Integer interestStartDate)
public Integer getStatus()
public void setStatus(Integer status)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
Copyright © 2017. All rights reserved.