📄 computer.java
字号:
package com.bank.hibernate.pojo;
import java.util.Date;
/**
* Computer generated by MyEclipse Persistence Tools
*/
public class Computer implements java.io.Serializable {
// Fields
private Integer comId;
private String comNumber;
private String comType;
private String comCpu;
private String comMemory;
private String comHardDisk;
private String comOs;
private String comMend;
private String comAntiVirus;
private String comIpaddress;
private String comMacaddress;
private Integer comUserId;
private String comUserName;
private String comUserUnit;
private String comHouseId;
private String comDutyMan;
private String comPurpose;
private Date comBuyTime;
private Date comUseTime;
private String comUseDevice;
private Date comBuyTimeFrom;
private Date comBuyTimeTo;
private Date comUseTimeFrom;
private Date comUseTimeTo;
// Constructors
public Computer(String comNumber, String comType, String comIpaddress,
String comUserName, Date comBuyTimeFrom, Date comBuyTimeTo,
Date comUseTimeFrom, Date comUseTimeTo) {
super();
this.comNumber = comNumber;
this.comType = comType;
this.comIpaddress = comIpaddress;
this.comUserName = comUserName;
this.comBuyTimeFrom = comBuyTimeFrom;
this.comBuyTimeTo = comBuyTimeTo;
this.comUseTimeFrom = comUseTimeFrom;
this.comUseTimeTo = comUseTimeTo;
}
public Date getComBuyTimeFrom() {
return comBuyTimeFrom;
}
public void setComBuyTimeFrom(Date comBuyTimeFrom) {
this.comBuyTimeFrom = comBuyTimeFrom;
}
public Date getComBuyTimeTo() {
return comBuyTimeTo;
}
public void setComBuyTimeTo(Date comBuyTimeTo) {
this.comBuyTimeTo = comBuyTimeTo;
}
public Date getComUseTimeFrom() {
return comUseTimeFrom;
}
public void setComUseTimeFrom(Date comUseTimeFrom) {
this.comUseTimeFrom = comUseTimeFrom;
}
public Date getComUseTimeTo() {
return comUseTimeTo;
}
public void setComUseTimeTo(Date comUseTimeTo) {
this.comUseTimeTo = comUseTimeTo;
}
public Computer(String comNumber, String comType, String comCpu, String comMemory, String comHardDisk, String comOs, String comIpaddress, String comMacaddress, String comUserName, String comUserUnit, String comHouseId, String comDutyMan, String comPurpose, Date comBuyTime, Date comUseTime, String comUseDevice) {
super();
this.comNumber = comNumber;
this.comType = comType;
this.comCpu = comCpu;
this.comMemory = comMemory;
this.comHardDisk = comHardDisk;
this.comOs = comOs;
this.comIpaddress = comIpaddress;
this.comMacaddress = comMacaddress;
this.comUserName = comUserName;
this.comUserUnit = comUserUnit;
this.comHouseId = comHouseId;
this.comDutyMan = comDutyMan;
this.comPurpose = comPurpose;
this.comBuyTime = comBuyTime;
this.comUseTime = comUseTime;
this.comUseDevice = comUseDevice;
}
public Computer(int comId,String comNumber, String comType, String comCpu, String comMemory, String comHardDisk, String comOs, String comIpaddress, String comMacaddress, String comUserName, String comUserUnit, String comHouseId, String comDutyMan, String comPurpose, Date comBuyTime, Date comUseTime, String comUseDevice) {
super();
this.comId=comId;
this.comNumber = comNumber;
this.comType = comType;
this.comCpu = comCpu;
this.comMemory = comMemory;
this.comHardDisk = comHardDisk;
this.comOs = comOs;
this.comIpaddress = comIpaddress;
this.comMacaddress = comMacaddress;
this.comUserName = comUserName;
this.comUserUnit = comUserUnit;
this.comHouseId = comHouseId;
this.comDutyMan = comDutyMan;
this.comPurpose = comPurpose;
this.comBuyTime = comBuyTime;
this.comUseTime = comUseTime;
this.comUseDevice = comUseDevice;
}
/** default constructor */
public Computer() {
}
/** minimal constructor */
public Computer(Integer comId) {
this.comId = comId;
}
/** full constructor */
public Computer(Integer comId, String comNumber, String comType,
String comCpu, String comMemory, String comHardDisk, String comOs,
String comMend, String comAntiVirus, String comIpaddress,
String comMacaddress, Integer comUserId, String comUserName,
String comUserUnit, String comHouseId, String comDutyMan,
String comPurpose, Date comBuyTime, Date comUseTime,
String comUseDevice) {
this.comId = comId;
this.comNumber = comNumber;
this.comType = comType;
this.comCpu = comCpu;
this.comMemory = comMemory;
this.comHardDisk = comHardDisk;
this.comOs = comOs;
this.comMend = comMend;
this.comAntiVirus = comAntiVirus;
this.comIpaddress = comIpaddress;
this.comMacaddress = comMacaddress;
this.comUserId = comUserId;
this.comUserName = comUserName;
this.comUserUnit = comUserUnit;
this.comHouseId = comHouseId;
this.comDutyMan = comDutyMan;
this.comPurpose = comPurpose;
this.comBuyTime = comBuyTime;
this.comUseTime = comUseTime;
this.comUseDevice = comUseDevice;
}
// Property accessors
public Integer getComId() {
return this.comId;
}
public void setComId(Integer comId) {
this.comId = comId;
}
public String getComNumber() {
return this.comNumber;
}
public void setComNumber(String comNumber) {
this.comNumber = comNumber;
}
public String getComType() {
return this.comType;
}
public void setComType(String comType) {
this.comType = comType;
}
public String getComCpu() {
return this.comCpu;
}
public void setComCpu(String comCpu) {
this.comCpu = comCpu;
}
public String getComMemory() {
return this.comMemory;
}
public void setComMemory(String comMemory) {
this.comMemory = comMemory;
}
public String getComHardDisk() {
return this.comHardDisk;
}
public void setComHardDisk(String comHardDisk) {
this.comHardDisk = comHardDisk;
}
public String getComOs() {
return this.comOs;
}
public void setComOs(String comOs) {
this.comOs = comOs;
}
public String getComMend() {
return this.comMend;
}
public void setComMend(String comMend) {
this.comMend = comMend;
}
public String getComAntiVirus() {
return this.comAntiVirus;
}
public void setComAntiVirus(String comAntiVirus) {
this.comAntiVirus = comAntiVirus;
}
public String getComIpaddress() {
return this.comIpaddress;
}
public void setComIpaddress(String comIpaddress) {
this.comIpaddress = comIpaddress;
}
public String getComMacaddress() {
return this.comMacaddress;
}
public void setComMacaddress(String comMacaddress) {
this.comMacaddress = comMacaddress;
}
public Integer getComUserId() {
return this.comUserId;
}
public void setComUserId(Integer comUserId) {
this.comUserId = comUserId;
}
public String getComUserName() {
return this.comUserName;
}
public void setComUserName(String comUserName) {
this.comUserName = comUserName;
}
public String getComUserUnit() {
return this.comUserUnit;
}
public void setComUserUnit(String comUserUnit) {
this.comUserUnit = comUserUnit;
}
public String getComHouseId() {
return this.comHouseId;
}
public void setComHouseId(String comHouseId) {
this.comHouseId = comHouseId;
}
public String getComDutyMan() {
return this.comDutyMan;
}
public void setComDutyMan(String comDutyMan) {
this.comDutyMan = comDutyMan;
}
public String getComPurpose() {
return this.comPurpose;
}
public void setComPurpose(String comPurpose) {
this.comPurpose = comPurpose;
}
public Date getComBuyTime() {
return this.comBuyTime;
}
public void setComBuyTime(Date comBuyTime) {
this.comBuyTime = comBuyTime;
}
public Date getComUseTime() {
return this.comUseTime;
}
public void setComUseTime(Date comUseTime) {
this.comUseTime = comUseTime;
}
public String getComUseDevice() {
return this.comUseDevice;
}
public void setComUseDevice(String comUseDevice) {
this.comUseDevice = comUseDevice;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -