public class Document extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
RANK_DOWN |
static Integer |
RANK_TOP |
static Integer |
Status_Published
发布
|
static Integer |
Status_Unpublished
未发布
|
static Integer |
Type_Banner
banner
|
static Integer |
Type_Normal
发布
|
| Constructor and Description |
|---|
Document() |
public static final Integer Status_Unpublished
public static final Integer Status_Published
public static final Integer Type_Banner
public static final Integer Type_Normal
public static final Integer RANK_TOP
public static final Integer RANK_DOWN
public Integer getRank()
public void setRank(Integer rank)
public Long getId()
public void setId(Long id)
public String getTitle()
public void setTitle(String title)
public Integer getType()
public void setType(Integer type)
public String getImg()
public void setImg(String img)
public Integer getOrderBy()
public void setOrderBy(Integer orderBy)
public String getAuthor()
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 getPublishAt()
public void setPublishAt(Long publishAt)
public Integer getStatus()
public void setStatus(Integer status)
public String getUrl()
public void setUrl(String url)
public Integer getRead_count()
public void setRead_count(Integer read_count)
public Integer getPublish_type()
public void setPublish_type(Integer publish_type)
public Long getLove()
public void setLove(Long love)
public Long getCollection()
public void setCollection(Long collection)
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 © 2019. All rights reserved.