Rev 324 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 324 | Rev 470 | ||
|---|---|---|---|
| Line 80... | Line 80... | ||
| 80 | 80 | ||
| 81 | // PESSOA JURÍDICA
|
81 | // PESSOA JURÍDICA
|
| 82 | private String nomeFantasia; |
82 | private String nomeFantasia; |
| 83 | private String razaoSocial; |
83 | private String razaoSocial; |
| 84 | private String inscricaoEstadual; |
84 | private String inscricaoEstadual; |
| 85 | private Boolean inscricaoEstadualIsento; |
- | |
| - | 85 | private String tipoInscricaoEstadual; |
|
| 86 | private String inscricaoMunicipal; |
86 | private String inscricaoMunicipal; |
| 87 | private String tipoRegimeTributario; |
87 | private String tipoRegimeTributario; |
| 88 | 88 | ||
| 89 | // CLIENTE
|
89 | // CLIENTE
|
| 90 | private Modelo modeloCliente; |
90 | private Modelo modeloCliente; |
| Line 430... | Line 430... | ||
| 430 | }
|
430 | }
|
| 431 | public void setInscricaoEstadual(String inscricaoEstadual) { |
431 | public void setInscricaoEstadual(String inscricaoEstadual) { |
| 432 | this.inscricaoEstadual = inscricaoEstadual; |
432 | this.inscricaoEstadual = inscricaoEstadual; |
| 433 | }
|
433 | }
|
| 434 | 434 | ||
| 435 | @Column(name="ind_inscricao_estadual_isento") |
- | |
| 436 | public Boolean getInscricaoEstadualIsento() { |
- | |
| 437 | return inscricaoEstadualIsento; |
- | |
| - | 435 | @Column(name="tip_inscricao_estadual") |
|
| - | 436 | public String getTipoInscricaoEstadual() { |
|
| - | 437 | return tipoInscricaoEstadual; |
|
| 438 | }
|
438 | }
|
| 439 | public void setInscricaoEstadualIsento(Boolean inscricaoEstadualIsento) { |
- | |
| 440 | this.inscricaoEstadualIsento = inscricaoEstadualIsento; |
- | |
| - | 439 | public void setTipoInscricaoEstadual(String tipoInscricaoEstadual) { |
|
| - | 440 | this.tipoInscricaoEstadual = tipoInscricaoEstadual; |
|
| 441 | }
|
441 | }
|
| 442 | 442 | ||
| 443 | @Column(name="dsc_inscricao_municipal") |
443 | @Column(name="dsc_inscricao_municipal") |
| 444 | @Size(max = 15, message = "Limite de caracteres ultrapassado: Inscrição Municipal") |
444 | @Size(max = 15, message = "Limite de caracteres ultrapassado: Inscrição Municipal") |
| 445 | public String getInscricaoMunicipal() { |
445 | public String getInscricaoMunicipal() { |