Rev 325 | Rev 468 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 325 | Rev 467 | ||
|---|---|---|---|
| Line 77... | Line 77... | ||
| 77 | 77 | ||
| 78 | // PESSOA JURÍDICA
|
78 | // PESSOA JURÍDICA
|
| 79 | private String nomeFantasia; |
79 | private String nomeFantasia; |
| 80 | private String razaoSocial; |
80 | private String razaoSocial; |
| 81 | private String inscricaoEstadual; |
81 | private String inscricaoEstadual; |
| 82 | private Boolean inscricaoEstadualIsento; |
- | |
| - | 82 | private String tipoInscricaoEstadual; |
|
| 83 | private String inscricaoMunicipal; |
83 | private String inscricaoMunicipal; |
| 84 | private String tipoRegimeTributario; |
84 | private String tipoRegimeTributario; |
| 85 | 85 | ||
| 86 | // CLIENTE
|
86 | // CLIENTE
|
| 87 | private Boolean indicadorNovidades; |
87 | private Boolean indicadorNovidades; |
| Line 467... | Line 467... | ||
| 467 | }
|
467 | }
|
| 468 | public void setInscricaoEstadual(String inscricaoEstadual) { |
468 | public void setInscricaoEstadual(String inscricaoEstadual) { |
| 469 | this.inscricaoEstadual = inscricaoEstadual; |
469 | this.inscricaoEstadual = inscricaoEstadual; |
| 470 | }
|
470 | }
|
| 471 | 471 | ||
| 472 | @Column(name="ind_inscricao_estadual_isento") |
- | |
| 473 | public Boolean getInscricaoEstadualIsento() { |
- | |
| 474 | return inscricaoEstadualIsento; |
- | |
| - | 472 | @Column(name="tip_inscricao_estadual") |
|
| - | 473 | public String getTipoInscricaoEstadual() { |
|
| - | 474 | return tipoInscricaoEstadual; |
|
| 475 | }
|
475 | }
|
| 476 | public void setInscricaoEstadualIsento(Boolean inscricaoEstadualIsento) { |
- | |
| 477 | this.inscricaoEstadualIsento = inscricaoEstadualIsento; |
- | |
| - | 476 | public void setTipoInscricaoEstadual(String tipoInscricaoEstadual) { |
|
| - | 477 | this.tipoInscricaoEstadual = tipoInscricaoEstadual; |
|
| 478 | }
|
478 | }
|
| 479 | 479 | ||
| 480 | @Column(name="dsc_inscricao_municipal") |
480 | @Column(name="dsc_inscricao_municipal") |
| 481 | @Size(max = 15, message = "Limite de caracteres ultrapassado: Inscrição Municipal") |
481 | @Size(max = 15, message = "Limite de caracteres ultrapassado: Inscrição Municipal") |
| 482 | public String getInscricaoMunicipal() { |
482 | public String getInscricaoMunicipal() { |