⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 serviceone.java

📁 本文件是设计学习的很好的书籍
💻 JAVA
字号:
package com.yuanzhen.model;



/**
 * Serviceone generated by MyEclipse - Hibernate Tools
 */

public class Serviceone  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 subjectone;
     private String shijian;
     private String relation;
     private String marking;
     private Double suggestprice;
     private String unit;


    // Constructors

    /** default constructor */
    public Serviceone() {
    }

	/** minimal constructor */
    public Serviceone(Integer id) {
        this.id = id;
    }
    
    /** full constructor */
    public Serviceone(Integer id, String faction, String parameter, Double inprice, String note, String model, String subjectone, 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.subjectone = subjectone;
        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 getSubjectone() {
        return this.subjectone;
    }
    
    public void setSubjectone(String subjectone) {
        this.subjectone = subjectone;
    }

    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 + -