📄 bizreqinfo.java
字号:
package com.cuohe.userobj;
public class BizReqinfo {
private int ID;
private String Title;
private String Group;
private String CompName;
private String CompInfo;
private String Compmod;
private String PerName;
private String AreaPrv;
private String AreaCty;
private String CompAdds;
private String CompTel;
private String Mobile;
private String Email;
private String Fax;
private String Web;
private String Amount;
private String Price;
private String Industry;
private String Brand;
private String Notice;
private String SendTime;
private String Spec;
private String PubTime;
private String EndTime;
private String CreateTime;
public void setID(int ID)
{
this.ID = ID;
}
public void setTitle(String Title)
{
this.Title = Title;
}
public void setGroup(String Group)
{
this.Group = Group;
}
public void setCompName(String CompName)
{
this.CompName = CompName;
}
public void setCompInfo(String CompInfo)
{
this.CompInfo = CompInfo;
}
public void setCompmod(String Compmod)
{
this.Compmod = Compmod;
}
public void setPerName(String PerName)
{
this.PerName = PerName;
}
public void setAreaPrv(String AreaPrv)
{
this.AreaPrv = AreaPrv;
}
public void setAreaCty(String AreaCty)
{
this.AreaCty = AreaCty;
}
public void setCompAdds(String CompAdds)
{
this.CompAdds = CompAdds;
}
public void setCompTel(String CompTel)
{
this.CompTel = CompTel;
}
public void setMobile(String Mobile)
{
this.Mobile = Mobile;
}
public void setEmail(String Email)
{
this.Email = Email;
}
public void setFax(String Fax)
{
this.Fax = Fax;
}
public void setWeb(String Web)
{
this.Web = Web;
}
public void setAmount(String Amount)
{
this.Amount = Amount;
}
public void setPrice(String Price)
{
this.Price = Price;
}
public void setIndustry(String Industry)
{
this.Industry = Industry;
}
public void setBrand(String Brand)
{
this.Brand = Brand;
}
public void setNotice(String Notice)
{
this.Notice = Notice;
}
public void setSendTime(String SendTime)
{
this.SendTime = SendTime;
}
public void setSpec(String Spec)
{
this.Spec = Spec;
}
public void setPubTime(String PubTime)
{
this.PubTime = PubTime;
}
public void setEndTime(String EndTime)
{
this.EndTime = EndTime;
}
public void setCreateTime(String CreateTime)
{
this.CreateTime = CreateTime;
}
public int getID()
{
return this.ID;
}
public String getTitle()
{
return this.Title;
}
public String getGroup()
{
return this.Group;
}
public String getCompName()
{
return this.CompName;
}
public String getCompInfo()
{
return this.CompInfo;
}
public String getCompmod()
{
return this.Compmod;
}
public String getPerName()
{
return this.PerName;
}
public String getAreaPrv()
{
return this.AreaPrv;
}
public String getAreaCty()
{
return this.AreaCty;
}
public String getCompAdds()
{
return this.CompAdds;
}
public String getCompTel()
{
return this.CompTel;
}
public String getMobile()
{
return this.Mobile;
}
public String getEmail()
{
return this.Email;
}
public String getFax()
{
return this.Fax;
}
public String getWeb()
{
return this.Web;
}
public String getAmount()
{
return this.Amount;
}
public String getPrice()
{
return this.Price;
}
public String getIndustry()
{
return this.Industry;
}
public String getBrand()
{
return this.Brand;
}
public String getNotice()
{
return this.Notice;
}
public String getSendTime()
{
return this.SendTime;
}
public String getSpec()
{
return this.Spec;
}
public String getPubTime()
{
return this.PubTime;
}
public String getEndTime()
{
return this.EndTime;
}
public String getCreateTime()
{
return this.CreateTime;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -