public class Contents extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
Status_Offline |
static int |
Status_Online |
| 构造器和说明 |
|---|
Contents() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthor() |
String |
getContent() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getImg() |
Integer |
getLevel() |
Long |
getPublishAt() |
Integer |
getStatus() |
String |
getSummary() |
String |
getTitle() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
String |
getUrl() |
void |
setAuthor(String author) |
void |
setContent(String content) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setImg(String img) |
void |
setLevel(Integer level) |
void |
setPublishAt(Long publishAt) |
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) |
String |
toString() |
public static int Status_Online
public static int Status_Offline
public Long getId()
public void setId(Long id)
public Integer getType()
public void setType(Integer type)
public String getImg()
public void setImg(String img)
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 Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getPublishAt()
public void setPublishAt(Long publishAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
Copyright © 2021. All rights reserved.