亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? hybean.java

?? struts+hibernate3的源程序
?? JAVA
字號:
package org.helpsoft.entity.hy;

import java.io.Serializable;
import com.helpsoft.util.log.*;

import org.helpsoft.entity.hyklx.*;
import org.helpsoft.entity.hyxf.*;

/**
 * The Hy entity bean.
 *
 * @author cao guangxin - www.relationinfo.com
 *
 * @hibernate.class
 *         table="hy"
 */
public class HyBean implements Serializable, HyIf {

   /**
    * The logger object.
    */
   private static Logger log = LogService.getLogger(HyBean.class);

   private HyklxBean hykmmHyklx;


   private java.lang.String hykh;
   private java.lang.String hyxm;
   private java.lang.String kdjb;
   private java.lang.String dqzt;
   private java.lang.String hyjf;
   private java.lang.String bz;
   private java.lang.String hyxb;
   private java.lang.String csrq;
   private java.lang.String dwzy;
   private java.lang.String yddh;
   private java.lang.String gddh;
   private java.lang.String dzyj;
   private java.lang.String zjlx;
   private java.lang.String lxdz;
   private java.lang.String qtxx;

   /**
    * Default constructor.
    */
   public HyBean() {
   }

   /**
    * Value object constructor.
    */
   public HyBean(org.helpsoft.entity.hy.HyIf value) {
      setHykh(value.getHykh());
      setHykmm(value.getHykmm());
      setHyxm(value.getHyxm());
      setKdjb(value.getKdjb());
      setDqzt(value.getDqzt());
      setHyjf(value.getHyjf());
      setBz(value.getBz());
      setHyxb(value.getHyxb());
      setCsrq(value.getCsrq());
      setDwzy(value.getDwzy());
      setYddh(value.getYddh());
      setGddh(value.getGddh());
      setDzyj(value.getDzyj());
      setZjlx(value.getZjlx());
      setLxdz(value.getLxdz());
      setQtxx(value.getQtxx());
   }

   /**
    * Creates a new bean and returns the primary key.
    * If the primary key of the value object has been set, this key will be used.
    * If the primary key is set to null, Hibernate's increment id generator is used for integers and longs
    * and the uuid.hex generator for strings.
    *
    * @param value a <code>HyIf</code>
    * @return the primary key for this Hy
    */
   public java.lang.String create(org.helpsoft.entity.hy.HyIf value) {
      setHykh(value.getHykh());
      setHyxm(value.getHyxm());
      setKdjb(value.getKdjb());
      setDqzt(value.getDqzt());
      setHyjf(value.getHyjf());
      setBz(value.getBz());
      setHyxb(value.getHyxb());
      setCsrq(value.getCsrq());
      setDwzy(value.getDwzy());
      setYddh(value.getYddh());
      setGddh(value.getGddh());
      setDzyj(value.getDzyj());
      setZjlx(value.getZjlx());
      setLxdz(value.getLxdz());
      setQtxx(value.getQtxx());
      setHykmm(value.getHykmm());
      return value.getPrimaryKey();
   }

    /**
     * Return the primary key.
     *
     * @return java.lang.String with the primary key.
     */
   public java.lang.String getPrimaryKey() {
        return getHykh();
    }

    /**
     * Set the primary key.
     *
     * @param primaryKey the primary key
     */
   public void setPrimaryKey(java.lang.String primaryKey) {
       setHykh(primaryKey);
    }

   /**
    * Returns the value of the <code>hykh</code> property.
    *
    * @hibernate.id
    * generator-class="uuid.hex"
    * length="33"
    * column="hykh"
    */
   public java.lang.String getHykh() {
      return hykh;
   }

   /**
    * Sets the value of the <code>hykh</code> property.
    *
    * @param hykh the value for the <code>hykh</code> property
    */
   public void setHykh(java.lang.String hykh) {
      this.hykh = hykh;
   }

   /**
    * Returns the value of the <code>hyxm</code> property.
    *
    * @hibernate.property
    * length="30"
    * column="hyxm"
    */
   public java.lang.String getHyxm() {
      return hyxm;
   }

   /**
    * Sets the value of the <code>hyxm</code> property.
    *
    * @param hyxm the value for the <code>hyxm</code> property
    */
   public void setHyxm(java.lang.String hyxm) {
      this.hyxm = hyxm;
   }

   /**
    * Returns the value of the <code>kdjb</code> property.
    *
    * @hibernate.property
    * length="5"
    * column="kdjb"
    */
   public java.lang.String getKdjb() {
      return kdjb;
   }

