Exemple #1
0
        public BlocoD(SpedUtil spedUtil)
        {
            registroD001 = new RegistroD001();
            registroD001.setIndMov(0);

            registroD990 = new RegistroD990();
            registroD990.setQtdLinD(0);

            this.util = spedUtil;
        }
Exemple #2
0
 /**
  * @param registroD990 the registroD990 to set
  */
 public void setRegistroD990(RegistroD990 registroD990)
 {
     this.registroD990 = registroD990;
 }