File name
Commit message
Commit date
File name
Commit message
Commit date
2024-08-23
File name
Commit message
Commit date
File name
Commit message
Commit date
2024-08-23
File name
Commit message
Commit date
2024-08-23
File name
Commit message
Commit date
2024-08-23
2024-08-23
File name
Commit message
Commit date
File name
Commit message
Commit date
package itn.let.mjo.spammsg.service;
import itn.com.cmm.ComDefaultVO;
public class MjonSpamMsgVO extends ComDefaultVO{
/**
*
*/
private static final long serialVersionUID = 1L;
private String spamMsgGroupId;
private String msgGroupId;
private String userId;
private String callFrom;
private String smsTxt;
private String subject;
private String reqDate;
private String msgGroupCnt;
private String msgType;
private String eachPrice;
private String totPrice;
private String reserveYn;
private String befCash;
private String befPoint;
private String fileCnt;
private String filePath1;
private String filePath2;
private String filePath3;
private String msgKind;
private String spamKeyword;
public String getSpamMsgGroupId() {
return spamMsgGroupId;
}
public void setSpamMsgGroupId(String spamMsgGroupId) {
this.spamMsgGroupId = spamMsgGroupId;
}
public String getMsgGroupId() {
return msgGroupId;
}
public void setMsgGroupId(String msgGroupId) {
this.msgGroupId = msgGroupId;
}
public String getUserId() {
return userId;
}
public void setUserId(String userId) {
this.userId = userId;
}
public String getCallFrom() {
return callFrom;
}
public void setCallFrom(String callFrom) {
this.callFrom = callFrom;
}
public String getSmsTxt() {
return smsTxt;
}
public void setSmsTxt(String smsTxt) {
this.smsTxt = smsTxt;
}
public String getSubject() {
return subject;
}
public void setSubject(String subject) {
this.subject = subject;
}
public String getReqDate() {
return reqDate;
}
public void setReqDate(String reqDate) {
this.reqDate = reqDate;
}
public String getMsgGroupCnt() {
return msgGroupCnt;
}
public void setMsgGroupCnt(String msgGroupCnt) {
this.msgGroupCnt = msgGroupCnt;
}
public String getMsgType() {
return msgType;
}
public void setMsgType(String msgType) {
this.msgType = msgType;
}
public String getEachPrice() {
return eachPrice;
}
public void setEachPrice(String eachPrice) {
this.eachPrice = eachPrice;
}
public String getTotPrice() {
return totPrice;
}
public void setTotPrice(String totPrice) {
this.totPrice = totPrice;
}
public String getReserveYn() {
return reserveYn;
}
public void setReserveYn(String reserveYn) {
this.reserveYn = reserveYn;
}
public String getBefCash() {
return befCash;
}
public void setBefCash(String befCash) {
this.befCash = befCash;
}
public String getBefPoint() {
return befPoint;
}
public void setBefPoint(String befPoint) {
this.befPoint = befPoint;
}
public String getFileCnt() {
return fileCnt;
}
public void setFileCnt(String fileCnt) {
this.fileCnt = fileCnt;
}
public String getFilePath1() {
return filePath1;
}
public void setFilePath1(String filePath1) {
this.filePath1 = filePath1;
}
public String getFilePath2() {
return filePath2;
}
public void setFilePath2(String filePath2) {
this.filePath2 = filePath2;
}
public String getFilePath3() {
return filePath3;
}
public void setFilePath3(String filePath3) {
this.filePath3 = filePath3;
}
public String getMsgKind() {
return msgKind;
}
public void setMsgKind(String msgKind) {
this.msgKind = msgKind;
}
public String getSpamKeyword() {
return spamKeyword;
}
public void setSpamKeyword(String spamKeyword) {
this.spamKeyword = spamKeyword;
}
}