public class Article extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
STATUS_PUSH
推送状态
|
static Integer |
STATUS_WAIT
草稿状态
|
| Constructor and Description |
|---|
Article() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
Integer |
getCount() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getPushAt() |
Integer |
getSort() |
Integer |
getStatus() |
Integer |
getSubType() |
String |
getThumbUrl() |
String |
getTitle() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setContent(String content) |
void |
setCount(Integer count) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setPushAt(Long pushAt) |
void |
setSort(Integer sort) |
void |
setStatus(Integer status) |
void |
setSubType(Integer subType) |
void |
setThumbUrl(String thumbUrl) |
void |
setTitle(String title) |
void |
setType(Integer type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer STATUS_PUSH
public static final Integer STATUS_WAIT
public Long getId()
public void setId(Long id)
public String getTitle()
public void setTitle(String title)
public Integer getSubType()
public void setSubType(Integer subType)
public Integer getType()
public void setType(Integer type)
public Integer getStatus()
public void setStatus(Integer status)
public String getContent()
public void setContent(String content)
public String getThumbUrl()
public void setThumbUrl(String thumbUrl)
public Integer getCount()
public void setCount(Integer count)
public Long getPushAt()
public void setPushAt(Long pushAt)
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)
public Integer getSort()
public void setSort(Integer sort)
Copyright © 2018. All rights reserved.