public class Message extends Object implements Serializable
| Constructor and Description |
|---|
Message() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
Long |
getCategory() |
String |
getContent() |
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getCreateName() |
Long |
getId() |
String |
getImg() |
Long |
getRank() |
String |
getSource() |
Long |
getStatus() |
String |
getSummary() |
String |
getTitle() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
String |
getUrl() |
void |
setAuthor(String author) |
void |
setCategory(Long category) |
void |
setContent(String content) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setCreateName(String createName) |
void |
setId(Long id) |
void |
setImg(String img) |
void |
setRank(Long rank) |
void |
setSource(String source) |
void |
setStatus(Long status) |
void |
setSummary(String summary) |
void |
setTitle(String title) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUrl(String url) |
String |
toString() |
public String getCreateName()
public void setCreateName(String createName)
public String getSource()
public void setSource(String source)
public String getSummary()
public void setSummary(String summary)
public Long getId()
public void setId(Long id)
public Long getRank()
public void setRank(Long rank)
public String getAuthor()
public void setAuthor(String author)
public String getImg()
public void setImg(String img)
public Long getCategory()
public void setCategory(Long category)
public String getUrl()
public void setUrl(String url)
public Long getStatus()
public void setStatus(Long status)
public String getTitle()
public void setTitle(String title)
public String getContent()
public void setContent(String content)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
Copyright © 2017. All rights reserved.