Package org.netxms.client.objects
Class MutableObjectCategory
java.lang.Object
org.netxms.client.objects.ObjectCategory
org.netxms.client.objects.MutableObjectCategory
Mutable variant of object category
- 
Field SummaryFields inherited from class org.netxms.client.objects.ObjectCategoryicon, id, mapImage, name
- 
Constructor SummaryConstructorsConstructorDescriptionMutableObjectCategory(String name, UUID icon, UUID mapImage) Create new object category.Create mutable object from immutable.
- 
Method SummaryMethods inherited from class org.netxms.client.objects.ObjectCategoryfillMessage, getIcon, getId, getMapImage, getName
- 
Constructor Details- 
MutableObjectCategoryCreate new object category.- Parameters:
- name- category name
- icon- UI icon for objects
- mapImage- default map image for objects
 
- 
MutableObjectCategoryCreate mutable object from immutable.- Parameters:
- src- source object
 
 
- 
- 
Method Details- 
setNameSet category name.- Parameters:
- name- new category name
 
- 
setIconSet UI icon.- Parameters:
- icon- UUID of new UI icon
 
- 
setMapImageSet map image.- Parameters:
- mapImage- UUID of new map image
 
 
-