@TableName(value="sys_news")
public class SysNews
extends top.ibase4j.core.base.BaseModel
新闻表
Constructor and Description |
---|
SysNews() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor() |
String |
getContent() |
String |
getEditor() |
String |
getKeys() |
String |
getNewsTitle() |
String |
getNewsType() |
Integer |
getReaderTimes() |
Date |
getSendTime() |
String |
getStatus() |
String |
getTags() |
protected Serializable |
pkVal() |
void |
setAuthor(String author) |
void |
setContent(String content) |
void |
setEditor(String editor) |
void |
setKeys(String keys) |
void |
setNewsTitle(String newsTitle) |
void |
setNewsType(String newsType) |
void |
setReaderTimes(Integer readerTimes) |
void |
setSendTime(Date sendTime) |
void |
setStatus(String status) |
void |
setTags(String tags) |
public String getNewsTitle()
public void setNewsTitle(String newsTitle)
public String getNewsType()
public void setNewsType(String newsType)
public Date getSendTime()
public void setSendTime(Date sendTime)
public String getAuthor()
public void setAuthor(String author)
public String getEditor()
public void setEditor(String editor)
public String getTags()
public void setTags(String tags)
public String getKeys()
public void setKeys(String keys)
public String getContent()
public void setContent(String content)
public Integer getReaderTimes()
public void setReaderTimes(Integer readerTimes)
public String getStatus()
public void setStatus(String status)
protected Serializable pkVal()
Copyright © 2018. All rights reserved.