528 lines
14 KiB
Java
528 lines
14 KiB
Java
package com.ag.entity.topic;
|
|
|
|
import java.util.Date;
|
|
|
|
public class RemqMsgCustom {
|
|
|
|
private String assignReceiveMan;
|
|
|
|
public String getAssignReceiveMan() {
|
|
return assignReceiveMan;
|
|
}
|
|
|
|
public void setAssignReceiveMan(String assignReceiveMan) {
|
|
this.assignReceiveMan = assignReceiveMan;
|
|
}
|
|
|
|
/**
|
|
* This field was generated by MyBatis Generator.
|
|
* This field corresponds to the database column REMQ_MSG_CUSTOM.ID
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
private String id;
|
|
|
|
/**
|
|
* This field was generated by MyBatis Generator.
|
|
* This field corresponds to the database column REMQ_MSG_CUSTOM.BUSINESS_KEY
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
private String businessKey;
|
|
|
|
/**
|
|
* This field was generated by MyBatis Generator.
|
|
* This field corresponds to the database column REMQ_MSG_CUSTOM.BUSINESS_TYPE
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
private String businessType;
|
|
|
|
/**
|
|
* This field was generated by MyBatis Generator.
|
|
* This field corresponds to the database column REMQ_MSG_CUSTOM.BUSINESS_URL
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
private String businessUrl;
|
|
|
|
/**
|
|
* This field was generated by MyBatis Generator.
|
|
* This field corresponds to the database column REMQ_MSG_CUSTOM.MSG_INFO
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
private String msgInfo;
|
|
|
|
/**
|
|
* This field was generated by MyBatis Generator.
|
|
* This field corresponds to the database column REMQ_MSG_CUSTOM.RECEIVE_FLAG
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
private String receiveFlag;
|
|
|
|
/**
|
|
* This field was generated by MyBatis Generator.
|
|
* This field corresponds to the database column REMQ_MSG_CUSTOM.RECEIVE_TIM
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
private Date receiveTim;
|
|
|
|
/**
|
|
* This field was generated by MyBatis Generator.
|
|
* This field corresponds to the database column REMQ_MSG_CUSTOM.CREATED_BY
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
private String createdBy;
|
|
|
|
/**
|
|
* This field was generated by MyBatis Generator.
|
|
* This field corresponds to the database column REMQ_MSG_CUSTOM.CREATED_ON
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
private Date createdOn;
|
|
|
|
/**
|
|
* This field was generated by MyBatis Generator.
|
|
* This field corresponds to the database column REMQ_MSG_CUSTOM.UPDATED_BY
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
private String updatedBy;
|
|
|
|
/**
|
|
* This field was generated by MyBatis Generator.
|
|
* This field corresponds to the database column REMQ_MSG_CUSTOM.UPDATED_ON
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
private Date updatedOn;
|
|
|
|
/**
|
|
* This field was generated by MyBatis Generator.
|
|
* This field corresponds to the database column REMQ_MSG_CUSTOM.CHAT_NAME
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
private String chatName;
|
|
|
|
/**
|
|
* This field was generated by MyBatis Generator.
|
|
* This field corresponds to the database column REMQ_MSG_CUSTOM.SR_FLAG
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
private String srFlag;
|
|
|
|
/**
|
|
* This field was generated by MyBatis Generator.
|
|
* This field corresponds to the database column REMQ_MSG_CUSTOM.RE_USER_ID
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
private String reUserId;
|
|
|
|
/**
|
|
* This field was generated by MyBatis Generator.
|
|
* This field corresponds to the database column REMQ_MSG_CUSTOM.PARENT_ID
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
private String parentId;
|
|
|
|
/**
|
|
* This field was generated by MyBatis Generator.
|
|
* This field corresponds to the database column REMQ_MSG_CUSTOM.MSG_ID
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
private String msgId;
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method returns the value of the database column REMQ_MSG_CUSTOM.ID
|
|
*
|
|
* @return the value of REMQ_MSG_CUSTOM.ID
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public String getId() {
|
|
return id;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method sets the value of the database column REMQ_MSG_CUSTOM.ID
|
|
*
|
|
* @param id the value for REMQ_MSG_CUSTOM.ID
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public void setId(String id) {
|
|
this.id = id == null ? null : id.trim();
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method returns the value of the database column REMQ_MSG_CUSTOM.BUSINESS_KEY
|
|
*
|
|
* @return the value of REMQ_MSG_CUSTOM.BUSINESS_KEY
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public String getBusinessKey() {
|
|
return businessKey;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method sets the value of the database column REMQ_MSG_CUSTOM.BUSINESS_KEY
|
|
*
|
|
* @param businessKey the value for REMQ_MSG_CUSTOM.BUSINESS_KEY
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public void setBusinessKey(String businessKey) {
|
|
this.businessKey = businessKey == null ? null : businessKey.trim();
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method returns the value of the database column REMQ_MSG_CUSTOM.BUSINESS_TYPE
|
|
*
|
|
* @return the value of REMQ_MSG_CUSTOM.BUSINESS_TYPE
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public String getBusinessType() {
|
|
return businessType;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method sets the value of the database column REMQ_MSG_CUSTOM.BUSINESS_TYPE
|
|
*
|
|
* @param businessType the value for REMQ_MSG_CUSTOM.BUSINESS_TYPE
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public void setBusinessType(String businessType) {
|
|
this.businessType = businessType == null ? null : businessType.trim();
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method returns the value of the database column REMQ_MSG_CUSTOM.BUSINESS_URL
|
|
*
|
|
* @return the value of REMQ_MSG_CUSTOM.BUSINESS_URL
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public String getBusinessUrl() {
|
|
return businessUrl;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method sets the value of the database column REMQ_MSG_CUSTOM.BUSINESS_URL
|
|
*
|
|
* @param businessUrl the value for REMQ_MSG_CUSTOM.BUSINESS_URL
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public void setBusinessUrl(String businessUrl) {
|
|
this.businessUrl = businessUrl == null ? null : businessUrl.trim();
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method returns the value of the database column REMQ_MSG_CUSTOM.MSG_INFO
|
|
*
|
|
* @return the value of REMQ_MSG_CUSTOM.MSG_INFO
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public String getMsgInfo() {
|
|
return msgInfo;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method sets the value of the database column REMQ_MSG_CUSTOM.MSG_INFO
|
|
*
|
|
* @param msgInfo the value for REMQ_MSG_CUSTOM.MSG_INFO
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public void setMsgInfo(String msgInfo) {
|
|
this.msgInfo = msgInfo == null ? null : msgInfo.trim();
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method returns the value of the database column REMQ_MSG_CUSTOM.RECEIVE_FLAG
|
|
*
|
|
* @return the value of REMQ_MSG_CUSTOM.RECEIVE_FLAG
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public String getReceiveFlag() {
|
|
return receiveFlag;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method sets the value of the database column REMQ_MSG_CUSTOM.RECEIVE_FLAG
|
|
*
|
|
* @param receiveFlag the value for REMQ_MSG_CUSTOM.RECEIVE_FLAG
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public void setReceiveFlag(String receiveFlag) {
|
|
this.receiveFlag = receiveFlag == null ? null : receiveFlag.trim();
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method returns the value of the database column REMQ_MSG_CUSTOM.RECEIVE_TIM
|
|
*
|
|
* @return the value of REMQ_MSG_CUSTOM.RECEIVE_TIM
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public Date getReceiveTim() {
|
|
return receiveTim;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method sets the value of the database column REMQ_MSG_CUSTOM.RECEIVE_TIM
|
|
*
|
|
* @param receiveTim the value for REMQ_MSG_CUSTOM.RECEIVE_TIM
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public void setReceiveTim(Date receiveTim) {
|
|
this.receiveTim = receiveTim;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method returns the value of the database column REMQ_MSG_CUSTOM.CREATED_BY
|
|
*
|
|
* @return the value of REMQ_MSG_CUSTOM.CREATED_BY
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public String getCreatedBy() {
|
|
return createdBy;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method sets the value of the database column REMQ_MSG_CUSTOM.CREATED_BY
|
|
*
|
|
* @param createdBy the value for REMQ_MSG_CUSTOM.CREATED_BY
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public void setCreatedBy(String createdBy) {
|
|
this.createdBy = createdBy == null ? null : createdBy.trim();
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method returns the value of the database column REMQ_MSG_CUSTOM.CREATED_ON
|
|
*
|
|
* @return the value of REMQ_MSG_CUSTOM.CREATED_ON
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public Date getCreatedOn() {
|
|
return createdOn;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method sets the value of the database column REMQ_MSG_CUSTOM.CREATED_ON
|
|
*
|
|
* @param createdOn the value for REMQ_MSG_CUSTOM.CREATED_ON
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public void setCreatedOn(Date createdOn) {
|
|
this.createdOn = createdOn;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method returns the value of the database column REMQ_MSG_CUSTOM.UPDATED_BY
|
|
*
|
|
* @return the value of REMQ_MSG_CUSTOM.UPDATED_BY
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public String getUpdatedBy() {
|
|
return updatedBy;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method sets the value of the database column REMQ_MSG_CUSTOM.UPDATED_BY
|
|
*
|
|
* @param updatedBy the value for REMQ_MSG_CUSTOM.UPDATED_BY
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public void setUpdatedBy(String updatedBy) {
|
|
this.updatedBy = updatedBy == null ? null : updatedBy.trim();
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method returns the value of the database column REMQ_MSG_CUSTOM.UPDATED_ON
|
|
*
|
|
* @return the value of REMQ_MSG_CUSTOM.UPDATED_ON
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public Date getUpdatedOn() {
|
|
return updatedOn;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method sets the value of the database column REMQ_MSG_CUSTOM.UPDATED_ON
|
|
*
|
|
* @param updatedOn the value for REMQ_MSG_CUSTOM.UPDATED_ON
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public void setUpdatedOn(Date updatedOn) {
|
|
this.updatedOn = updatedOn;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method returns the value of the database column REMQ_MSG_CUSTOM.CHAT_NAME
|
|
*
|
|
* @return the value of REMQ_MSG_CUSTOM.CHAT_NAME
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public String getChatName() {
|
|
return chatName;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method sets the value of the database column REMQ_MSG_CUSTOM.CHAT_NAME
|
|
*
|
|
* @param chatName the value for REMQ_MSG_CUSTOM.CHAT_NAME
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public void setChatName(String chatName) {
|
|
this.chatName = chatName == null ? null : chatName.trim();
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method returns the value of the database column REMQ_MSG_CUSTOM.SR_FLAG
|
|
*
|
|
* @return the value of REMQ_MSG_CUSTOM.SR_FLAG
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public String getSrFlag() {
|
|
return srFlag;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method sets the value of the database column REMQ_MSG_CUSTOM.SR_FLAG
|
|
*
|
|
* @param srFlag the value for REMQ_MSG_CUSTOM.SR_FLAG
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public void setSrFlag(String srFlag) {
|
|
this.srFlag = srFlag == null ? null : srFlag.trim();
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method returns the value of the database column REMQ_MSG_CUSTOM.RE_USER_ID
|
|
*
|
|
* @return the value of REMQ_MSG_CUSTOM.RE_USER_ID
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public String getReUserId() {
|
|
return reUserId;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method sets the value of the database column REMQ_MSG_CUSTOM.RE_USER_ID
|
|
*
|
|
* @param reUserId the value for REMQ_MSG_CUSTOM.RE_USER_ID
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public void setReUserId(String reUserId) {
|
|
this.reUserId = reUserId == null ? null : reUserId.trim();
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method returns the value of the database column REMQ_MSG_CUSTOM.PARENT_ID
|
|
*
|
|
* @return the value of REMQ_MSG_CUSTOM.PARENT_ID
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public String getParentId() {
|
|
return parentId;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method sets the value of the database column REMQ_MSG_CUSTOM.PARENT_ID
|
|
*
|
|
* @param parentId the value for REMQ_MSG_CUSTOM.PARENT_ID
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public void setParentId(String parentId) {
|
|
this.parentId = parentId == null ? null : parentId.trim();
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method returns the value of the database column REMQ_MSG_CUSTOM.MSG_ID
|
|
*
|
|
* @return the value of REMQ_MSG_CUSTOM.MSG_ID
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public String getMsgId() {
|
|
return msgId;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method sets the value of the database column REMQ_MSG_CUSTOM.MSG_ID
|
|
*
|
|
* @param msgId the value for REMQ_MSG_CUSTOM.MSG_ID
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public void setMsgId(String msgId) {
|
|
this.msgId = msgId == null ? null : msgId.trim();
|
|
}
|
|
} |