   /**
    * Sets the value of the <code>kdjb</code> property.
    *
    * @param kdjb the value for the <code>kdjb</code> property
    */
   public void setKdjb(java.lang.String kdjb) {
      this.kdjb = kdjb;
   }

   /**
    * Returns the value of the <code>dqzt</code> property.
    *
    * @hibernate.property
    * length="10"
    * column="dqzt"
    */
   public java.lang.String getDqzt() {
      return dqzt;
   }

   /**
    * Sets the value of the <code>dqzt</code> property.
    *
    * @param dqzt the value for the <code>dqzt</code> property
    */
   public void setDqzt(java.lang.String dqzt) {
      this.dqzt = dqzt;
   }

   /**
    * Returns the value of the <code>hyjf</code> property.
    *
    * @hibernate.property
    * length="10"
    * column="hyjf"
    */
   public java.lang.String getHyjf() {
      return hyjf;
   }

   /**
    * Sets the value of the <code>hyjf</code> property.
    *
    * @param hyjf the value for the <code>hyjf</code> property
    */
   public void setHyjf(java.lang.String hyjf) {
      this.hyjf = hyjf;
   }

   /**
    * Returns the value of the <code>bz</code> property.
    *
    * @hibernate.property
    * length="255"
    * column="bz"
    */
   public java.lang.String getBz() {
      return bz;
   }

   /**
    * Sets the value of the <code>bz</code> property.
    *
    * @param bz the value for the <code>bz</code> property
    */
   public void setBz(java.lang.String bz) {
      this.bz = bz;
   }

   /**
    * Returns the value of the <code>hyxb</code> property.
    *
    * @hibernate.property
    * length="5"
    * column="hyxb"
    */
   public java.lang.String getHyxb() {
      return hyxb;
   }

   /**
    * Sets the value of the <code>hyxb</code> property.
    *
    * @param hyxb the value for the <code>hyxb</code> property
    */
   public void setHyxb(java.lang.String hyxb) {
      this.hyxb = hyxb;
   }

   /**
    * Returns the value of the <code>csrq</code> property.
    *
    * @hibernate.property
    * length="30"
    * column="csrq"
    */
   public java.lang.String getCsrq() {
      return csrq;
   }

   /**
    * Sets the value of the <code>csrq</code> property.
    *
    * @param csrq the value for the <code>csrq</code> property
    */
   public void setCsrq(java.lang.String csrq) {
      this.csrq = csrq;
   }

   /**
    * Returns the value of the <code>dwzy</code> property.
    *
    * @hibernate.property
    * length="30"
    * column="dwzy"
    */
   public java.lang.String getDwzy() {
      return dwzy;
   }

   /**
    * Sets the value of the <code>dwzy</code> property.
    *
    * @param dwzy the value for the <code>dwzy</code> property
    */
   public void setDwzy(java.lang.String dwzy) {
      this.dwzy = dwzy;
   }

   /**
    * Returns the value of the <code>yddh</code> property.
    *
    * @hibernate.property
    * length="20"
    * column="yddh"
    */
   public java.lang.String getYddh() {
      return yddh;
   }

   /**
    * Sets the value of the <code>yddh</code> property.
    *
    * @param yddh the value for the <code>yddh</code> property
    */
   public void setYddh(java.lang.String yddh) {
      this.yddh = yddh;
   }

   /**
    * Returns the value of the <code>gddh</code> property.
    *
    * @hibernate.property
    * length="20"
    * column="gddh"
    */
   public java.lang.String getGddh() {
      return gddh;
   }

   /**
    * Sets the value of the <code>gddh</code> property.
    *
    * @param gddh the value for the <code>gddh</code> property
    */
   public void setGddh(java.lang.String gddh) {
      this.gddh = gddh;
   }

   /**
    * Returns the value of the <code>dzyj</code> property.
    *
    * @hibernate.property
    * length="100"
    * column="dzyj"
    */
   public java.lang.String getDzyj() {
      return dzyj;
   }

   /**
    * Sets the value of the <code>dzyj</code> property.
    *
    * @param dzyj the value for the <code>dzyj</code> property
    */
   public void setDzyj(java.lang.String dzyj) {
      this.dzyj = dzyj;
   }

   /**
    * Returns the value of the <code>zjlx</code> property.
    *
    * @hibernate.property
    * length="20"
    * column="zjlx"
    */
   public java.lang.String getZjlx() {
      return zjlx;
   }

   /**
    * Sets the value of the <code>zjlx</code> property.
    *
    * @param zjlx the value for the <code>zjlx</code> property
    */
   public void setZjlx(java.lang.String zjlx) {
      this.zjlx = zjlx;
   }

