public class Merchant extends Object implements Serializable
| Constructor and Description |
|---|
Merchant() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppId() |
String |
getAppSecret() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getEndAt() |
Long |
getId() |
String |
getName() |
Integer |
getPurchaseTime() |
Long |
getStartAt() |
Integer |
getStatus() |
BigDecimal |
getTotalAmount() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setAppId(String appId) |
void |
setAppSecret(String appSecret) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setEndAt(Long endAt) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setPurchaseTime(Integer purchaseTime) |
void |
setStartAt(Long startAt) |
void |
setStatus(Integer status) |
void |
setTotalAmount(BigDecimal totalAmount) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public Long getId()
public String getName()
public void setName(String name)
public void setId(Long id)
public Long getUid()
public void setUid(Long uid)
public Integer getStatus()
public void setStatus(Integer status)
public String getAppId()
public void setAppId(String appId)
public String getAppSecret()
public void setAppSecret(String appSecret)
public Integer getPurchaseTime()
public void setPurchaseTime(Integer purchaseTime)
public BigDecimal getTotalAmount()
public void setTotalAmount(BigDecimal totalAmount)
public Long getStartAt()
public void setStartAt(Long startAt)
public Long getEndAt()
public void setEndAt(Long endAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
Copyright © 2020. All rights reserved.