obj_medicine.java
资源名称:Appjxc.rar [点击查看]
上传用户:whbcdz
上传日期:2008-08-04
资源大小:7683k
文件大小:3k
源码类别:
JavaScript
开发平台:
Java
- package appjxc.model;
- public class obj_medicine implements java.io.Serializable{
- private String ypbh;
- private String ypmc;
- private String yptm;
- private String tym;
- private String pym;
- private String dw;
- private String gg;
- private String jx;
- private String cd;
- private int bzsl;
- private String yxq;
- private String zlbz;
- private String jyfs;
- private String ph;
- private Double lsjg;
- private Double jhjg;
- private Double pfjg;
- private String yplb;
- private String ylbh;
- public obj_medicine() {
- }
- public String getYpbh() {
- return ypbh;
- }
- public String getYpmc() {
- return ypmc;
- }
- public String getYptm() {
- return yptm;
- }
- public String getTym() {
- return tym;
- }
- public String getPym() {
- return pym;
- }
- public String getDw() {
- return dw;
- }
- public String getGg() {
- return gg;
- }
- public String getJx() {
- return jx;
- }
- public String getCd() {
- return cd;
- }
- public int getBzsl() {
- return bzsl;
- }
- public String getYxq() {
- return yxq;
- }
- public String getZlbz() {
- return zlbz;
- }
- public String getJyfs() {
- return jyfs;
- }
- public String getPh() {
- return ph;
- }
- public Double getLsjg() {
- return lsjg;
- }
- public Double getJhjg() {
- return jhjg;
- }
- public Double getPfjg() {
- return pfjg;
- }
- public String getYplb() {
- return yplb;
- }
- public String getYlbh() {
- return ylbh;
- }
- public void setYpbh(String ypbh) {
- this.ypbh = ypbh;
- }
- public void setYpmc(String ypmc) {
- this.ypmc = ypmc;
- }
- public void setYptm(String yptm) {
- this.yptm = yptm;
- }
- public void setTym(String tym) {
- this.tym = tym;
- }
- public void setPym(String pym) {
- this.pym = pym;
- }
- public void setDw(String dw) {
- this.dw = dw;
- }
- public void setGg(String gg) {
- this.gg = gg;
- }
- public void setJx(String jx) {
- this.jx = jx;
- }
- public void setCd(String cd) {
- this.cd = cd;
- }
- public void setBzsl(int bzsl) {
- this.bzsl = bzsl;
- }
- public void setYxq(String yxq) {
- this.yxq = yxq;
- }
- public void setZlbz(String zlbz) {
- this.zlbz = zlbz;
- }
- public void setJyfs(String jyfs) {
- this.jyfs = jyfs;
- }
- public void setPh(String ph) {
- this.ph = ph;
- }
- public void setLsjg(Double lsjg) {
- this.lsjg = lsjg;
- }
- public void setJhjg(Double jhjg) {
- this.jhjg = jhjg;
- }
- public void setPfjg(Double pfjg) {
- this.pfjg = pfjg;
- }
- public void setYplb(String yplb) {
- this.yplb = yplb;
- }
- public void setYlbh(String ylbh) {
- this.ylbh = ylbh;
- }
- }