Exemplo n.º 1
0
        public Bloco1(SpedUtil spedUtil)
        {
            registro1001 = new Registro1001();
            registro1001.setIndMov(0);

            registro1990 = new Registro1990();
            registro1990.setQtdLin1(0);

            this.util = spedUtil;
        }
Exemplo n.º 2
0
 /**
  * @param registro1001 the registro1001 to set
  */
 public void setRegistro1001(Registro1001 registro1001)
 {
     this.registro1001 = registro1001;
 }