Coverage Report - br.mia.test.model.ItemRelatorioMudanca
 
Classes in this File Line Coverage Branch Coverage Complexity
ItemRelatorioMudanca
0%
0/7
N/A
1
 
 1  
 package br.mia.test.model;
 2  
 
 3  0
 public class ItemRelatorioMudanca {
 4  
         
 5  
         private String descricao;
 6  
         private String nomeFluxo;
 7  
         
 8  
         public String getDescricao() {
 9  0
                 return descricao;
 10  
         }
 11  
         public void setDescricao(String descricao) {
 12  0
                 this.descricao = descricao;
 13  0
         }
 14  
         public String getNomeFluxo() {
 15  0
                 return nomeFluxo;
 16  
         }
 17  
         public void setNomeFluxo(String nomeFluxo) {
 18  0
                 this.nomeFluxo = nomeFluxo;
 19  0
         }
 20  
         
 21  
 
 22  
 }