Example #1
0
        public BlocoF(SpedUtil spedUtil)
        {
            registroF001 = new RegistroF001();
            registroF001.setIndMov(0);

            registroF990 = new RegistroF990();
            registroF990.setQtdLinF(0);

            this.util = spedUtil;
        }
Example #2
0
 /**
  * @param registroF990 the registroF990 to set
  */
 public void setRegistroF990(RegistroF990 registroF990)
 {
     this.registroF990 = registroF990;
 }