Package com.morpheusdata.model
Class OptionTypeForm
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.OptionTypeForm
- All Implemented Interfaces:
IModelCodeName
,IModelUuidCodeName
-
Field Summary
Modifier and TypeFieldDescriptionprotected Account
protected String
protected String
protected String
protected Boolean
protected List<OptionTypeFieldGroup>
protected Boolean
protected String
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
setAccount
(Account account) void
void
setContext
(String context) void
setDescription
(String description) void
setEnabled
(Boolean enabled) void
setFieldGroups
(List<OptionTypeFieldGroup> fieldGroups) void
void
void
setOptions
(List<OptionType> options) void
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
-
name
-
code
-
uuid
-
description
-
options
-
fieldGroups
-
enabled
-
context
-
locked
-
-
Constructor Details
-
OptionTypeForm
public OptionTypeForm()
-
-
Method Details
-
getAccount
-
setAccount
-
getName
- Specified by:
getName
in interfaceIModelCodeName
-
setName
-
getCode
- Specified by:
getCode
in interfaceIModelCodeName
-
setCode
-
getUuid
- Specified by:
getUuid
in interfaceIModelUuidCodeName
-
setUuid
-
getDescription
-
setDescription
-
getOptions
-
setOptions
-
getFieldGroups
-
setFieldGroups
-
getEnabled
-
setEnabled
-
getContext
-
setContext
-
getLocked
-
setLocked
-