Package com.morpheusdata.model
Class Dashboard
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.Dashboard
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier 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.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier 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.MorpheusModel
getConfig, 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
-
Dashboard
public 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
-