public class UserBusinessHistory extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
BUSINESS_TYPE_CONTENTS
内容
|
static Integer |
BUSINESS_TYPE_DOC
作品
|
static Integer |
STATUS_NO
取消
|
static Integer |
STATUS_YES
正常
|
static Integer |
TYPE_COLLECT
收藏
|
static Integer |
TYPE_FAVOR
点赞
|
static Integer |
TYPE_VOTE
投票
|
| 构造器和说明 |
|---|
UserBusinessHistory() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getBusinessId() |
Integer |
getBusinessType() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Integer |
getStatus() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
void |
setBusinessId(Long businessId) |
void |
setBusinessType(Integer businessType) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setStatus(Integer status) |
void |
setType(Integer type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserId(Long userId) |
String |
toString() |
public static final Integer BUSINESS_TYPE_CONTENTS
public static final Integer BUSINESS_TYPE_DOC
public static final Integer TYPE_FAVOR
public static final Integer TYPE_VOTE
public static final Integer STATUS_NO
public static final Integer STATUS_YES
public static final Integer TYPE_COLLECT
public Long getId()
public void setId(Long id)
public Long getBusinessId()
public void setBusinessId(Long businessId)
public Long getUserId()
public void setUserId(Long userId)
public Integer getStatus()
public void setStatus(Integer status)
public Integer getType()
public void setType(Integer type)
public Integer getBusinessType()
public void setBusinessType(Integer businessType)
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.