public class Temp extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
STATUS_OFF |
static Integer |
STATUS_ON |
| Constructor and Description |
|---|
Temp() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCodeName() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getMerchantId() |
String |
getName() |
String |
getRemark() |
Integer |
getStatus() |
String |
getTempJson() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCodeName(String codeName) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setMerchantId(Long merchantId) |
void |
setName(String name) |
void |
setRemark(String remark) |
void |
setStatus(Integer status) |
void |
setTempJson(String tempJson) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer STATUS_ON
public static final Integer STATUS_OFF
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public String getRemark()
public void setRemark(String remark)
public Integer getStatus()
public void setStatus(Integer status)
public String getCodeName()
public void setCodeName(String codeName)
public String getTempJson()
public void setTempJson(String tempJson)
public Long getMerchantId()
public void setMerchantId(Long merchantId)
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 © 2021. All rights reserved.