Package com.morpheusdata.model
Class SettingType
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.SettingType
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()getScope()voidsetCategory(String category) voidsetDescription(String description) voidsetFilterType(String filterType) voidsetInputType(String inputType) voidvoidMethods 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
-