public class Article extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
Publish_Future |
static Integer |
Publish_Now
已删除
|
static Long |
Status_Deleted |
static Integer |
Status_Published
发布
|
static Integer |
Status_Unpublished
未发布
|
| 构造器和说明 |
|---|
Article() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthor() |
String |
getContent() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getImg() |
Integer |
getOrderBy() |
Long |
getPublishat() |
Integer |
getPublishType() |
Integer |
getReadCount() |
String |
getSource() |
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 |
setOrderBy(Integer orderBy) |
void |
setPublishat(Long publishat) |
void |
setPublishType(Integer publishType) |
void |
setReadCount(Integer readCount) |
void |
setSource(String source) |
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 Publish_Now
public static final Integer Publish_Future
public static final Long Status_Deleted
public Long getId()
public void setId(Long id)
public String getImg()
public void setImg(String img)
public String getTitle()
public void setTitle(String title)
public String getAuthor()
public Integer getOrderBy()
public void setOrderBy(Integer orderBy)
public void setAuthor(String author)
public String getSource()
public void setSource(String source)
public String getContent()
public void setContent(String content)
public String getSummary()
public void setSummary(String summary)
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 Integer getStatus()
public void setStatus(Integer status)
public String getUrl()
public void setUrl(String url)
public Integer getType()
public void setType(Integer type)
public Integer getReadCount()
public void setReadCount(Integer readCount)
public Integer getPublishType()
public void setPublishType(Integer publishType)
Copyright © 2017. All rights reserved.