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

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

            this.util = spedUtil;
        }
예제 #2
0
 /**
  * @param registroF001 the registroF001 to set
  */
 public void setRegistroF001(RegistroF001 registroF001)
 {
     this.registroF001 = registroF001;
 }