public class Posts extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
DIGEST |
static Integer |
GRADE_HIGH |
static Integer |
GRADE_JUNIOR
1、初中部
2、高中部
|
static Integer |
NO_REPLY
1、非加精
2、加精
|
static Integer |
NOT_DIGEST
1、非加精
2、加精
|
static Integer |
NOT_STICKY
1、非置顶
2、置顶
|
static Integer |
REPLY |
static Integer |
STICKY |
| Constructor and Description |
|---|
Posts() |
public static final Integer GRADE_JUNIOR
public static final Integer GRADE_HIGH
public static final Integer NOT_STICKY
public static final Integer STICKY
public static final Integer NOT_DIGEST
public static final Integer DIGEST
public static final Integer NO_REPLY
public static final Integer REPLY
public Long getId()
public void setId(Long id)
public Long getUid()
public void setUid(Long uid)
public Integer getGrade()
public void setGrade(Integer grade)
public Integer getSticky()
public void setSticky(Integer sticky)
public Integer getDigest()
public void setDigest(Integer digest)
public String getTitle()
public void setTitle(String title)
public Integer getRepliesCount()
public void setRepliesCount(Integer repliesCount)
public Integer getReadCount()
public void setReadCount(Integer readCount)
public String getFirstImg()
public void setFirstImg(String firstImg)
public String getContent()
public void setContent(String content)
public Long getStickyAt()
public void setStickyAt(Long stickyAt)
public Long getDigestAt()
public void setDigestAt(Long digestAt)
public Integer getDeleteStatus()
public void setDeleteStatus(Integer deleteStatus)
public Integer getReplyStatus()
public void setReplyStatus(Integer replyStatus)
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.