Exemplo n.º 1
0
        public BlocoM(SpedUtil spedUtil)
        {
            registroM001 = new RegistroM001();
            registroM001.setIndMov(0);

            registroM990 = new RegistroM990();
            registroM990.setQtdLinM(0);

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