@TableName(value="sys_notice")
public class SysNotice
extends top.ibase4j.core.base.BaseModel
通知公告表
Constructor and Description |
---|
SysNotice() |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
String |
getInfoSources() |
String |
getNoticeTitle() |
String |
getNoticeType() |
Integer |
getReaderTimes() |
Date |
getSendTime() |
String |
getSourcesUrl() |
String |
getStatus() |
protected Serializable |
pkVal() |
void |
setContent(String content) |
void |
setInfoSources(String infoSources) |
void |
setNoticeTitle(String noticeTitle) |
void |
setNoticeType(String noticeType) |
void |
setReaderTimes(Integer readerTimes) |
void |
setSendTime(Date sendTime) |
void |
setSourcesUrl(String sourcesUrl) |
void |
setStatus(String status) |
public String getNoticeTitle()
public void setNoticeTitle(String noticeTitle)
public String getNoticeType()
public void setNoticeType(String noticeType)
public Date getSendTime()
public void setSendTime(Date sendTime)
public String getInfoSources()
public void setInfoSources(String infoSources)
public String getSourcesUrl()
public void setSourcesUrl(String sourcesUrl)
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.