示例#1
0
        public BlocoM(SpedUtil spedUtil)
        {
            registroM001 = new RegistroM001();
            registroM001.setIndMov(0);

            registroM990 = new RegistroM990();
            registroM990.setQtdLinM(0);

            this.util = spedUtil;
        }
示例#2
0
 /**
  * @param registroM990 the registroM990 to set
  */
 public void setRegistroM990(RegistroM990 registroM990)
 {
     this.registroM990 = registroM990;
 }