Class DashboardItemType

java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.DashboardItemType

public class DashboardItemType extends MorpheusModel
  • Field Details

    • uuid

      protected String uuid
    • name

      protected String name
    • code

      protected String code
    • category

      protected String category
    • title

      protected String title
    • description

      protected String description
    • enabled

      protected Boolean enabled
    • canExecute

      protected Boolean canExecute
    • uiSize

      protected String uiSize
    • uiType

      protected String uiType
    • uiSection

      protected String uiSection
    • scriptPath

      protected String scriptPath
    • templatePath

      protected String templatePath
    • permission

      protected Permission permission
    • accessTypes

      protected List<String> accessTypes
    • optionTypes

      protected List<OptionType> optionTypes
  • Constructor Details

    • DashboardItemType

      public DashboardItemType()
  • Method Details

    • getUuid

      public String getUuid()
    • setUuid

      public void setUuid(String uuid)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getCategory

      public String getCategory()
    • setCategory

      public void setCategory(String category)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getEnabled

      public Boolean getEnabled()
    • setEnabled

      public void setEnabled(Boolean enabled)
    • getCanExecute

      public Boolean getCanExecute()
    • setCanExecute

      public void setCanExecute(Boolean canExecute)
    • getUiSize

      public String getUiSize()
    • setUiSize

      public void setUiSize(String uiSize)
    • getUiType

      public String getUiType()
    • setUiType

      public void setUiType(String uiType)
    • getUiSection

      public String getUiSection()
    • setUiSection

      public void setUiSection(String uiSection)
    • getScriptPath

      public String getScriptPath()
    • setScriptPath

      public void setScriptPath(String scriptPath)
    • getTemplatePath

      public String getTemplatePath()
    • setTemplatePath

      public void setTemplatePath(String templatePath)
    • getOptionTypes

      public List<OptionType> getOptionTypes()
    • setOptionTypes

      public void setOptionTypes(List<OptionType> optionTypes)
    • getPermission

      public Permission getPermission()
    • setPermission

      public void setPermission(Permission permission)
    • getAccessTypes

      public List<String> getAccessTypes()
    • setAccessTypes

      public void setAccessTypes(List<String> accessTypes)