public class Invest extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
Pay_Type_card
银行卡支付
|
static Integer |
Pay_Type_fund
证联余额支付
|
static Integer |
STATUS_COMPLETE
完成
|
static Integer |
STATUS_PROCCESS
执行中
|
| 构造器和说明 |
|---|
Invest() |
| 限定符和类型 | 方法和说明 |
|---|---|
BigDecimal |
getAmount() |
String |
getBankName() |
String |
getCardNo() |
Long |
getCid() |
String |
getComment() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getInteAt() |
String |
getMobile() |
String |
getName() |
Integer |
getPaymentType() |
Long |
getPid() |
Long |
getRewardAt() |
Integer |
getStatus() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setAmount(BigDecimal amount) |
void |
setBankName(String bankName) |
void |
setCardNo(String cardNo) |
void |
setCid(Long cid) |
void |
setComment(String comment) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setInteAt(Long inteAt) |
void |
setMobile(String mobile) |
void |
setName(String name) |
void |
setPaymentType(Integer paymentType) |
void |
setPid(Long pid) |
void |
setRewardAt(Long rewardAt) |
void |
setStatus(Integer status) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer Pay_Type_fund
public static final Integer Pay_Type_card
public static final Integer STATUS_PROCCESS
public static final Integer STATUS_COMPLETE
public Long getId()
public void setId(Long id)
public Long getUid()
public void setUid(Long uid)
public String getName()
public void setName(String name)
public String getMobile()
public void setMobile(String mobile)
public Long getPid()
public void setPid(Long pid)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public Integer getPaymentType()
public void setPaymentType(Integer paymentType)
public Integer getStatus()
public void setStatus(Integer status)
public Long getCid()
public void setCid(Long cid)
public String getCardNo()
public void setCardNo(String cardNo)
public String getBankName()
public void setBankName(String bankName)
public Long getInteAt()
public void setInteAt(Long inteAt)
public Long getRewardAt()
public void setRewardAt(Long rewardAt)
public String getComment()
public void setComment(String comment)
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.