Package com.morpheusdata.model
Class EnvironmentVariableType
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.EnvironmentVariableType
- All Implemented Interfaces:
IModelCodeName,Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Accountprotected Booleanprotected Booleanprotected Stringprotected Booleanprotected Stringprotected Stringprotected Booleanprotected Booleanprotected Stringprotected OptionTypeprotected Integerprotected Stringprotected BooleanFields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getName()voidsetAccount(Account account) voidsetAddPrefix(Boolean addPrefix) voidsetAddSuffix(Boolean addSuffix) voidvoidsetCustomType(Boolean customType) voidsetDefaultValue(String defaultValue) voidsetEvarName(String evarName) voidvoidvoidvoidsetOptionType(OptionType optionType) voidsetSortOrder(Integer sortOrder) voidsetValueType(String valueType) voidsetVisible(Boolean visible) Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getCodein interfaceIModelCodeName
-
setCode
-
getName
- Specified by:
getNamein interfaceIModelCodeName
-
setName
-
getValueType
-
setValueType
-
getEvarName
-
setEvarName
-
getDefaultValue
-
setDefaultValue
-
getSortOrder
-
setSortOrder
-
getOptionType
-
setOptionType
-
getExport
-
setExport
-
getVisible
-
setVisible
-
getCustomType
-
setCustomType
-
getAddPrefix
-
setAddPrefix
-
getAddSuffix
-
setAddSuffix
-
getMasked
-
setMasked
-