Package com.morpheusdata.model
Class WorkspaceType
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.WorkspaceType
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected List<OptionTypeFieldGroup>
protected List<OptionType>
protected String
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
getName()
getUuid()
void
void
setDescription
(String description) void
void
setOptionTypeFieldGroups
(List<OptionTypeFieldGroup> optionTypeFieldGroups) void
setOptionTypes
(List<OptionType> optionTypes) 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
-
code
-
name
-
description
-
uuid
-
optionTypes
-
optionTypeFieldGroups
-
-
Constructor Details
-
WorkspaceType
public WorkspaceType()
-
-
Method Details
-
getCode
-
setCode
-
getName
-
setName
-
getDescription
-
setDescription
-
getUuid
-
setUuid
-
getOptionTypes
-
setOptionTypes
-
getOptionTypeFieldGroups
-
setOptionTypeFieldGroups
-