Package com.morpheusdata.model
Class Dashboard
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.Dashboard
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Accountprotected Stringprotected Stringprotected Stringprotected List<DashboardItem>protected Dateprotected Booleanprotected Stringprotected Booleanprotected Dateprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Userprotected StringFields inherited from class com.morpheusdata.model.MorpheusModelconfig, id
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetCode()getName()getTitle()getUser()getUuid()voidsetAccount(Account account) voidsetCategory(String category) voidvoidsetDashboardId(String dashboardId) voidsetDashboardItems(List<DashboardItem> dashboardItems) voidsetDateCreated(Date dateCreated) voidsetDefaultDashboard(Boolean defaultDashboard) voidsetDescription(String description) voidsetEnabled(Boolean enabled) voidsetLastUpdated(Date lastUpdated) voidvoidsetScriptPath(String scriptPath) voidsetSourceType(String sourceType) voidsetTemplatePath(String templatePath) voidvoidvoidMethods inherited from class com.morpheusdata.model.MorpheusModelgetConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
- 
Field Details- 
account
- 
user
- 
uuid
- 
name
- 
dashboardId
- 
code
- 
category
- 
title
- 
description
- 
defaultDashboard
- 
enabled
- 
sourceType
- 
scriptPath
- 
templatePath
- 
dateCreated
- 
lastUpdated
- 
dashboardItems
 
- 
- 
Constructor Details- 
Dashboardpublic Dashboard()
 
- 
- 
Method Details- 
getAccount
- 
setAccount
- 
getUser
- 
setUser
- 
getUuid
- 
setUuid
- 
getDashboardId
- 
setDashboardId
- 
getName
- 
setName
- 
getCode
- 
setCode
- 
getCategory
- 
setCategory
- 
getTitle
- 
setTitle
- 
getDescription
- 
setDescription
- 
getDefaultDashboard
- 
setDefaultDashboard
- 
getEnabled
- 
setEnabled
- 
getSourceType
- 
setSourceType
- 
getScriptPath
- 
setScriptPath
- 
getTemplatePath
- 
setTemplatePath
- 
getDateCreated
- 
setDateCreated
- 
getLastUpdated
- 
setLastUpdated
- 
getDashboardItems
- 
setDashboardItems
 
-