public class UserMessageRelation extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
notRead |
static Integer |
read |
| Constructor and Description |
|---|
UserMessageRelation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getTargetId() |
String |
getTitle() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
Integer |
getUserRead() |
void |
setContent(String content) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setTargetId(Long targetId) |
void |
setTitle(String title) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserId(Long userId) |
void |
setUserRead(Integer userRead) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getTargetId()
public void setTargetId(Long targetId)
public Long getUserId()
public void setUserId(Long userId)
public Integer getUserRead()
public void setUserRead(Integer userRead)
public String getTitle()
public void setTitle(String title)
public String getContent()
public void setContent(String content)
Copyright © 2020. All rights reserved.