public class UserRecommend extends Object implements Serializable
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static Integer |
android |
static Integer |
DISPLAY_FALSE |
static Integer |
DISPLAY_TRUE
1、显示
2、隐藏
|
static Integer |
ios |
static Integer |
Recommend_forbidden |
static Integer |
Recommend_normal |
| コンストラクタと説明 |
|---|
UserRecommend() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
BigDecimal |
getAndroidAmount() |
BigDecimal |
getAndroidSettlement() |
Long |
getCreateAt() |
Long |
getCreateBy() |
BigDecimal |
getDiscount() |
Integer |
getDisplay() |
Long |
getId() |
BigDecimal |
getIosAmount() |
BigDecimal |
getIosSettlement() |
Integer |
getRecommendNum() |
Integer |
getRecommendStatus() |
Integer |
getSpendNum() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
void |
setAndroidAmount(BigDecimal androidAmount) |
void |
setAndroidSettlement(BigDecimal androidSettlement) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDiscount(BigDecimal discount) |
void |
setDisplay(Integer display) |
void |
setId(Long id) |
void |
setIosAmount(BigDecimal iosAmount) |
void |
setIosSettlement(BigDecimal iosSettlement) |
void |
setRecommendNum(Integer recommendNum) |
void |
setRecommendStatus(Integer recommendStatus) |
void |
setSpendNum(Integer spendNum) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserId(Long userId) |
String |
toString() |
public static final Integer Recommend_normal
public static final Integer Recommend_forbidden
public static final Integer android
public static final Integer ios
public static final Integer DISPLAY_TRUE
public static final Integer DISPLAY_FALSE
public Long getId()
public void setId(Long id)
public Long getUserId()
public void setUserId(Long userId)
public Integer getRecommendStatus()
public void setRecommendStatus(Integer recommendStatus)
public BigDecimal getDiscount()
public void setDiscount(BigDecimal discount)
public Integer getRecommendNum()
public void setRecommendNum(Integer recommendNum)
public Integer getSpendNum()
public void setSpendNum(Integer spendNum)
public BigDecimal getIosAmount()
public void setIosAmount(BigDecimal iosAmount)
public BigDecimal getAndroidAmount()
public void setAndroidAmount(BigDecimal androidAmount)
public BigDecimal getIosSettlement()
public void setIosSettlement(BigDecimal iosSettlement)
public BigDecimal getAndroidSettlement()
public void setAndroidSettlement(BigDecimal androidSettlement)
public Integer getDisplay()
public void setDisplay(Integer display)
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 © 2019. All Rights Reserved.