@Entity @Unique(value="title") public class InnerMessageContentEntity extends BaseEntity
限定符和类型 | 字段和说明 |
---|---|
static String |
CONTENT |
static String |
MSG_STATUS |
static String |
MSG_TYPE |
static String |
SCHEDULED_SEND_TIME |
static long |
serialVersionUID |
static String |
TARGET_INFO |
static String |
TITLE |
COMPANY_ID, CREATE_IP, CREATE_TIME, CREATE_USER_FULL_NAME, CREATE_USER_ID, CREATE_USER_NAME, DELETE_IP, DELETE_TIME, DELETE_USER_FULL_NAME, DELETE_USER_ID, DELETE_USER_NAME, DELETED, DESCRIPTION, DTS_CREATION_BID, DTS_MODIFIED_BID, LM_IP, LM_TIME, LM_USER_FULL_NAME, LM_USER_ID, LM_USER_NAME, PLATFORM_ID, ROW_LOG_ID
构造器和说明 |
---|
InnerMessageContentEntity() |
限定符和类型 | 方法和说明 |
---|---|
String |
getContent() |
String |
getMsgStatus() |
String |
getMsgType() |
ZonedDateTime |
getScheduledSendTime() |
String |
getTargetInfo() |
String |
getTitle() |
void |
setContent(String content) |
void |
setMsgStatus(String msgStatus) |
void |
setMsgType(String msgType) |
void |
setScheduledSendTime(ZonedDateTime scheduledSendTime) |
void |
setTargetInfo(String targetInfo) |
void |
setTitle(String title) |
isNew
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setCompanyId, setCreateBid, setCreateIp, setCreateTime, setCreateUserFullName, setCreateUserId, setCreateUserName, setDeleted, setDeleteIp, setDeleteTime, setDeleteUserFullName, setDeleteUserId, setDeleteUserName, setLastModifyIp, setLastModifyTime, setLastModifyUserFullName, setLastModifyUserId, setLastModifyUserName, setModifyBid, setPlatformId, setRowLogId
setId
getCompanyId, getCreateBid, getCreateIp, getCreateTime, getCreateUserFullName, getCreateUserId, getCreateUserName, getDeleteIp, getDeleteTime, getDeleteUserFullName, getDeleteUserId, getDeleteUserName, getDescription, getLastModifyIp, getLastModifyTime, getLastModifyUserFullName, getLastModifyUserId, getLastModifyUserName, getModifyBid, getPlatformId, getRowLogId, isDeleted, setDescription
public static final long serialVersionUID
public String getMsgType()
public void setMsgType(String msgType)
public String getTargetInfo()
public void setTargetInfo(String targetInfo)
public String getTitle()
public void setTitle(String title)
public String getContent()
public void setContent(String content)
public String getMsgStatus()
public void setMsgStatus(String msgStatus)
public ZonedDateTime getScheduledSendTime()
public void setScheduledSendTime(ZonedDateTime scheduledSendTime)
Copyright © 2019. All rights reserved.