Example #1
0
        public Bloco1(SpedUtil spedUtil)
        {
            registro1001 = new Registro1001();
            registro1001.setIndMov(0);

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

            this.util = spedUtil;
        }
Example #2
0
 /**
  * @param registro1990 the registro1990 to set
  */
 public void setRegistro1990(Registro1990 registro1990)
 {
     this.registro1990 = registro1990;
 }