321322323324325326327328329
* * @return * @throws ECARException */ public long getAbrangencia() throws ECARException{ ItemEstrutLocalDao itemEstrutLocalDao = new ItemEstrutLocalDao(null); long i = itemEstrutLocalDao.getAbrangenciaAsInteger(item.getCodIett()); return i; }