   /**
    * Returns the value of the <code>lxdz</code> property.
    *
    * @hibernate.property
    * length="200"
    * column="lxdz"
    */
   public java.lang.String getLxdz() {
      return lxdz;
   }

   /**
    * Sets the value of the <code>lxdz</code> property.
    *
    * @param lxdz the value for the <code>lxdz</code> property
    */
   public void setLxdz(java.lang.String lxdz) {
      this.lxdz = lxdz;
   }

   /**
    * Returns the value of the <code>qtxx</code> property.
    *
    * @hibernate.property
    * length="255"
    * column="qtxx"
    */
   public java.lang.String getQtxx() {
      return qtxx;
   }

   /**
    * Sets the value of the <code>qtxx</code> property.
    *
    * @param qtxx the value for the <code>qtxx</code> property
    */
   public void setQtxx(java.lang.String qtxx) {
      this.qtxx = qtxx;
   }

   /**
    * Returns the value of the <code>hykmmHyklx</code> relation property.
    *
    * @return the value of the <code>hykmmHyklx</code> relation property.
    *
    * @hibernate.many-to-one
    *            column="hykmm"
    *      cascade="none"
    */
   public HyklxBean getRelationHykmmHyklx(){
      return hykmmHyklx;
   }
    
   /**
    * Returns the value of the <code>hykmmHyklx</code> relation property.
    *
    * @return the value of the <code>hykmmHyklx</code> relation property.
    *
    */
   public HyklxIf getHykmmHyklx(){
      return getRelationHykmmHyklx();
   }

   /**
    * Sets the value of the <code>hykmmHyklx</code> relation property.
    *
    * @param hyklx a value for <code>hykmmHyklx</code>.
    */
   public void setRelationHykmmHyklx(HyklxBean hyklx) {
      this.hykmmHyklx = hyklx;
   }
   
   /**
    * Sets the value of the <code>hykmmHyklx</code> relation property.
    *
    * @param hyklx a value for <code>hykmmHyklx</code>.
    */
   public void setHykmmHyklx(HyklxIf hyklx) {
      setRelationHykmmHyklx(new HyklxBean(hyklx));
   }
   



   /**
    * Returns the value of the <code>hykmm</code> property.
    *
    */
   public java.lang.String getHykmm() {
      if (hykmmHyklx != null) {
         return hykmmHyklx.getHykmm();
      } else {
         return null;
      }
   }

