public class ProjectComment extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
STATUS_DISABLE
已屏蔽
|
static Integer |
STATUS_NO_REPLY
未回复
|
static Integer |
STATUS_REPLY
已回复
|
| 构造器和说明 |
|---|
ProjectComment() |
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)
public String getProjectName()
public void setProjectName(String projectName)
Copyright © 2021. All rights reserved.