public class ProjectComment extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
STATUS_DISABLE
已屏蔽
|
static Integer |
STATUS_NO_REPLY
未回复
|
static Integer |
STATUS_REPLY
已回复
|
| 构造器和说明 |
|---|
ProjectComment() |
| 限定符和类型 | 方法和说明 |
|---|---|
BigDecimal |
getAvgScore() |
String |
getContent() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Integer |
getDifficultyScore() |
Integer |
getEconomyScore() |
Long |
getId() |
Long |
getProjectId() |
Integer |
getRecommendScore() |
String |
getReplier() |
String |
getReply() |
Long |
getReplyAt() |
Long |
getReplyBy() |
Integer |
getStatus() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
void |
setAvgScore(BigDecimal avgScore) |
void |
setContent(String content) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDifficultyScore(Integer difficultyScore) |
void |
setEconomyScore(Integer economyScore) |
void |
setId(Long id) |
void |
setProjectId(Long projectId) |
void |
setRecommendScore(Integer recommendScore) |
void |
setReplier(String replier) |
void |
setReply(String reply) |
void |
setReplyAt(Long replyAt) |
void |
setReplyBy(Long replyBy) |
void |
setStatus(Integer status) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserId(Long userId) |
String |
toString() |
public static final Integer STATUS_NO_REPLY
public static final Integer STATUS_DISABLE
public static final Integer STATUS_REPLY
public Long getId()
public void setId(Long id)
public Long getProjectId()
public void setProjectId(Long projectId)
public String getContent()
public void setContent(String content)
public Long getReplyBy()
public void setReplyBy(Long replyBy)
public Long getReplyAt()
public void setReplyAt(Long replyAt)
public String getReply()
public void setReply(String reply)
public Integer getStatus()
public void setStatus(Integer status)
public Long getUserId()
public void setUserId(Long userId)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public String getReplier()
public void setReplier(String replier)
public Integer getEconomyScore()
public void setEconomyScore(Integer economyScore)
public Integer getDifficultyScore()
public void setDifficultyScore(Integer difficultyScore)
public Integer getRecommendScore()
public void setRecommendScore(Integer recommendScore)
public BigDecimal getAvgScore()
public void setAvgScore(BigDecimal avgScore)
Copyright © 2021. All rights reserved.