Package com.morpheusdata.model
Class ReportType
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.ReportType
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Booleanprotected Stringprotected List<OptionType>protected Booleanprotected Booleanprotected BooleanFields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetCategory(String category) voidsetDescription(String description) voidsetMasterOnly(Boolean masterOnly) voidvoidsetOptionTypes(List<OptionType> optionTypes) voidsetOwnerOnly(Boolean ownerOnly) voidsetSupportsAllZoneTypes(Boolean supportsAllZoneTypes) 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, setId
-
Field Details
-
name
-
description
-
optionTypes
-
category
-
visible
-
masterOnly
-
supportsAllZoneTypes
-
ownerOnly
-
-
Constructor Details
-
ReportType
public ReportType()
-
-
Method Details
-
getDescription
-
setDescription
-
getName
-
setName
-
getOptionTypes
-
setOptionTypes
-
getCategory
-
setCategory
-
getVisible
-
setVisible
-
getMasterOnly
-
setMasterOnly
-
getSupportsAllZoneTypes
-
setSupportsAllZoneTypes
-
getOwnerOnly
-
setOwnerOnly
-