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

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

            this.util = spedUtil;
        }
Beispiel #2
0
 /**
  * @param registroD001 the registroD001 to set
  */
 public void setRegistroD001(RegistroD001 registroD001)
 {
     this.registroD001 = registroD001;
 }