public class Comment extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
BUSINESS_TYPE_DOC
作品
|
static Integer |
STATUS_NOT_REVIEW
未审核
|
static Integer |
STATUS_PASS
通过
|
static Integer |
STATUS_REJECT
屏蔽
|
| 构造器和说明 |
|---|
Comment() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getBusinessId() |
Integer |
getBusinessType() |
String |
getContent() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getMerchantId() |
Long |
getReplyId() |
Integer |
getStatus() |
String |
getStatusDesc() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
void |
setBusinessId(Long businessId) |
void |
setBusinessType(Integer businessType) |
void |
setContent(String content) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setMerchantId(Long merchantId) |
void |
setReplyId(Long replyId) |
void |
setStatus(Integer status) |
void |
setStatusDesc(String statusDesc) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserId(Long userId) |
String |
toString() |
public static final Integer STATUS_NOT_REVIEW
public static final Integer STATUS_PASS
public static final Integer STATUS_REJECT
public static final Integer BUSINESS_TYPE_DOC
public Long getId()
public void setId(Long id)
public Long getMerchantId()
public void setMerchantId(Long merchantId)
public Long getUserId()
public void setUserId(Long userId)
public Integer getBusinessType()
public void setBusinessType(Integer businessType)
public Long getBusinessId()
public void setBusinessId(Long businessId)
public Long getReplyId()
public void setReplyId(Long replyId)
public String getContent()
public void setContent(String content)
public String getStatusDesc()
public void setStatusDesc(String statusDesc)
public Integer getStatus()
public void setStatus(Integer status)
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.