Package com.morpheusdata.model
Class Dashboard
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.Dashboard
-
Field Summary
Modifier and TypeFieldDescriptionprotected Account
protected String
protected String
protected String
protected List<DashboardItem>
protected Date
protected Boolean
protected String
protected Boolean
protected Date
protected String
protected String
protected String
protected String
protected String
protected User
protected String
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
getName()
getTitle()
getUser()
getUuid()
void
setAccount
(Account account) void
setCategory
(String category) void
void
setDashboardId
(String dashboardId) void
setDashboardItems
(List<DashboardItem> dashboardItems) void
setDateCreated
(Date dateCreated) void
setDefaultDashboard
(Boolean defaultDashboard) void
setDescription
(String description) void
setEnabled
(Boolean enabled) void
setLastUpdated
(Date lastUpdated) void
void
setScriptPath
(String scriptPath) void
setSourceType
(String sourceType) void
setTemplatePath
(String templatePath) void
void
void
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
-
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
-