public class DocScore extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
SCORE_STATUS_COMPLETE |
static Integer |
SCORE_STATUS_UN_COMPLETE |
| 构造器和说明 |
|---|
DocScore() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getComment() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getDocId() |
Long |
getId() |
Float |
getScore() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setComment(String comment) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDocId(Long docId) |
void |
setId(Long id) |
void |
setScore(Float score) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer SCORE_STATUS_COMPLETE
public static final Integer SCORE_STATUS_UN_COMPLETE
public Long getId()
public void setId(Long id)
public Long getDocId()
public void setDocId(Long docId)
public String getComment()
public void setComment(String comment)
public Float getScore()
public void setScore(Float score)
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)
Copyright © 2022. All rights reserved.