Package com.morpheusdata.model
Class TaskOption
- java.lang.Object
-
- com.morpheusdata.model.MorpheusModel
-
- com.morpheusdata.model.TaskOption
-
public class TaskOption extends MorpheusModel
-
-
Field Summary
Fields Modifier and Type Field Description protected OptionType
optionType
protected java.lang.String
value
-
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
-
Constructor Summary
Constructors Constructor Description TaskOption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OptionType
getOptionType()
java.lang.String
getValue()
void
setOptionType(OptionType optionType)
void
setValue(java.lang.String value)
-
Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
-
-
-
Field Detail
-
optionType
protected OptionType optionType
-
value
protected java.lang.String value
-
-
Method Detail
-
getOptionType
public OptionType getOptionType()
-
getValue
public java.lang.String getValue()
-
setOptionType
public void setOptionType(OptionType optionType)
-
setValue
public void setValue(java.lang.String value)
-
-