sets = cats[i].getCharacteristicsSets();
if( sets != null && sets.length > 0 )
t = sets[0].getAttributeSetID();
else
throw new SdkException("No CharacteristicsSet cat be found for the category.");
}
else
t = new Integer(cats[i].getCategoryID());
catsMap.put(t, cats[i]);