⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 webconsult.java

📁 java swing源码 欢迎下载 有问题请联系 我一定负责到底
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
/**
 * WebConsult.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.4 Nov 19, 2006 (02:31:34 GMT+00:00) WSDL2Java emitter.
 */

package com.NCL.axis.CallCenter;

public class WebConsult  implements java.io.Serializable {
    private java.lang.String userId;

    private java.lang.String ID;

    private java.lang.String name;

    private java.lang.String sex;

    private java.lang.String provinceCode;

    private java.lang.String cityCode;

    private java.lang.String telephone;

    private java.lang.String extension;

    private java.lang.String mobile;

    private java.lang.String email;

    private java.lang.String type;

    private java.lang.String content;

    private java.lang.String makeDate;

    private java.lang.String flag;

    private java.lang.String customerNo;

    private java.lang.String dealFlag;

    private java.lang.String insurNo;

    private java.lang.String dealStatusCode;

    public WebConsult() {
    }

    public WebConsult(
           java.lang.String userId,
           java.lang.String ID,
           java.lang.String name,
           java.lang.String sex,
           java.lang.String provinceCode,
           java.lang.String cityCode,
           java.lang.String telephone,
           java.lang.String extension,
           java.lang.String mobile,
           java.lang.String email,
           java.lang.String type,
           java.lang.String content,
           java.lang.String makeDate,
           java.lang.String flag,
           java.lang.String customerNo,
           java.lang.String dealFlag,
           java.lang.String insurNo,
           java.lang.String dealStatusCode) {
           this.userId = userId;
           this.ID = ID;
           this.name = name;
           this.sex = sex;
           this.provinceCode = provinceCode;
           this.cityCode = cityCode;
           this.telephone = telephone;
           this.extension = extension;
           this.mobile = mobile;
           this.email = email;
           this.type = type;
           this.content = content;
           this.makeDate = makeDate;
           this.flag = flag;
           this.customerNo = customerNo;
           this.dealFlag = dealFlag;
           this.insurNo = insurNo;
           this.dealStatusCode = dealStatusCode;
    }


    /**
     * Gets the userId value for this WebConsult.
     * 
     * @return userId
     */
    public java.lang.String getUserId() {
        return userId;
    }


    /**
     * Sets the userId value for this WebConsult.
     * 
     * @param userId
     */
    public void setUserId(java.lang.String userId) {
        this.userId = userId;
    }


    /**
     * Gets the ID value for this WebConsult.
     * 
     * @return ID
     */
    public java.lang.String getID() {
        return ID;
    }


    /**
     * Sets the ID value for this WebConsult.
     * 
     * @param ID
     */
    public void setID(java.lang.String ID) {
        this.ID = ID;
    }


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


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


    /**
     * Gets the sex value for this WebConsult.
     * 
     * @return sex
     */
    public java.lang.String getSex() {
        return sex;
    }


    /**
     * Sets the sex value for this WebConsult.
     * 
     * @param sex
     */
    public void setSex(java.lang.String sex) {
        this.sex = sex;
    }


    /**
     * Gets the provinceCode value for this WebConsult.
     * 
     * @return provinceCode
     */
    public java.lang.String getProvinceCode() {
        return provinceCode;
    }


    /**
     * Sets the provinceCode value for this WebConsult.
     * 
     * @param provinceCode
     */
    public void setProvinceCode(java.lang.String provinceCode) {
        this.provinceCode = provinceCode;
    }


    /**
     * Gets the cityCode value for this WebConsult.
     * 
     * @return cityCode
     */
    public java.lang.String getCityCode() {
        return cityCode;
    }


    /**
     * Sets the cityCode value for this WebConsult.
     * 
     * @param cityCode
     */
    public void setCityCode(java.lang.String cityCode) {
        this.cityCode = cityCode;
    }


    /**
     * Gets the telephone value for this WebConsult.
     * 
     * @return telephone
     */
    public java.lang.String getTelephone() {
        return telephone;
    }


    /**
     * Sets the telephone value for this WebConsult.
     * 
     * @param telephone
     */
    public void setTelephone(java.lang.String telephone) {
        this.telephone = telephone;
    }


    /**
     * Gets the extension value for this WebConsult.
     * 
     * @return extension
     */
    public java.lang.String getExtension() {
        return extension;
    }


    /**
     * Sets the extension value for this WebConsult.
     * 
     * @param extension
     */
    public void setExtension(java.lang.String extension) {
        this.extension = extension;
    }


    /**
     * Gets the mobile value for this WebConsult.
     * 
     * @return mobile
     */
    public java.lang.String getMobile() {
        return mobile;
    }


    /**
     * Sets the mobile value for this WebConsult.
     * 
     * @param mobile
     */
    public void setMobile(java.lang.String mobile) {
        this.mobile = mobile;
    }


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


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


    /**
     * Gets the type value for this WebConsult.
     * 
     * @return type
     */
    public java.lang.String getType() {
        return type;
    }


    /**
     * Sets the type value for this WebConsult.
     * 
     * @param type
     */
    public void setType(java.lang.String type) {
        this.type = type;
    }


    /**
     * Gets the content value for this WebConsult.
     * 
     * @return content
     */
    public java.lang.String getContent() {
        return content;
    }


    /**
     * Sets the content value for this WebConsult.
     * 
     * @param content
     */
    public void setContent(java.lang.String content) {
        this.content = content;
    }


    /**
     * Gets the makeDate value for this WebConsult.
     * 
     * @return makeDate
     */
    public java.lang.String getMakeDate() {
        return makeDate;
    }


    /**
     * Sets the makeDate value for this WebConsult.
     * 
     * @param makeDate
     */
    public void setMakeDate(java.lang.String makeDate) {
        this.makeDate = makeDate;
    }


    /**
     * Gets the flag value for this WebConsult.
     * 
     * @return flag
     */
    public java.lang.String getFlag() {
        return flag;
    }


    /**
     * Sets the flag value for this WebConsult.
     * 
     * @param flag
     */
    public void setFlag(java.lang.String flag) {
        this.flag = flag;
    }


    /**
     * Gets the customerNo value for this WebConsult.
     * 
     * @return customerNo
     */
    public java.lang.String getCustomerNo() {

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -