public class UserMessage extends Object implements Serializable
| 构造器和说明 |
|---|
UserMessage() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Boolean |
getHasRead() |
Long |
getId() |
String |
getImg() |
Long |
getMemberTaskId() |
String |
getStorageAttribute() |
Long |
getStorageId() |
String |
getStorageName() |
String |
getSummary() |
String |
getTitle() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setHasRead(Boolean hasRead) |
void |
setId(Long id) |
void |
setImg(String img) |
void |
setMemberTaskId(Long memberTaskId) |
void |
setStorageAttribute(String storageAttribute) |
void |
setStorageId(Long storageId) |
void |
setStorageName(String storageName) |
void |
setSummary(String summary) |
void |
setTitle(String title) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getUid()
public void setUid(Long uid)
public String getTitle()
public void setTitle(String title)
public String getSummary()
public void setSummary(String summary)
public String getImg()
public void setImg(String img)
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 Long getMemberTaskId()
public void setMemberTaskId(Long memberTaskId)
public Boolean getHasRead()
public void setHasRead(Boolean hasRead)
public Long getStorageId()
public void setStorageId(Long storageId)
public String getStorageName()
public void setStorageName(String storageName)
public String getStorageAttribute()
public void setStorageAttribute(String storageAttribute)
Copyright © 2017. All rights reserved.