   /**
    * Sets the value of the <code>hykmm</code> property.
    *
    * @param hykmm the value for the <code>hykmm</code> property
    */
   public void setHykmm(java.lang.String hykmm) {
      if (hykmmHyklx == null) {
        hykmmHyklx = new HyklxBean();
      }
      hykmmHyklx.setHykmm(hykmm);
   }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
99re这里只有精品6| 久久日一线二线三线suv| 午夜欧美大尺度福利影院在线看| 欧美精品乱人伦久久久久久| 国产一区在线看| 亚洲亚洲精品在线观看| 久久综合九色综合97_久久久| 91视频观看免费| 国产成人一区二区精品非洲| 婷婷久久综合九色综合伊人色| 欧美精品一区二区三区高清aⅴ | 欧美日韩一区视频| 国产高清在线观看免费不卡| 欧美一级二级三级乱码| av成人免费在线观看| 捆绑调教一区二区三区| 亚洲福中文字幕伊人影院| 国产亚洲制服色| 91精选在线观看| 欧美日韩二区三区| 韩国欧美一区二区| 亚洲一区在线观看视频| 欧美久久久久久久久中文字幕| 亚洲不卡av一区二区三区| 国产精品毛片久久久久久久| 日韩女优视频免费观看| 国产高清在线观看免费不卡| 激情都市一区二区| 亚洲主播在线播放| 国产三级精品视频| 国产91在线看| 久久综合视频网| 在线免费观看不卡av| av动漫一区二区| 麻豆精品视频在线| 亚洲欧美怡红院| 制服丝袜中文字幕亚洲| 国产精品亚洲午夜一区二区三区 | 欧美日韩第一区日日骚| 日韩一区二区在线观看| 亚洲国产视频在线| kk眼镜猥琐国模调教系列一区二区 | 免费在线观看一区| 中文子幕无线码一区tr| 97精品久久久久中文字幕| 亚洲欧美电影一区二区| jlzzjlzz亚洲女人18| 日韩**一区毛片| 亚洲欧洲一区二区在线播放| 91精品国产综合久久婷婷香蕉| 国产综合色产在线精品| 一区二区理论电影在线观看| 欧美成人猛片aaaaaaa| 91小视频在线| 欧美午夜免费电影| 国产高清成人在线| 一区二区免费视频| 久久久国产精品不卡| 久久综合久久综合九色| 欧美精品一区二区三区在线播放 | 日韩精品1区2区3区| 亚洲综合色丁香婷婷六月图片| 亚洲欧洲精品天堂一级 | 韩国一区二区三区| 天堂蜜桃一区二区三区| 亚洲成a人v欧美综合天堂下载| 国产精品福利av| 亚洲精品国产精华液| 国产午夜精品一区二区三区视频 | 色婷婷激情久久| 欧美亚洲日本一区| 91久久奴性调教| 欧美日韩黄视频| 日韩视频在线你懂得| 欧美人妇做爰xxxⅹ性高电影| 91网上在线视频| 欧美日韩综合色| 国产精品一级二级三级| 国产mv日韩mv欧美| 国产成人在线色| 奇米色一区二区| 国产精一区二区三区| 99国产精品久| 欧美成人一级视频| 亚洲视频你懂的| 免费成人在线观看| 成人精品电影在线观看| 91精品91久久久中77777| 91麻豆精品国产91久久久更新时间 | 国产在线精品一区在线观看麻豆| 从欧美一区二区三区| 欧美精品在线观看播放| 精品少妇一区二区三区免费观看| 精品国产一区二区三区久久影院| 中文字幕免费观看一区| 日韩国产成人精品| 色婷婷综合久久久久中文| 久久综合九色综合97_久久久| 免费在线成人网| 欧美性做爰猛烈叫床潮| 国产视频一区在线播放| 美女www一区二区| 在线精品视频免费观看| 国产精品高潮呻吟| 激情综合色丁香一区二区| 99久久精品99国产精品| 久久久亚洲午夜电影| 久久97超碰国产精品超碰| 欧美日韩精品三区| 亚洲精品国产a| www.亚洲在线| 国产精品久久久久久久浪潮网站| 国内精品久久久久影院一蜜桃| 不卡电影免费在线播放一区| 国产日韩欧美一区二区三区综合| 老司机免费视频一区二区| 欧美精品日日鲁夜夜添| 日本在线播放一区二区三区| 欧美一级片在线看| 蜜桃一区二区三区在线观看| 日韩欧美一区二区三区在线| 日本中文在线一区| 91视频观看视频| 国产精品色哟哟| 99这里只有久久精品视频| 69p69国产精品| 午夜精品在线视频一区| 一本大道av伊人久久综合| 777a∨成人精品桃花网| 天天综合日日夜夜精品| 欧美电影免费观看完整版| 国内精品久久久久影院一蜜桃| 大胆亚洲人体视频| 国产亚洲一区字幕| 欧美伦理电影网| 日本高清成人免费播放| 国产一区二区免费在线| 天天色 色综合| 亚洲精品高清视频在线观看| 久久综合国产精品| 欧美剧情片在线观看| 国产69精品久久久久777| 日韩电影一区二区三区| 亚洲免费资源在线播放| 国产精品福利在线播放| 精品福利一二区| 日韩你懂的在线观看| 在线电影院国产精品| 欧美亚洲免费在线一区| 99re这里都是精品| 成人在线综合网| 成人av网站免费观看| 国产99久久久精品| 不卡一区在线观看| 91小视频在线免费看| av电影一区二区| 91麻豆精品视频| 欧美天天综合网| 欧美日韩一级片在线观看| 欧美午夜电影一区| 欧美一区二区三区免费| 日韩精品中文字幕在线一区| 日韩免费电影网站| 欧美一区二区三区在线视频| 日韩欧美国产精品一区| 久久综合资源网| 中文字幕一区二区在线播放| 欧美国产成人精品| 26uuu色噜噜精品一区二区| 国产丝袜欧美中文另类| 亚洲精品国产高清久久伦理二区| 亚洲精品免费在线观看| 免费成人美女在线观看| 国产一区高清在线| 在线日韩一区二区| 欧美三级午夜理伦三级中视频| 日韩欧美国产精品| 亚洲精品久久久蜜桃| 精彩视频一区二区| 91香蕉视频mp4| 日韩午夜av一区| 亚洲综合成人网| 91老师片黄在线观看| 日本韩国精品在线| 国产精品久久毛片av大全日韩| 亚洲一区影音先锋| 风间由美一区二区av101 | 麻豆高清免费国产一区| 色偷偷久久一区二区三区| 精品国产一区a| 青娱乐精品在线视频| 欧美综合一区二区| 国产精品美女一区二区在线观看| 日本怡春院一区二区| 在线欧美小视频| 中文字幕在线观看不卡| 国产一本一道久久香蕉| 欧美一区二区在线免费观看| 亚洲一区国产视频| 欧日韩精品视频|