Package io.jmix.ui.app.jmxconsole.model
Class ManagedBeanInfo
java.lang.Object
io.jmix.ui.app.jmxconsole.model.ManagedBeanInfo
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ManagedBeanAttribute>protected Stringprotected Stringprotected Stringprotected UUIDprotected Stringprotected List<ManagedBeanOperation>protected String - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetAttributes(List<ManagedBeanAttribute> attributes) voidsetClassName(String className) voidsetDescription(String description) voidvoidvoidsetObjectName(String objectName) voidsetOperations(List<ManagedBeanOperation> operations) voidsetPropertyList(String propertyList)  
- 
Field Details
- 
id
 - 
className
 - 
description
 - 
objectName
 - 
domain
 - 
propertyList
 - 
attributes
 - 
operations
 
 - 
 - 
Constructor Details
- 
ManagedBeanInfo
public ManagedBeanInfo() 
 - 
 - 
Method Details
- 
getOperations
 - 
setOperations
 - 
getDomain
 - 
setDomain
 - 
getPropertyList
 - 
setPropertyList
 - 
getClassName
 - 
setClassName
 - 
getDescription
 - 
setDescription
 - 
getObjectName
 - 
setObjectName
 - 
getAttributes
 - 
setAttributes
 - 
getId
 - 
setId
 
 -