Package com.morpheusdata.model
Class OptionTypeForm
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.OptionTypeForm
- All Implemented Interfaces:
IModelCodeName,IModelUuidCodeName,Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Accountprotected Stringprotected Stringprotected Stringprotected Booleanprotected List<OptionTypeFieldGroup>protected Booleanprotected Stringprotected List<OptionType>protected StringFields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getName()getUuid()voidsetAccount(Account account) voidvoidsetContext(String context) voidsetDescription(String description) voidsetEnabled(Boolean enabled) voidsetFieldGroups(List<OptionTypeFieldGroup> fieldGroups) voidvoidvoidsetOptions(List<OptionType> options) voidMethods 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
-
name
-
code
-
uuid
-
description
-
options
-
fieldGroups
-
enabled
-
context
-
locked
-
-
Constructor Details
-
OptionTypeForm
public OptionTypeForm()
-
-
Method Details
-
getAccount
-
setAccount
-
getName
- Specified by:
getNamein interfaceIModelCodeName
-
setName
-
getCode
- Specified by:
getCodein interfaceIModelCodeName
-
setCode
-
getUuid
- Specified by:
getUuidin interfaceIModelUuidCodeName
-
setUuid
-
getDescription
-
setDescription
-
getOptions
-
setOptions
-
getFieldGroups
-
setFieldGroups
-
getEnabled
-
setEnabled
-
getContext
-
setContext
-
getLocked
-
setLocked
-