Package com.morpheusdata.model
Class EnvironmentVariableType
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.EnvironmentVariableType
- All Implemented Interfaces:
IModelCodeName
-
Field Summary
Modifier and TypeFieldDescriptionprotected Account
protected Boolean
protected Boolean
protected String
protected Boolean
protected String
protected String
protected Boolean
protected Boolean
protected String
protected OptionType
protected Integer
protected String
protected Boolean
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
getName()
void
setAccount
(Account account) void
setAddPrefix
(Boolean addPrefix) void
setAddSuffix
(Boolean addSuffix) void
void
setCustomType
(Boolean customType) void
setDefaultValue
(String defaultValue) void
setEvarName
(String evarName) void
void
void
void
setOptionType
(OptionType optionType) void
setSortOrder
(Integer sortOrder) void
setValueType
(String valueType) void
setVisible
(Boolean visible) Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.morpheusdata.model.IModelCodeName
getId
-
Field Details
-
account
-
code
-
name
-
valueType
-
evarName
-
defaultValue
-
sortOrder
-
optionType
-
export
-
visible
-
customType
-
addPrefix
-
addSuffix
-
masked
-
-
Constructor Details
-
EnvironmentVariableType
public EnvironmentVariableType()
-
-
Method Details
-
getAccount
-
setAccount
-
getCode
- Specified by:
getCode
in interfaceIModelCodeName
-
setCode
-
getName
- Specified by:
getName
in interfaceIModelCodeName
-
setName
-
getValueType
-
setValueType
-
getEvarName
-
setEvarName
-
getDefaultValue
-
setDefaultValue
-
getSortOrder
-
setSortOrder
-
getOptionType
-
setOptionType
-
getExport
-
setExport
-
getVisible
-
setVisible
-
getCustomType
-
setCustomType
-
getAddPrefix
-
setAddPrefix
-
getAddSuffix
-
setAddSuffix
-
getMasked
-
setMasked
-