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

JavaScript

开发平台:

Java

  1. package appjxc.model;
  2. import java.sql.Date;
  3. public class Obj_BuyDetaile implements java.io.Serializable {
  4.     private String rklsh;
  5.      private String rkdjh;
  6.      private String ypbh;
  7.      private int rksl;
  8.      private float rkdj;
  9.      private float rkje;
  10.      private Date rkrq;
  11.      private int kcsl;
  12.      private String kcsts;
  13.      public String getRklsh() {
  14.         return this.rklsh;
  15.     }
  16.     public void setRklsh(String rklsh) {
  17.         this.rklsh = rklsh;
  18.     }
  19.     public String getRkdjh() {
  20.         return this.rkdjh;
  21.     }
  22.     public void setRkdjh(String rkdjh) {
  23.         this.rkdjh = rkdjh;
  24.     }
  25.     public String getYpbh() {
  26.         return this.ypbh;
  27.     }
  28.     public void setYpbh(String ypbh) {
  29.         this.ypbh = ypbh;
  30.     }
  31.     public int getRksl() {
  32.         return this.rksl;
  33.     }
  34.     public void setRksl(int rksl) {
  35.         this.rksl = rksl;
  36.     }
  37.     public float getRkdj() {
  38.         return this.rkdj;
  39.     }
  40.     public void setRkdj(float rkdj) {
  41.         this.rkdj = rkdj;
  42.     }
  43.     public float getRkje() {
  44.         return this.rkje;
  45.     }
  46.     public void setRkje(float rkje) {
  47.         this.rkje = rkje;
  48.     }
  49.     public Date getRkrq() {
  50.         return this.rkrq;
  51.     }
  52.     public void setRkrq(Date rkrq) {
  53.         this.rkrq = rkrq;
  54.     }
  55.     public int getKcsl() {
  56.         return this.kcsl;
  57.     }
  58.     public void setKcsl(int kcsl) {
  59.         this.kcsl = kcsl;
  60.     }
  61.     public String getKcsts() {
  62.         return this.kcsts;
  63.     }
  64.     public void setKcsts(String kcsts) {
  65.         this.kcsts = kcsts;
  66.     }
  67.     public Obj_BuyDetaile() {
  68.     }
  69. }