⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mthmathinfo.java

📁 对数据库中的信息进行撮合匹配
💻 JAVA
字号:
package com.cuohe.userobj;

public class MthMathinfo {
	private int ID;
	private String OrdId;
	private int BizId;
	private String UserID;
	private String BizTitle;
	private String Key;
	private String BizGrp;
	private String BizInd;
	private String PubTime;
	private String BizAreaP;
	private String BizAreaC;
	private String CreateTime;
	private String ReadTag;
	private String ResendTag;
	private String StoTag;
	private String DelTag;
	
	public void SetID(int ID)
	{
		this.ID = ID;
	}
	public void SetOrdId(String OrdId)
	{
		this.OrdId = OrdId;
	}
	public void SetBizId(int BizId)
	{
		this.BizId = BizId;
	}
	public void SetUserID(String UserID)
	{
		this.UserID = UserID;
	}
	public void SetBizTitle(String BizTitle)
	{
		this.BizTitle = BizTitle;
	}
	public void SetKey(String Key)
	{
		this.Key = Key;
	}
	public void SetBizGrp(String BizGrp)
	{
		this.BizGrp = BizGrp;
	}
	public void SetBizInd(String BizInd)
	{
		this.BizInd = BizInd;
	}
	public void SetPubTime(String PubTime)
	{
		this.PubTime = PubTime;
	}
	public void SetBizAreaP(String BizAreaP)
	{
		this.BizAreaP = BizAreaP;
	}
	public void SetBizAreaC(String BizAreaC)
	{
		this.BizAreaC = BizAreaC;
	}
	public void SetCreateTime(String CreateTime)
	{
		this.CreateTime = CreateTime;
	}
	public void SetReadTag(String ReadTag)
	{
		this.ReadTag = ReadTag;
	}
	public void SetResendTag(String ResendTag)
	{
		this.ResendTag = ResendTag;
	}
	public void SetStoTag(String StoTag)
	{
		this.StoTag= StoTag;
	}
	public void SetDelTag(String DelTag)
	{
		this.DelTag= DelTag;
	}
	public int GetID()
	{
		return this.ID;
	}
	public String GetOrdId()
	{
		return this.OrdId;
	}
	public int GetBizId()
	{
		return this.BizId;
	}
	public String GetUserID()
	{
		return this.UserID;
	}
	public String GetBizTitle()
	{
		return this.BizTitle;
	}
	public String GetKey()
	{
		return this.Key;
	}
	public String GetBizGrp()
	{
		return this.BizGrp;
	}
	public String GetBizInd()
	{
		return this.BizInd;
	}
	public String GetPubTime()
	{
		return this.PubTime;
	}
	public String GetBizAreaP()
	{
		return this.BizAreaP;
	}
	public String GetBizAreaC()
	{
		return this.BizAreaC;
	}
	public String GetCreateTime()
	{
		return this.CreateTime;
	}
	public String GetReadTag()
	{
		return this.ReadTag;
	}
	public String GetResendTag()
	{
		return this.ResendTag;
	}
	public String GetStoTag()
	{
		return this.StoTag;
	}
	public String GetDelTag()
	{
		return this.DelTag;
	}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -