Class GlobalsEditorContent
- java.lang.Object
-
- org.drools.workbench.screens.globals.model.GlobalsEditorContent
-
@Portable public class GlobalsEditorContent extends Object
-
-
Constructor Summary
Constructors Constructor Description GlobalsEditorContent()GlobalsEditorContent(GlobalsModel model, org.guvnor.common.services.shared.metadata.model.Overview overview, List<String> fullyQualifiedClassNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getFullyQualifiedClassNames()GlobalsModelgetModel()org.guvnor.common.services.shared.metadata.model.OverviewgetOverview()
-
-
-
Constructor Detail
-
GlobalsEditorContent
public GlobalsEditorContent()
-
GlobalsEditorContent
public GlobalsEditorContent(GlobalsModel model, org.guvnor.common.services.shared.metadata.model.Overview overview, List<String> fullyQualifiedClassNames)
-
-
Method Detail
-
getModel
public GlobalsModel getModel()
-
getOverview
public org.guvnor.common.services.shared.metadata.model.Overview getOverview()
-
-