public class UserMemberRelation extends Object implements Serializable
| Constructor and Description |
|---|
UserMemberRelation() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCacheAmountLimit() |
Long |
getCouponId() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getEndAt() |
Long |
getId() |
String |
getName() |
BigDecimal |
getPeriod() |
BigDecimal |
getPrice() |
Long |
getStartAt() |
Integer |
getStatus() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCacheAmountLimit(Integer cacheAmountLimit) |
void |
setCouponId(Long couponId) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setEndAt(Long endAt) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setPeriod(BigDecimal period) |
void |
setPrice(BigDecimal price) |
void |
setStartAt(Long startAt) |
void |
setStatus(Integer status) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
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 BigDecimal getPeriod()
public void setPeriod(BigDecimal period)
public BigDecimal getPrice()
public void setPrice(BigDecimal price)
public Long getStartAt()
public void setStartAt(Long startAt)
public Long getEndAt()
public void setEndAt(Long endAt)
public Integer getStatus()
public void setStatus(Integer status)
public Long getCouponId()
public void setCouponId(Long couponId)
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)
public Integer getCacheAmountLimit()
public void setCacheAmountLimit(Integer cacheAmountLimit)
Copyright © 2018. All Rights Reserved.