2829303132333435
} attributes.put(attribute.getAttributeInfo().getId(), attribute); } public void setAttributeValue(String name, Object value) { IAttribute attr = attributes.get(name); attr.setValue(value); }