public class ContentsEs extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
INDUSTRY
10=行业模板添加内容
|
static Integer |
ORDINARY
0:普通内容
|
static Integer |
STATUS_OFF
下架状态
|
static Integer |
STATUS_ON
上架状态
|
| Constructor and Description |
|---|
ContentsEs() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getContent() |
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getFirstImg() |
Long |
getId() |
String |
getImg() |
Integer |
getIndustryType() |
Integer |
getLevel() |
Long |
getMerchantId() |
Integer |
getStatus() |
String |
getSummary() |
String |
getTitle() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
String |
getUrl() |
String |
getVideo() |
void |
setAuthor(String author) |
void |
setContent(String content) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setFirstImg(String firstImg) |
void |
setId(Long id) |
void |
setImg(String img) |
void |
setIndustryType(Integer industryType) |
void |
setLevel(Integer level) |
void |
setMerchantId(Long merchantId) |
void |
setStatus(Integer status) |
void |
setSummary(String summary) |
void |
setTitle(String title) |
void |
setType(Integer type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUrl(String url) |
void |
setVideo(String video) |
String |
toString() |
public static final Integer ORDINARY
public static final Integer INDUSTRY
public static final Integer STATUS_ON
public static final Integer STATUS_OFF
public Long getId()
public void setId(Long id)
public String getImg()
public void setImg(String img)
public String getFirstImg()
public void setFirstImg(String firstImg)
public String getTitle()
public void setTitle(String title)
public Integer getLevel()
public void setLevel(Integer level)
public String getAuthor()
public void setAuthor(String author)
public String getContent()
public void setContent(String content)
public String getSummary()
public void setSummary(String summary)
public String getUrl()
public void setUrl(String url)
public Integer getStatus()
public void setStatus(Integer status)
public Integer getType()
public void setType(Integer type)
public Long getMerchantId()
public void setMerchantId(Long merchantId)
public Integer getIndustryType()
public void setIndustryType(Integer industryType)
public String getVideo()
public void setVideo(String video)
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 © 2021. All rights reserved.