Package com.morpheusdata.model
Class DashboardItemType
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.DashboardItemType
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected String
protected String
protected String
protected Boolean
protected String
protected List<OptionType>
protected Permission
protected String
protected String
protected String
protected String
protected String
protected String
protected String
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
getName()
getTitle()
getUuid()
void
setAccessTypes
(List<String> accessTypes) void
setCanExecute
(Boolean canExecute) void
setCategory
(String category) void
void
setDescription
(String description) void
setEnabled
(Boolean enabled) void
void
setOptionTypes
(List<OptionType> optionTypes) void
setPermission
(Permission permission) void
setScriptPath
(String scriptPath) void
setTemplatePath
(String templatePath) void
void
setUiSection
(String uiSection) void
void
void
Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
Field Details
-
uuid
-
name
-
code
-
category
-
title
-
description
-
enabled
-
canExecute
-
uiSize
-
uiType
-
uiSection
-
scriptPath
-
templatePath
-
permission
-
accessTypes
-
optionTypes
-
-
Constructor Details
-
DashboardItemType
public DashboardItemType()
-
-
Method Details
-
getUuid
-
setUuid
-
getName
-
setName
-
getCode
-
setCode
-
getCategory
-
setCategory
-
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getEnabled
-
setEnabled
-
getCanExecute
-
setCanExecute
-
getUiSize
-
setUiSize
-
getUiType
-
setUiType
-
getUiSection
-
setUiSection
-
getScriptPath
-
setScriptPath
-
getTemplatePath
-
setTemplatePath
-
getOptionTypes
-
setOptionTypes
-
getPermission
-
setPermission
-
getAccessTypes
-
setAccessTypes
-