📄 usercompany.java
字号:
package com.chinahr.pojo;
import java.sql.Date;
import java.util.HashSet;
import java.util.Set;
/**
* UserCompany generated by MyEclipse Persistence Tools
*/
public class UserCompany implements java.io.Serializable {
// Fields
private Integer CId;
private String name;
private String smallAddress;
private String CAddress;
private String CTel;
private String CLinkman;
private String CLinkjob;
private String CEmail;
private String CUserName;
private String CUserPass;
private String CShName;
private String CBussNum;
private String CComKind;
private String CComScope;
private Integer CPostcode;
private String CNetSite;
private String CFax;
private String CTrade;
private String CContent;
private String CAcceptMail;
private Date CRegistertime;
private Set sysCompanyInfos = new HashSet(0);
private Set sysServices = new HashSet(0);
private Set sysJobInfos = new HashSet(0);
// Constructors
/** default constructor */
public UserCompany() {
}
/** minimal constructor */
public UserCompany(String name, String smallAddress, String CAddress,
String CTel, String CLinkman, String CLinkjob, String CEmail,
String CUserName, String CUserPass, String CShName,
String CBussNum, String CComKind, String CComScope,
Integer CPostcode, String CNetSite, String CFax, String CTrade,
String CContent, String CAcceptMail, Date CRegistertime) {
this.name = name;
this.smallAddress = smallAddress;
this.CAddress = CAddress;
this.CTel = CTel;
this.CLinkman = CLinkman;
this.CLinkjob = CLinkjob;
this.CEmail = CEmail;
this.CUserName = CUserName;
this.CUserPass = CUserPass;
this.CShName = CShName;
this.CBussNum = CBussNum;
this.CComKind = CComKind;
this.CComScope = CComScope;
this.CPostcode = CPostcode;
this.CNetSite = CNetSite;
this.CFax = CFax;
this.CTrade = CTrade;
this.CContent = CContent;
this.CAcceptMail = CAcceptMail;
this.CRegistertime = CRegistertime;
}
/** full constructor */
public UserCompany(String name, String smallAddress, String CAddress,
String CTel, String CLinkman, String CLinkjob, String CEmail,
String CUserName, String CUserPass, String CShName,
String CBussNum, String CComKind, String CComScope,
Integer CPostcode, String CNetSite, String CFax, String CTrade,
String CContent, String CAcceptMail, Date CRegistertime,
Set sysCompanyInfos, Set sysServices, Set sysJobInfos) {
this.name = name;
this.smallAddress = smallAddress;
this.CAddress = CAddress;
this.CTel = CTel;
this.CLinkman = CLinkman;
this.CLinkjob = CLinkjob;
this.CEmail = CEmail;
this.CUserName = CUserName;
this.CUserPass = CUserPass;
this.CShName = CShName;
this.CBussNum = CBussNum;
this.CComKind = CComKind;
this.CComScope = CComScope;
this.CPostcode = CPostcode;
this.CNetSite = CNetSite;
this.CFax = CFax;
this.CTrade = CTrade;
this.CContent = CContent;
this.CAcceptMail = CAcceptMail;
this.CRegistertime = CRegistertime;
this.sysCompanyInfos = sysCompanyInfos;
this.sysServices = sysServices;
this.sysJobInfos = sysJobInfos;
}
// Property accessors
public Integer getCId() {
return this.CId;
}
public void setCId(Integer CId) {
this.CId = CId;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getSmallAddress() {
return this.smallAddress;
}
public void setSmallAddress(String smallAddress) {
this.smallAddress = smallAddress;
}
public String getCAddress() {
return this.CAddress;
}
public void setCAddress(String CAddress) {
this.CAddress = CAddress;
}
public String getCTel() {
return this.CTel;
}
public void setCTel(String CTel) {
this.CTel = CTel;
}
public String getCLinkman() {
return this.CLinkman;
}
public void setCLinkman(String CLinkman) {
this.CLinkman = CLinkman;
}
public String getCLinkjob() {
return this.CLinkjob;
}
public void setCLinkjob(String CLinkjob) {
this.CLinkjob = CLinkjob;
}
public String getCEmail() {
return this.CEmail;
}
public void setCEmail(String CEmail) {
this.CEmail = CEmail;
}
public String getCUserName() {
return this.CUserName;
}
public void setCUserName(String CUserName) {
this.CUserName = CUserName;
}
public String getCUserPass() {
return this.CUserPass;
}
public void setCUserPass(String CUserPass) {
this.CUserPass = CUserPass;
}
public String getCShName() {
return this.CShName;
}
public void setCShName(String CShName) {
this.CShName = CShName;
}
public String getCBussNum() {
return this.CBussNum;
}
public void setCBussNum(String CBussNum) {
this.CBussNum = CBussNum;
}
public String getCComKind() {
return this.CComKind;
}
public void setCComKind(String CComKind) {
this.CComKind = CComKind;
}
public String getCComScope() {
return this.CComScope;
}
public void setCComScope(String CComScope) {
this.CComScope = CComScope;
}
public Integer getCPostcode() {
return this.CPostcode;
}
public void setCPostcode(Integer CPostcode) {
this.CPostcode = CPostcode;
}
public String getCNetSite() {
return this.CNetSite;
}
public void setCNetSite(String CNetSite) {
this.CNetSite = CNetSite;
}
public String getCFax() {
return this.CFax;
}
public void setCFax(String CFax) {
this.CFax = CFax;
}
public String getCTrade() {
return this.CTrade;
}
public void setCTrade(String CTrade) {
this.CTrade = CTrade;
}
public String getCContent() {
return this.CContent;
}
public void setCContent(String CContent) {
this.CContent = CContent;
}
public String getCAcceptMail() {
return this.CAcceptMail;
}
public void setCAcceptMail(String CAcceptMail) {
this.CAcceptMail = CAcceptMail;
}
public Date getCRegistertime() {
return this.CRegistertime;
}
public void setCRegistertime(Date CRegistertime) {
this.CRegistertime = CRegistertime;
}
public Set getSysCompanyInfos() {
return this.sysCompanyInfos;
}
public void setSysCompanyInfos(Set sysCompanyInfos) {
this.sysCompanyInfos = sysCompanyInfos;
}
public Set getSysServices() {
return this.sysServices;
}
public void setSysServices(Set sysServices) {
this.sysServices = sysServices;
}
public Set getSysJobInfos() {
return this.sysJobInfos;
}
public void setSysJobInfos(Set sysJobInfos) {
this.sysJobInfos = sysJobInfos;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -