TaxControlDiskDto.java 10 KB
Newer Older
eddie.woo's avatar
eddie.woo committed
1 2
package pwc.taxtech.atms.dto;

3
import com.fasterxml.jackson.annotation.JsonProperty;
eddie.woo's avatar
eddie.woo committed
4

5 6
public class TaxControlDiskDto {
    @JsonProperty("ID")
7
    private String id;
eddie.woo's avatar
eddie.woo committed
8 9 10 11 12 13 14 15 16 17
    private String KPJH;
    private String QYMC;
    private String QYSH;
    private String JMBBH;
    private String DZFPFlag;
    private String SFJYZS;
    private String SWJGDM;
    private String JSSZ;
    private String JSPBH;
    private String equipmentSupplier;
18
    @JsonProperty("organizationID")
19
    private String organizationId;
eddie.woo's avatar
eddie.woo committed
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
    private String organizationCode;
    private String organizationName;
    private String taxControlDiskSerialNumber;
    private String taxControlDiskNo;
    private String taxControlDiskDescribe;
    private String taxControlDiskUser;
    private String department;
    private String mobile;
    private String email;
    private String taxControlUrl;
    private String taxControlPwd;
    public Integer taxControlStatus;
    public Integer diskType;
    private String keyPwd;
    private String taxPayerNumber;
    public int topMargin;
    public int leftMargin;
    private String failMsg;
    private String mainTaxAuthoritiesName;
    private String mainTaxAuthoritiesCode;
40

eddie.woo's avatar
eddie.woo committed
41
    /**
42
     * @return the id
eddie.woo's avatar
eddie.woo committed
43
     */
44 45
    public String getId() {
        return id;
eddie.woo's avatar
eddie.woo committed
46
    }
47

eddie.woo's avatar
eddie.woo committed
48
    /**
49
     * @param id the id to set
eddie.woo's avatar
eddie.woo committed
50
     */
51
    public void setId(String id) {
frank.xa.zhang's avatar
frank.xa.zhang committed
52
        this.id = id;
eddie.woo's avatar
eddie.woo committed
53
    }
54

eddie.woo's avatar
eddie.woo committed
55 56 57 58 59 60
    /**
     * @return the kPJH
     */
    public String getKPJH() {
        return KPJH;
    }
61

eddie.woo's avatar
eddie.woo committed
62 63 64 65 66 67
    /**
     * @param kPJH the kPJH to set
     */
    public void setKPJH(String kPJH) {
        KPJH = kPJH;
    }
68

eddie.woo's avatar
eddie.woo committed
69 70 71 72 73 74
    /**
     * @return the qYMC
     */
    public String getQYMC() {
        return QYMC;
    }
75

eddie.woo's avatar
eddie.woo committed
76 77 78 79 80 81
    /**
     * @param qYMC the qYMC to set
     */
    public void setQYMC(String qYMC) {
        QYMC = qYMC;
    }
82

eddie.woo's avatar
eddie.woo committed
83 84 85 86 87 88
    /**
     * @return the qYSH
     */
    public String getQYSH() {
        return QYSH;
    }
89

eddie.woo's avatar
eddie.woo committed
90 91 92 93 94 95
    /**
     * @param qYSH the qYSH to set
     */
    public void setQYSH(String qYSH) {
        QYSH = qYSH;
    }
96

eddie.woo's avatar
eddie.woo committed
97 98 99 100 101 102
    /**
     * @return the jMBBH
     */
    public String getJMBBH() {
        return JMBBH;
    }
103

eddie.woo's avatar
eddie.woo committed
104 105 106 107 108 109
    /**
     * @param jMBBH the jMBBH to set
     */
    public void setJMBBH(String jMBBH) {
        JMBBH = jMBBH;
    }
110

eddie.woo's avatar
eddie.woo committed
111 112 113 114 115 116
    /**
     * @return the dZFPFlag
     */
    public String getDZFPFlag() {
        return DZFPFlag;
    }
117

eddie.woo's avatar
eddie.woo committed
118 119 120 121 122 123
    /**
     * @param dZFPFlag the dZFPFlag to set
     */
    public void setDZFPFlag(String dZFPFlag) {
        DZFPFlag = dZFPFlag;
    }
124

eddie.woo's avatar
eddie.woo committed
125 126 127 128 129 130
    /**
     * @return the sFJYZS
     */
    public String getSFJYZS() {
        return SFJYZS;
    }
131

eddie.woo's avatar
eddie.woo committed
132 133 134 135 136 137
    /**
     * @param sFJYZS the sFJYZS to set
     */
    public void setSFJYZS(String sFJYZS) {
        SFJYZS = sFJYZS;
    }
138

eddie.woo's avatar
eddie.woo committed
139 140 141 142 143 144
    /**
     * @return the sWJGDM
     */
    public String getSWJGDM() {
        return SWJGDM;
    }
145

eddie.woo's avatar
eddie.woo committed
146 147 148 149 150 151
    /**
     * @param sWJGDM the sWJGDM to set
     */
    public void setSWJGDM(String sWJGDM) {
        SWJGDM = sWJGDM;
    }
152

eddie.woo's avatar
eddie.woo committed
153 154 155 156 157 158
    /**
     * @return the jSSZ
     */
    public String getJSSZ() {
        return JSSZ;
    }
159

eddie.woo's avatar
eddie.woo committed
160 161 162 163 164 165
    /**
     * @param jSSZ the jSSZ to set
     */
    public void setJSSZ(String jSSZ) {
        JSSZ = jSSZ;
    }
166

eddie.woo's avatar
eddie.woo committed
167 168 169 170 171 172
    /**
     * @return the jSPBH
     */
    public String getJSPBH() {
        return JSPBH;
    }
173

eddie.woo's avatar
eddie.woo committed
174 175 176 177 178 179
    /**
     * @param jSPBH the jSPBH to set
     */
    public void setJSPBH(String jSPBH) {
        JSPBH = jSPBH;
    }
180

eddie.woo's avatar
eddie.woo committed
181 182 183 184 185 186
    /**
     * @return the equipmentSupplier
     */
    public String getEquipmentSupplier() {
        return equipmentSupplier;
    }
187

eddie.woo's avatar
eddie.woo committed
188 189 190 191 192 193
    /**
     * @param equipmentSupplier the equipmentSupplier to set
     */
    public void setEquipmentSupplier(String equipmentSupplier) {
        this.equipmentSupplier = equipmentSupplier;
    }
194

eddie.woo's avatar
eddie.woo committed
195
    /**
196
     * @return the organizationId
eddie.woo's avatar
eddie.woo committed
197
     */
198 199
    public String getOrganizationId() {
        return organizationId;
eddie.woo's avatar
eddie.woo committed
200
    }
201

eddie.woo's avatar
eddie.woo committed
202
    /**
203
     * @param organizationId the organizationId to set
eddie.woo's avatar
eddie.woo committed
204
     */
205 206
    public void setOrganizationId(String organizationId) {
        this.organizationId = organizationId;
eddie.woo's avatar
eddie.woo committed
207
    }
208

eddie.woo's avatar
eddie.woo committed
209 210 211 212 213 214
    /**
     * @return the organizationCode
     */
    public String getOrganizationCode() {
        return organizationCode;
    }
215

eddie.woo's avatar
eddie.woo committed
216 217 218 219 220 221
    /**
     * @param organizationCode the organizationCode to set
     */
    public void setOrganizationCode(String organizationCode) {
        this.organizationCode = organizationCode;
    }
222

eddie.woo's avatar
eddie.woo committed
223 224 225 226 227 228
    /**
     * @return the organizationName
     */
    public String getOrganizationName() {
        return organizationName;
    }
229

eddie.woo's avatar
eddie.woo committed
230 231 232 233 234 235
    /**
     * @param organizationName the organizationName to set
     */
    public void setOrganizationName(String organizationName) {
        this.organizationName = organizationName;
    }
236

eddie.woo's avatar
eddie.woo committed
237 238 239 240 241 242
    /**
     * @return the taxControlDiskSerialNumber
     */
    public String getTaxControlDiskSerialNumber() {
        return taxControlDiskSerialNumber;
    }
243

eddie.woo's avatar
eddie.woo committed
244 245 246 247 248 249
    /**
     * @param taxControlDiskSerialNumber the taxControlDiskSerialNumber to set
     */
    public void setTaxControlDiskSerialNumber(String taxControlDiskSerialNumber) {
        this.taxControlDiskSerialNumber = taxControlDiskSerialNumber;
    }
250

eddie.woo's avatar
eddie.woo committed
251 252 253 254 255 256
    /**
     * @return the taxControlDiskNo
     */
    public String getTaxControlDiskNo() {
        return taxControlDiskNo;
    }
257

eddie.woo's avatar
eddie.woo committed
258 259 260 261 262 263
    /**
     * @param taxControlDiskNo the taxControlDiskNo to set
     */
    public void setTaxControlDiskNo(String taxControlDiskNo) {
        this.taxControlDiskNo = taxControlDiskNo;
    }
264

eddie.woo's avatar
eddie.woo committed
265 266 267 268 269 270
    /**
     * @return the taxControlDiskDescribe
     */
    public String getTaxControlDiskDescribe() {
        return taxControlDiskDescribe;
    }
271

eddie.woo's avatar
eddie.woo committed
272 273 274 275 276 277
    /**
     * @param taxControlDiskDescribe the taxControlDiskDescribe to set
     */
    public void setTaxControlDiskDescribe(String taxControlDiskDescribe) {
        this.taxControlDiskDescribe = taxControlDiskDescribe;
    }
278

eddie.woo's avatar
eddie.woo committed
279 280 281 282 283 284
    /**
     * @return the taxControlDiskUser
     */
    public String getTaxControlDiskUser() {
        return taxControlDiskUser;
    }
285

eddie.woo's avatar
eddie.woo committed
286 287 288 289 290 291
    /**
     * @param taxControlDiskUser the taxControlDiskUser to set
     */
    public void setTaxControlDiskUser(String taxControlDiskUser) {
        this.taxControlDiskUser = taxControlDiskUser;
    }
292

eddie.woo's avatar
eddie.woo committed
293 294 295 296 297 298
    /**
     * @return the department
     */
    public String getDepartment() {
        return department;
    }
299

eddie.woo's avatar
eddie.woo committed
300 301 302 303 304 305
    /**
     * @param department the department to set
     */
    public void setDepartment(String department) {
        this.department = department;
    }
306

eddie.woo's avatar
eddie.woo committed
307 308 309 310 311 312
    /**
     * @return the mobile
     */
    public String getMobile() {
        return mobile;
    }
313

eddie.woo's avatar
eddie.woo committed
314 315 316 317 318 319
    /**
     * @param mobile the mobile to set
     */
    public void setMobile(String mobile) {
        this.mobile = mobile;
    }
320

eddie.woo's avatar
eddie.woo committed
321 322 323 324 325 326
    /**
     * @return the email
     */
    public String getEmail() {
        return email;
    }
327

eddie.woo's avatar
eddie.woo committed
328 329 330 331 332 333
    /**
     * @param email the email to set
     */
    public void setEmail(String email) {
        this.email = email;
    }
334

eddie.woo's avatar
eddie.woo committed
335 336 337 338 339 340
    /**
     * @return the taxControlUrl
     */
    public String getTaxControlUrl() {
        return taxControlUrl;
    }
341

eddie.woo's avatar
eddie.woo committed
342 343 344 345 346 347
    /**
     * @param taxControlUrl the taxControlUrl to set
     */
    public void setTaxControlUrl(String taxControlUrl) {
        this.taxControlUrl = taxControlUrl;
    }
348

eddie.woo's avatar
eddie.woo committed
349 350 351 352 353 354
    /**
     * @return the taxControlPwd
     */
    public String getTaxControlPwd() {
        return taxControlPwd;
    }
355

eddie.woo's avatar
eddie.woo committed
356 357 358 359 360 361
    /**
     * @param taxControlPwd the taxControlPwd to set
     */
    public void setTaxControlPwd(String taxControlPwd) {
        this.taxControlPwd = taxControlPwd;
    }
362

eddie.woo's avatar
eddie.woo committed
363 364 365 366 367 368
    /**
     * @return the taxControlStatus
     */
    public Integer getTaxControlStatus() {
        return taxControlStatus;
    }
369

eddie.woo's avatar
eddie.woo committed
370 371 372 373 374 375
    /**
     * @param taxControlStatus the taxControlStatus to set
     */
    public void setTaxControlStatus(Integer taxControlStatus) {
        this.taxControlStatus = taxControlStatus;
    }
376

eddie.woo's avatar
eddie.woo committed
377 378 379 380 381 382
    /**
     * @return the diskType
     */
    public Integer getDiskType() {
        return diskType;
    }
383

eddie.woo's avatar
eddie.woo committed
384 385 386 387 388 389
    /**
     * @param diskType the diskType to set
     */
    public void setDiskType(Integer diskType) {
        this.diskType = diskType;
    }
390

eddie.woo's avatar
eddie.woo committed
391 392 393 394 395 396
    /**
     * @return the keyPwd
     */
    public String getKeyPwd() {
        return keyPwd;
    }
397

eddie.woo's avatar
eddie.woo committed
398 399 400 401 402 403
    /**
     * @param keyPwd the keyPwd to set
     */
    public void setKeyPwd(String keyPwd) {
        this.keyPwd = keyPwd;
    }
404

eddie.woo's avatar
eddie.woo committed
405 406 407 408 409 410
    /**
     * @return the taxPayerNumber
     */
    public String getTaxPayerNumber() {
        return taxPayerNumber;
    }
411

eddie.woo's avatar
eddie.woo committed
412 413 414 415 416 417
    /**
     * @param taxPayerNumber the taxPayerNumber to set
     */
    public void setTaxPayerNumber(String taxPayerNumber) {
        this.taxPayerNumber = taxPayerNumber;
    }
418

eddie.woo's avatar
eddie.woo committed
419 420 421 422 423 424
    /**
     * @return the topMargin
     */
    public int getTopMargin() {
        return topMargin;
    }
425

eddie.woo's avatar
eddie.woo committed
426 427 428 429 430 431
    /**
     * @param topMargin the topMargin to set
     */
    public void setTopMargin(int topMargin) {
        this.topMargin = topMargin;
    }
432

eddie.woo's avatar
eddie.woo committed
433 434 435 436 437 438
    /**
     * @return the leftMargin
     */
    public int getLeftMargin() {
        return leftMargin;
    }
439

eddie.woo's avatar
eddie.woo committed
440 441 442 443 444 445
    /**
     * @param leftMargin the leftMargin to set
     */
    public void setLeftMargin(int leftMargin) {
        this.leftMargin = leftMargin;
    }
446

eddie.woo's avatar
eddie.woo committed
447 448 449 450 451 452
    /**
     * @return the failMsg
     */
    public String getFailMsg() {
        return failMsg;
    }
453

eddie.woo's avatar
eddie.woo committed
454 455 456 457 458 459
    /**
     * @param failMsg the failMsg to set
     */
    public void setFailMsg(String failMsg) {
        this.failMsg = failMsg;
    }
460

eddie.woo's avatar
eddie.woo committed
461 462 463 464 465 466
    /**
     * @return the mainTaxAuthoritiesName
     */
    public String getMainTaxAuthoritiesName() {
        return mainTaxAuthoritiesName;
    }
467

eddie.woo's avatar
eddie.woo committed
468 469 470 471 472 473
    /**
     * @param mainTaxAuthoritiesName the mainTaxAuthoritiesName to set
     */
    public void setMainTaxAuthoritiesName(String mainTaxAuthoritiesName) {
        this.mainTaxAuthoritiesName = mainTaxAuthoritiesName;
    }
474

eddie.woo's avatar
eddie.woo committed
475 476 477 478 479 480
    /**
     * @return the mainTaxAuthoritiesCode
     */
    public String getMainTaxAuthoritiesCode() {
        return mainTaxAuthoritiesCode;
    }
481

eddie.woo's avatar
eddie.woo committed
482 483 484 485 486 487
    /**
     * @param mainTaxAuthoritiesCode the mainTaxAuthoritiesCode to set
     */
    public void setMainTaxAuthoritiesCode(String mainTaxAuthoritiesCode) {
        this.mainTaxAuthoritiesCode = mainTaxAuthoritiesCode;
    }
488 489


eddie.woo's avatar
eddie.woo committed
490
}