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

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

?? 0070e3e3926c001b1feefe91be6d3b01

?? 《精通SOA:基于服務總線的Struts+EJB+Web Service整合應用開發》原書的實例代碼
??
字號:
/**
 * UserAccountDTO.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.2RC1 Sep 29, 2004 (08:29:40 EDT) WSDL2Java emitter.
 */

package com.sample.model.service.dto;

public class UserAccountDTO  implements java.io.Serializable {
    private java.lang.String email;
    private java.lang.String loginName;
    private java.lang.String name;
    private java.lang.String password;
    private java.lang.String phone;
    private java.math.BigDecimal registrationFee;
    private java.lang.Long registrationTime;
    private java.lang.Integer userAccountID;

    public UserAccountDTO() {
    }

    public UserAccountDTO(
           java.lang.String email,
           java.lang.String loginName,
           java.lang.String name,
           java.lang.String password,
           java.lang.String phone,
           java.math.BigDecimal registrationFee,
           java.lang.Long registrationTime,
           java.lang.Integer userAccountID) {
           this.email = email;
           this.loginName = loginName;
           this.name = name;
           this.password = password;
           this.phone = phone;
           this.registrationFee = registrationFee;
           this.registrationTime = registrationTime;
           this.userAccountID = userAccountID;
    }


    /**
     * Gets the email value for this UserAccountDTO.
     * 
     * @return email
     */
    public java.lang.String getEmail() {
        return email;
    }


    /**
     * Sets the email value for this UserAccountDTO.
     * 
     * @param email
     */
    public void setEmail(java.lang.String email) {
        this.email = email;
    }


    /**
     * Gets the loginName value for this UserAccountDTO.
     * 
     * @return loginName
     */
    public java.lang.String getLoginName() {
        return loginName;
    }


    /**
     * Sets the loginName value for this UserAccountDTO.
     * 
     * @param loginName
     */
    public void setLoginName(java.lang.String loginName) {
        this.loginName = loginName;
    }


    /**
     * Gets the name value for this UserAccountDTO.
     * 
     * @return name
     */
    public java.lang.String getName() {
        return name;
    }


    /**
     * Sets the name value for this UserAccountDTO.
     * 
     * @param name
     */
    public void setName(java.lang.String name) {
        this.name = name;
    }


    /**
     * Gets the password value for this UserAccountDTO.
     * 
     * @return password
     */
    public java.lang.String getPassword() {
        return password;
    }


    /**
     * Sets the password value for this UserAccountDTO.
     * 
     * @param password
     */
    public void setPassword(java.lang.String password) {
        this.password = password;
    }


    /**
     * Gets the phone value for this UserAccountDTO.
     * 
     * @return phone
     */
    public java.lang.String getPhone() {
        return phone;
    }


    /**
     * Sets the phone value for this UserAccountDTO.
     * 
     * @param phone
     */
    public void setPhone(java.lang.String phone) {
        this.phone = phone;
    }


    /**
     * Gets the registrationFee value for this UserAccountDTO.
     * 
     * @return registrationFee
     */
    public java.math.BigDecimal getRegistrationFee() {
        return registrationFee;
    }


    /**
     * Sets the registrationFee value for this UserAccountDTO.
     * 
     * @param registrationFee
     */
    public void setRegistrationFee(java.math.BigDecimal registrationFee) {
        this.registrationFee = registrationFee;
    }


    /**
     * Gets the registrationTime value for this UserAccountDTO.
     * 
     * @return registrationTime
     */
    public java.lang.Long getRegistrationTime() {
        return registrationTime;
    }


    /**
     * Sets the registrationTime value for this UserAccountDTO.
     * 
     * @param registrationTime
     */
    public void setRegistrationTime(java.lang.Long registrationTime) {
        this.registrationTime = registrationTime;
    }


    /**
     * Gets the userAccountID value for this UserAccountDTO.
     * 
     * @return userAccountID
     */
    public java.lang.Integer getUserAccountID() {
        return userAccountID;
    }


    /**
     * Sets the userAccountID value for this UserAccountDTO.
     * 
     * @param userAccountID
     */
    public void setUserAccountID(java.lang.Integer userAccountID) {
        this.userAccountID = userAccountID;
    }

    private java.lang.Object __equalsCalc = null;
    public synchronized boolean equals(java.lang.Object obj) {
        if (!(obj instanceof UserAccountDTO)) return false;
        UserAccountDTO other = (UserAccountDTO) obj;
        if (obj == null) return false;
        if (this == obj) return true;
        if (__equalsCalc != null) {
            return (__equalsCalc == obj);
        }
        __equalsCalc = obj;
        boolean _equals;
        _equals = true && 
            ((this.email==null && other.getEmail()==null) || 
             (this.email!=null &&
              this.email.equals(other.getEmail()))) &&
            ((this.loginName==null && other.getLoginName()==null) || 
             (this.loginName!=null &&
              this.loginName.equals(other.getLoginName()))) &&
            ((this.name==null && other.getName()==null) || 
             (this.name!=null &&
              this.name.equals(other.getName()))) &&
            ((this.password==null && other.getPassword()==null) || 
             (this.password!=null &&
              this.password.equals(other.getPassword()))) &&
            ((this.phone==null && other.getPhone()==null) || 
             (this.phone!=null &&
              this.phone.equals(other.getPhone()))) &&
            ((this.registrationFee==null && other.getRegistrationFee()==null) || 
             (this.registrationFee!=null &&
              this.registrationFee.equals(other.getRegistrationFee()))) &&
            ((this.registrationTime==null && other.getRegistrationTime()==null) || 
             (this.registrationTime!=null &&
              this.registrationTime.equals(other.getRegistrationTime()))) &&
            ((this.userAccountID==null && other.getUserAccountID()==null) || 
             (this.userAccountID!=null &&
              this.userAccountID.equals(other.getUserAccountID())));
        __equalsCalc = null;
        return _equals;
    }

    private boolean __hashCodeCalc = false;
    public synchronized int hashCode() {
        if (__hashCodeCalc) {
            return 0;
        }
        __hashCodeCalc = true;
        int _hashCode = 1;
        if (getEmail() != null) {
            _hashCode += getEmail().hashCode();
        }
        if (getLoginName() != null) {
            _hashCode += getLoginName().hashCode();
        }
        if (getName() != null) {
            _hashCode += getName().hashCode();
        }
        if (getPassword() != null) {
            _hashCode += getPassword().hashCode();
        }
        if (getPhone() != null) {
            _hashCode += getPhone().hashCode();
        }
        if (getRegistrationFee() != null) {
            _hashCode += getRegistrationFee().hashCode();
        }
        if (getRegistrationTime() != null) {
            _hashCode += getRegistrationTime().hashCode();
        }
        if (getUserAccountID() != null) {
            _hashCode += getUserAccountID().hashCode();
        }
        __hashCodeCalc = false;
        return _hashCode;
    }

    // Type metadata
    private static org.apache.axis.description.TypeDesc typeDesc =
        new org.apache.axis.description.TypeDesc(UserAccountDTO.class, true);

    static {
        typeDesc.setXmlType(new javax.xml.namespace.QName("http://dto.service.model.sample.com", "UserAccountDTO"));
        org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("email");
        elemField.setXmlName(new javax.xml.namespace.QName("", "email"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("loginName");
        elemField.setXmlName(new javax.xml.namespace.QName("", "loginName"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("name");
        elemField.setXmlName(new javax.xml.namespace.QName("", "name"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("password");
        elemField.setXmlName(new javax.xml.namespace.QName("", "password"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("phone");
        elemField.setXmlName(new javax.xml.namespace.QName("", "phone"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("registrationFee");
        elemField.setXmlName(new javax.xml.namespace.QName("", "registrationFee"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "decimal"));
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("registrationTime");
        elemField.setXmlName(new javax.xml.namespace.QName("", "registrationTime"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "long"));
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("userAccountID");
        elemField.setXmlName(new javax.xml.namespace.QName("", "userAccountID"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"));
        typeDesc.addFieldDesc(elemField);
    }

    /**
     * Return type metadata object
     */
    public static org.apache.axis.description.TypeDesc getTypeDesc() {
        return typeDesc;
    }

    /**
     * Get Custom Serializer
     */
    public static org.apache.axis.encoding.Serializer getSerializer(
           java.lang.String mechType, 
           java.lang.Class _javaType,  
           javax.xml.namespace.QName _xmlType) {
        return 
          new  org.apache.axis.encoding.ser.BeanSerializer(
            _javaType, _xmlType, typeDesc);
    }

    /**
     * Get Custom Deserializer
     */
    public static org.apache.axis.encoding.Deserializer getDeserializer(
           java.lang.String mechType, 
           java.lang.Class _javaType,  
           javax.xml.namespace.QName _xmlType) {
        return 
          new  org.apache.axis.encoding.ser.BeanDeserializer(
            _javaType, _xmlType, typeDesc);
    }

}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久se精品一区精品二区| 蜜臀91精品一区二区三区| 自拍偷拍国产亚洲| 一区二区三区高清| 日韩av成人高清| 亚洲精品v日韩精品| 亚洲h精品动漫在线观看| 精品一区二区在线视频| 美女脱光内衣内裤视频久久网站| 久久精品国产第一区二区三区| 国产成人99久久亚洲综合精品| 色婷婷激情久久| 日韩精品一区二区三区老鸭窝| 欧美一区二区三区免费观看视频| 国产亚洲精品免费| 国产女人18毛片水真多成人如厕 | 欧美狂野另类xxxxoooo| 精品区一区二区| 中文字幕在线不卡| 蜜臀av一区二区三区| 成人黄色av网站在线| 在线亚洲高清视频| 日韩美女视频在线| 国产亚洲自拍一区| 五月天丁香久久| 99久久亚洲一区二区三区青草| 一区二区三区日本| 国产成人啪免费观看软件| 精品成人私密视频| 精品一区二区三区视频在线观看| 欧美日韩精品久久久| 亚洲国产视频一区二区| 色欧美乱欧美15图片| 中文字幕欧美区| 成人精品视频一区二区三区| 日本一区二区三区国色天香 | 精品一区二区三区在线观看| 91精品国产综合久久香蕉的特点| 一区二区三区产品免费精品久久75| 成人影视亚洲图片在线| 国产精品无圣光一区二区| 国产91精品久久久久久久网曝门| 国产亚洲欧美色| 国产成人综合自拍| 国产精品嫩草影院av蜜臀| 成a人片国产精品| 亚洲女爱视频在线| 欧美日韩一区二区三区在线看| 亚洲丝袜另类动漫二区| 91麻豆6部合集magnet| 亚洲日本成人在线观看| 欧美日韩视频在线第一区 | 在线观看视频一区二区欧美日韩| 自拍视频在线观看一区二区| 在线一区二区三区四区五区| 亚洲高清免费观看| 69堂精品视频| 国产原创一区二区| 国产精品国模大尺度视频| 色呦呦网站一区| 青青草97国产精品免费观看无弹窗版| 日韩欧美123| 懂色av一区二区三区免费看| 中文字幕在线不卡国产视频| 欧美日韩一区三区| 激情综合色综合久久综合| 国产精品久久网站| 欧美卡1卡2卡| 国产寡妇亲子伦一区二区| 亚洲欧美日韩国产中文在线| 欧美一区二区在线免费播放 | 五月婷婷综合激情| 欧美成人aa大片| 99久久精品国产一区二区三区| 亚洲综合丁香婷婷六月香| 日韩欧美国产精品| 91网站在线观看视频| 丝袜亚洲精品中文字幕一区| 国产欧美日韩视频一区二区 | 国产成人免费视| 亚洲一区在线视频| 久久久久国产成人精品亚洲午夜| 99久久99精品久久久久久| 首页国产欧美日韩丝袜| 国产精品久久久久一区 | 爽好多水快深点欧美视频| 国产亚洲欧美日韩日本| 欧美日韩精品一区视频| 国产精品88888| 视频一区欧美精品| 亚洲黄色片在线观看| 亚洲精品在线免费观看视频| 欧美日韩三级一区二区| 成人网在线免费视频| 久久精品国产99久久6| 夜色激情一区二区| 国产精品日产欧美久久久久| 日韩精品一区二区三区三区免费 | 亚洲成人动漫精品| 国产精品久久久久久久久搜平片 | 一本久久a久久精品亚洲| 经典一区二区三区| 日韩电影网1区2区| 洋洋成人永久网站入口| 中文字幕中文在线不卡住| 精品久久久久一区| 51精品视频一区二区三区| 在线观看网站黄不卡| 99精品久久免费看蜜臀剧情介绍| 国产伦精品一区二区三区视频青涩| 日日夜夜精品视频天天综合网| 亚洲欧洲综合另类| 中文字幕中文字幕中文字幕亚洲无线| 国产日产欧美精品一区二区三区| 日韩精品一区二区三区视频| 欧美一级日韩免费不卡| 69av一区二区三区| 欧美一区二区网站| 欧美一区二区在线不卡| 91精品国产一区二区三区蜜臀| 欧美日产在线观看| 欧美一个色资源| 日韩一本二本av| 精品日韩99亚洲| 精品国产髙清在线看国产毛片| 欧美成人激情免费网| 久久夜色精品国产噜噜av| 久久精品日产第一区二区三区高清版| 精品久久国产字幕高潮| 久久女同精品一区二区| 国产午夜亚洲精品午夜鲁丝片| 国产日韩欧美精品电影三级在线| 久久九九99视频| 国产精品久久久久aaaa樱花| 亚洲欧美偷拍三级| 亚洲国产日韩精品| 蜜桃精品视频在线| 国产成人精品www牛牛影视| 成人av网址在线| 波多野结衣91| 欧美三级乱人伦电影| 777a∨成人精品桃花网| 久久网站最新地址| 中文字幕一区二区三区四区| 亚洲一二三四区| 日韩高清不卡一区二区| 国产精品一区二区在线播放 | 色婷婷国产精品综合在线观看| 欧美午夜理伦三级在线观看| 欧美裸体一区二区三区| 久久久99精品久久| 亚洲综合色在线| 国产九色sp调教91| 91国在线观看| 久久这里只有精品6| 亚洲精品伦理在线| 久久99久久99小草精品免视看| 国产一本一道久久香蕉| 欧美天天综合网| 国产视频视频一区| 亚洲国产精品综合小说图片区| 韩国av一区二区三区| 在线精品观看国产| 国产日韩精品久久久| 夜夜亚洲天天久久| 国产精品亚洲一区二区三区妖精| 色噜噜狠狠成人中文综合| 精品处破学生在线二十三| 亚洲黄色尤物视频| 国产成人福利片| 日韩美女主播在线视频一区二区三区| 国产蜜臀97一区二区三区| 日韩精品电影在线观看| 91农村精品一区二区在线| 精品国产一区二区在线观看| 亚洲观看高清完整版在线观看| 国产精品1区二区.| 日韩视频一区二区三区| 亚洲成人免费看| 99精品久久久久久| 国产女同互慰高潮91漫画| 美洲天堂一区二卡三卡四卡视频| 日本高清不卡aⅴ免费网站| 国产欧美一区二区精品忘忧草| 日日摸夜夜添夜夜添亚洲女人| 日本国产一区二区| 国产精品福利一区| 成人美女在线观看| 精品国产免费视频| 青青草97国产精品免费观看| 欧美色图天堂网| 亚洲综合偷拍欧美一区色| 99国内精品久久| 中文字幕一区二区三区四区不卡| 国产精品一区三区| 久久久久久久久久久久久久久99| 捆绑调教美女网站视频一区| 日韩视频在线永久播放| 免费看精品久久片| 精品国产a毛片|