Package com.morpheusdata.model
Class SettingType
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.SettingType
-
Field Summary
Modifier and TypeFieldDescriptionprotected 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 TypeMethodDescriptiongetName()
getScope()
void
setCategory
(String category) void
setDescription
(String description) void
setFilterType
(String filterType) void
setInputType
(String inputType) 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
-
scope
-
filterType
-
name
-
category
-
inputType
-
description
-
-
Constructor Details
-
SettingType
public SettingType()
-
-
Method Details
-
getScope
-
setScope
-
getFilterType
-
setFilterType
-
getName
-
setName
-
getCategory
-
setCategory
-
getInputType
-
setInputType
-
getDescription
-
setDescription
-