public class UserArticleRelation extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ARTICLE_CREATE_AT |
static int |
ASC |
static int |
COLLECTION |
static int |
COMMENT |
static int |
DESC
顺序
0-逆序
1-正序
|
static int |
LOVE
排序方式
1-点赞数
2-收藏数
3-日报创建时间
4-评论数
5-查看数
|
static int |
LOWER_ARTICLE_SCORE
用户日报下品对应的分数
|
static int |
MIDDLE_ARTICLE_SCORE
用户日报中品对应的分数
|
static int |
READ |
static int |
STATUS_COLLECTION |
static int |
STATUS_LOVE |
static int |
TOP_ARTICLE_SCORE
用户日报上品对应的分数
|
static int |
WHETHER_INVALID
取消手残/取消点赞
|
static int |
WHETHER_VALID
收藏/点赞
|
| 构造器和说明 |
|---|
UserArticleRelation() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getAid() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Integer |
getType() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Integer |
getWhether() |
void |
setAid(Long aid) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setType(Integer type) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setWhether(Integer whether) |
String |
toString() |
public static final int LOVE
public static final int COLLECTION
public static final int ARTICLE_CREATE_AT
public static final int COMMENT
public static final int READ
public static final int DESC
public static final int ASC
public static final int STATUS_LOVE
public static final int STATUS_COLLECTION
public static final int WHETHER_VALID
public static final int WHETHER_INVALID
public static final int TOP_ARTICLE_SCORE
public static final int MIDDLE_ARTICLE_SCORE
public static final int LOWER_ARTICLE_SCORE
public Long getId()
public void setId(Long id)
public Long getAid()
public void setAid(Long aid)
public Long getUid()
public void setUid(Long uid)
public Integer getType()
public void setType(Integer type)
public Integer getWhether()
public void setWhether(Integer whether)
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 © 2017. All rights reserved.