public BlocoF(SpedUtil spedUtil) { registroF001 = new RegistroF001(); registroF001.setIndMov(0); registroF990 = new RegistroF990(); registroF990.setQtdLinF(0); this.util = spedUtil; }
/** * @param registroF001 the registroF001 to set */ public void setRegistroF001(RegistroF001 registroF001) { this.registroF001 = registroF001; }