MCPcopy Create free account
hub / github.com/digitalinnovationone/dio-springboot / Estado

Method Estado

java-interfaces/src/Estado.java:10–14  ·  view source on GitHub ↗
(String sigla,String nome, Regiao regiao)

Source from the content-addressed store, hash-verified

8 private Regiao regiao;
9
10 private Estado(String sigla,String nome, Regiao regiao){
11 this.sigla=sigla;
12 this.nome = nome;
13 this.regiao = regiao;
14 }
15 public String getNome() {
16 return nome;
17 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected