Class SettingType

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

public class SettingType extends MorpheusModel
  • Field Details

    • scope

      protected String scope
    • filterType

      protected String filterType
    • name

      protected String name
    • category

      protected String category
    • inputType

      protected String inputType
    • description

      protected String description
  • Constructor Details

    • SettingType

      public SettingType()
  • Method Details

    • getScope

      public String getScope()
    • setScope

      public void setScope(String scope)
    • getFilterType

      public String getFilterType()
    • setFilterType

      public void setFilterType(String filterType)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getCategory

      public String getCategory()
    • setCategory

      public void setCategory(String category)
    • getInputType

      public String getInputType()
    • setInputType

      public void setInputType(String inputType)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)