📄 servicetwo.java
字号:
package com.yuanzhen.model;
/**
* Servicetwo generated by MyEclipse - Hibernate Tools
*/
public class Servicetwo implements java.io.Serializable {
// Fields
private Integer id;
private String faction;
private String parameter;
private Double inprice;
private String note;
private String model;
private String subjecttwo;
private String shijian;
private String relation;
private String marking;
private Double suggestprice;
private String unit;
// Constructors
/** default constructor */
public Servicetwo() {
}
/** minimal constructor */
public Servicetwo(Integer id) {
this.id = id;
}
/** full constructor */
public Servicetwo(Integer id, String faction, String parameter, Double inprice, String note, String model, String subjecttwo, String shijian, String relation, String marking, Double suggestprice, String unit) {
this.id = id;
this.faction = faction;
this.parameter = parameter;
this.inprice = inprice;
this.note = note;
this.model = model;
this.subjecttwo = subjecttwo;
this.shijian = shijian;
this.relation = relation;
this.marking = marking;
this.suggestprice = suggestprice;
this.unit = unit;
}
// Property accessors
public Integer getId() {
return this.id;
}
public void setId(Integer id) {
this.id = id;
}
public String getFaction() {
return this.faction;
}
public void setFaction(String faction) {
this.faction = faction;
}
public String getParameter() {
return this.parameter;
}
public void setParameter(String parameter) {
this.parameter = parameter;
}
public Double getInprice() {
return this.inprice;
}
public void setInprice(Double inprice) {
this.inprice = inprice;
}
public String getNote() {
return this.note;
}
public void setNote(String note) {
this.note = note;
}
public String getModel() {
return this.model;
}
public void setModel(String model) {
this.model = model;
}
public String getSubjecttwo() {
return this.subjecttwo;
}
public void setSubjecttwo(String subjecttwo) {
this.subjecttwo = subjecttwo;
}
public String getShijian() {
return this.shijian;
}
public void setShijian(String shijian) {
this.shijian = shijian;
}
public String getRelation() {
return this.relation;
}
public void setRelation(String relation) {
this.relation = relation;
}
public String getMarking() {
return this.marking;
}
public void setMarking(String marking) {
this.marking = marking;
}
public Double getSuggestprice() {
return this.suggestprice;
}
public void setSuggestprice(Double suggestprice) {
this.suggestprice = suggestprice;
}
public String getUnit() {
return this.unit;
}
public void setUnit(String unit) {
this.unit = unit;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -