public void setStyle(String catId, String styleAttribute, String styleValue) {
PropertyMetadata meta = propMetadata.get(catId);
if(meta!=null){
meta.addStyle( styleAttribute, styleValue );
}
}
/**
* Gets the Category object for the given ID, creating it if it doesn't