Obj_SellDetaileTh.java
上传用户:whbcdz
上传日期:2008-08-04
资源大小:7683k
文件大小:2k
源码类别:

JavaScript

开发平台:

Java

  1. package appjxc.model;
  2. import java.sql.*;
  3. public class Obj_SellDetaileTh implements java.io.Serializable{
  4.     // Fields
  5.      private String xslsh;
  6.      private String ypbh;
  7.      private Date thrq;
  8.      private float thje;
  9.      private String jbr;
  10.     private obj_medicine medicine;
  11.     private Obj_SellDetaile selldetaile;
  12.     private int thsl;
  13.     // Property accessors
  14.   public String getXslsh() {
  15.       return this.xslsh;
  16.   }
  17.   public void setXslsh(String xslsh) {
  18.       this.xslsh = xslsh;
  19.   }
  20.   public String getYpbh() {
  21.       return this.ypbh;
  22.   }
  23.   public void setYpbh(String ypbh) {
  24.       this.ypbh = ypbh;
  25.   }
  26.   public Date getThrq() {
  27.       return this.thrq;
  28.   }
  29.   public void setThrq(Date thrq) {
  30.       this.thrq = thrq;
  31.   }
  32.   public float getThje() {
  33.       return this.thje;
  34.   }
  35.   public void setThje(float thje) {
  36.       this.thje = thje;
  37.   }
  38.   public String getJbr() {
  39.       return this.jbr;
  40.   }
  41.     public obj_medicine getMedicine() {
  42.         return medicine;
  43.     }
  44.     public Obj_SellDetaile getSelldetaile() {
  45.         return selldetaile;
  46.     }
  47.     public int getThsl() {
  48.         return thsl;
  49.     }
  50.     public void setJbr(String jbr) {
  51.       this.jbr = jbr;
  52.   }
  53.     public void setMedicine(obj_medicine medicine) {
  54.         this.medicine = medicine;
  55.     }
  56.     public void setSelldetaile(Obj_SellDetaile selldetaile) {
  57.         this.selldetaile = selldetaile;
  58.     }
  59.     public void setThsl(int thsl) {
  60.         this.thsl = thsl;
  61.     }
  62. }