public class Article extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
ARTICLE_TYPE_4
当前类型是:版本管理
|
static Integer |
Status_Published
发布
|
static Integer |
Status_Unpublished
未发布
|
| Constructor and Description |
|---|
Article() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getContent() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getImg() |
Boolean |
getIsForceUpdate() |
Integer |
getOrderBy() |
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 |
setIsForceUpdate(Boolean isForceUpdate) |
void |
setOrderBy(Integer orderBy) |
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 final Integer Status_Unpublished
public static final Integer Status_Published
public static final Integer ARTICLE_TYPE_4
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 getOrderBy()
public void setOrderBy(Integer orderBy)
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)
public Boolean getIsForceUpdate()
public void setIsForceUpdate(Boolean isForceUpdate)
public String getAuthor()
public void setAuthor(String author)
Copyright © 2017. All rights reserved.