* @throws ECARException
*/
public void alterar(SisAtributoSatb sisAtributoBean) throws ECARException {
//Objeto utilizado apenas para testar se � igual.
SisTipoExibicGrupoSteg tipoGrupo = new SisTipoExibicGrupoSteg();
tipoGrupo.setCodSteg(Long.parseLong(SisTipoExibicGrupoDao.VALIDACAO));
if (sisAtributoBean.getSisGrupoAtributoSga().getSisTipoExibicGrupoSteg() != null && sisAtributoBean.getSisGrupoAtributoSga().getSisTipoExibicGrupoSteg().equals(tipoGrupo)) {
if (sisAtributoBean.getSisGrupoAtributoSga().getSisAtributoSatbs().size() > Integer.parseInt(ConstantesECAR.UM)){
throw new ECARException("sisAtributo.salvar.erro.grupo.maximo.um");