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

JavaScript

开发平台:

Java

  1. package appjxc.model;
  2. public class obj_medicine implements java.io.Serializable{
  3.     private String ypbh;
  4.     private String ypmc;
  5.     private String yptm;
  6.     private String tym;
  7.     private String pym;
  8.     private String dw;
  9.     private String gg;
  10.     private String jx;
  11.     private String cd;
  12.     private int bzsl;
  13.     private String yxq;
  14.     private String zlbz;
  15.     private String jyfs;
  16.     private String ph;
  17.     private Double lsjg;
  18.     private Double jhjg;
  19.     private Double pfjg;
  20.     private String yplb;
  21.     private String ylbh;
  22.     public obj_medicine() {
  23.     }
  24.     public String getYpbh() {
  25.         return ypbh;
  26.     }
  27.     public String getYpmc() {
  28.         return ypmc;
  29.     }
  30.     public String getYptm() {
  31.         return yptm;
  32.     }
  33.     public String getTym() {
  34.         return tym;
  35.     }
  36.     public String getPym() {
  37.         return pym;
  38.     }
  39.     public String getDw() {
  40.         return dw;
  41.     }
  42.     public String getGg() {
  43.         return gg;
  44.     }
  45.     public String getJx() {
  46.         return jx;
  47.     }
  48.     public String getCd() {
  49.         return cd;
  50.     }
  51.     public int getBzsl() {
  52.         return bzsl;
  53.     }
  54.     public String getYxq() {
  55.         return yxq;
  56.     }
  57.     public String getZlbz() {
  58.         return zlbz;
  59.     }
  60.     public String getJyfs() {
  61.         return jyfs;
  62.     }
  63.     public String getPh() {
  64.         return ph;
  65.     }
  66.     public Double getLsjg() {
  67.         return lsjg;
  68.     }
  69.     public Double getJhjg() {
  70.         return jhjg;
  71.     }
  72.     public Double getPfjg() {
  73.         return pfjg;
  74.     }
  75.     public String getYplb() {
  76.         return yplb;
  77.     }
  78.     public String getYlbh() {
  79.         return ylbh;
  80.     }
  81.     public void setYpbh(String ypbh) {
  82.         this.ypbh = ypbh;
  83.     }
  84.     public void setYpmc(String ypmc) {
  85.         this.ypmc = ypmc;
  86.     }
  87.     public void setYptm(String yptm) {
  88.         this.yptm = yptm;
  89.     }
  90.     public void setTym(String tym) {
  91.         this.tym = tym;
  92.     }
  93.     public void setPym(String pym) {
  94.         this.pym = pym;
  95.     }
  96.     public void setDw(String dw) {
  97.         this.dw = dw;
  98.     }
  99.     public void setGg(String gg) {
  100.         this.gg = gg;
  101.     }
  102.     public void setJx(String jx) {
  103.         this.jx = jx;
  104.     }
  105.     public void setCd(String cd) {
  106.         this.cd = cd;
  107.     }
  108.     public void setBzsl(int bzsl) {
  109.         this.bzsl = bzsl;
  110.     }
  111.     public void setYxq(String yxq) {
  112.         this.yxq = yxq;
  113.     }
  114.     public void setZlbz(String zlbz) {
  115.         this.zlbz = zlbz;
  116.     }
  117.     public void setJyfs(String jyfs) {
  118.         this.jyfs = jyfs;
  119.     }
  120.     public void setPh(String ph) {
  121.         this.ph = ph;
  122.     }
  123.     public void setLsjg(Double lsjg) {
  124.         this.lsjg = lsjg;
  125.     }
  126.     public void setJhjg(Double jhjg) {
  127.         this.jhjg = jhjg;
  128.     }
  129.     public void setPfjg(Double pfjg) {
  130.         this.pfjg = pfjg;
  131.     }
  132.     public void setYplb(String yplb) {
  133.         this.yplb = yplb;
  134.     }
  135.     public void setYlbh(String ylbh) {
  136.         this.ylbh = ylbh;
  137.     }
  138. }