📄 7060791b6100001d125fed2278ef3dce
字号:
package com.cost.persistence.hibernate.pojo;
// Generated 2008-3-28 15:25:53 by Hibernate Tools 3.2.0.b9
import java.util.HashSet;
import java.util.Set;
/**
* Userinfo generated by hbm2java
*/
public class Userinfo implements java.io.Serializable {
private int userid;
private Department department;
private Role role;
private Company company;
private String accounts;
private String username;
private String password;
private String telephone;
private String mobile;
private String sex;
private String native_;
private String idcard;
private String address;
private Set ordersForCheckPeople = new HashSet(0);
private Set scratchpadsForSenderId = new HashSet(0);
private Set scratchpadsForReceiverId = new HashSet(0);
private Set ordersForUserId = new HashSet(0);
private Set cooperations = new HashSet(0);
private Set coopPublics = new HashSet(0);
private Set coopBusis = new HashSet(0);
private Set ordersForRecorderId = new HashSet(0);
private Set invoices = new HashSet(0);
private Set ordersForReleaserId = new HashSet(0);
public Userinfo() {
}
public Userinfo(int userid, Company company, String accounts,
String username, String password, String sex, String native_,
String idcard) {
this.userid = userid;
this.company = company;
this.accounts = accounts;
this.username = username;
this.password = password;
this.sex = sex;
this.native_ = native_;
this.idcard = idcard;
}
public Userinfo(int userid, Department department, Role role,
Company company, String accounts, String username, String password,
String telephone, String mobile, String sex, String native_,
String idcard, String address, Set ordersForCheckPeople,
Set scratchpadsForSenderId, Set scratchpadsForReceiverId,
Set ordersForUserId, Set cooperations, Set coopPublics,
Set coopBusis, Set ordersForRecorderId, Set invoices,
Set ordersForReleaserId) {
this.userid = userid;
this.department = department;
this.role = role;
this.company = company;
this.accounts = accounts;
this.username = username;
this.password = password;
this.telephone = telephone;
this.mobile = mobile;
this.sex = sex;
this.native_ = native_;
this.idcard = idcard;
this.address = address;
this.ordersForCheckPeople = ordersForCheckPeople;
this.scratchpadsForSenderId = scratchpadsForSenderId;
this.scratchpadsForReceiverId = scratchpadsForReceiverId;
this.ordersForUserId = ordersForUserId;
this.cooperations = cooperations;
this.coopPublics = coopPublics;
this.coopBusis = coopBusis;
this.ordersForRecorderId = ordersForRecorderId;
this.invoices = invoices;
this.ordersForReleaserId = ordersForReleaserId;
}
public int getUserid() {
return this.userid;
}
public void setUserid(int userid) {
this.userid = userid;
}
public Department getDepartment() {
return this.department;
}
public void setDepartment(Department department) {
this.department = department;
}
public Role getRole() {
return this.role;
}
public void setRole(Role role) {
this.role = role;
}
public Company getCompany() {
return this.company;
}
public void setCompany(Company company) {
this.company = company;
}
public String getAccounts() {
return this.accounts;
}
public void setAccounts(String accounts) {
this.accounts = accounts;
}
public String getUsername() {
return this.username;
}
public void setUsername(String username) {
this.username = username;
}
public String getPassword() {
return this.password;
}
public void setPassword(String password) {
this.password = password;
}
public String getTelephone() {
return this.telephone;
}
public void setTelephone(String telephone) {
this.telephone = telephone;
}
public String getMobile() {
return this.mobile;
}
public void setMobile(String mobile) {
this.mobile = mobile;
}
public String getSex() {
return this.sex;
}
public void setSex(String sex) {
this.sex = sex;
}
public String getNative_() {
return this.native_;
}
public void setNative_(String native_) {
this.native_ = native_;
}
public String getIdcard() {
return this.idcard;
}
public void setIdcard(String idcard) {
this.idcard = idcard;
}
public String getAddress() {
return this.address;
}
public void setAddress(String address) {
this.address = address;
}
public Set getOrdersForCheckPeople() {
return this.ordersForCheckPeople;
}
public void setOrdersForCheckPeople(Set ordersForCheckPeople) {
this.ordersForCheckPeople = ordersForCheckPeople;
}
public Set getScratchpadsForSenderId() {
return this.scratchpadsForSenderId;
}
public void setScratchpadsForSenderId(Set scratchpadsForSenderId) {
this.scratchpadsForSenderId = scratchpadsForSenderId;
}
public Set getScratchpadsForReceiverId() {
return this.scratchpadsForReceiverId;
}
public void setScratchpadsForReceiverId(Set scratchpadsForReceiverId) {
this.scratchpadsForReceiverId = scratchpadsForReceiverId;
}
public Set getOrdersForUserId() {
return this.ordersForUserId;
}
public void setOrdersForUserId(Set ordersForUserId) {
this.ordersForUserId = ordersForUserId;
}
public Set getCooperations() {
return this.cooperations;
}
public void setCooperations(Set cooperations) {
this.cooperations = cooperations;
}
public Set getCoopPublics() {
return this.coopPublics;
}
public void setCoopPublics(Set coopPublics) {
this.coopPublics = coopPublics;
}
public Set getCoopBusis() {
return this.coopBusis;
}
public void setCoopBusis(Set coopBusis) {
this.coopBusis = coopBusis;
}
public Set getOrdersForRecorderId() {
return this.ordersForRecorderId;
}
public void setOrdersForRecorderId(Set ordersForRecorderId) {
this.ordersForRecorderId = ordersForRecorderId;
}
public Set getInvoices() {
return this.invoices;
}
public void setInvoices(Set invoices) {
this.invoices = invoices;
}
public Set getOrdersForReleaserId() {
return this.ordersForReleaserId;
}
public void setOrdersForReleaserId(Set ordersForReleaserId) {
this.ordersForReleaserId = ordersForReleaserId;
}
public static void main(String[] args) {
Userinfo userinfo = new Userinfo();
userinfo.setUserid(1);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -