Package com.seeq.model
Class DisplayTemplateInputV1
java.lang.Object
com.seeq.model.DisplayTemplateInputV1
DisplayTemplateInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondatasourceClass
(String datasourceClass) datasourceId
(String datasourceId) description
(String description) boolean
Along with the Datasource ID, the Datasource Class uniquely identifies a datasource.Along with the Datasource Class, the Datasource ID uniquely identifies a datasource.Clarifying information or other plain language description of this item.getName()
Human readable name.The ID of the workbook to which this item will be scoped.The ID of the source workstep for the display templateThe asset to swap out when loading displays based on this templateint
hashCode()
void
setDatasourceClass
(String datasourceClass) void
setDatasourceId
(String datasourceId) void
setDescription
(String description) void
void
setScopedTo
(UUID scopedTo) void
setSourceWorkstepId
(UUID sourceWorkstepId) void
setSwapSourceAssetId
(UUID swapSourceAssetId) sourceWorkstepId
(UUID sourceWorkstepId) swapSourceAssetId
(UUID swapSourceAssetId) toString()
-
Constructor Details
-
DisplayTemplateInputV1
public DisplayTemplateInputV1()
-
-
Method Details
-
datasourceClass
-
getDatasourceClass
Along with the Datasource ID, the Datasource Class uniquely identifies a datasource.- Returns:
- datasourceClass
-
setDatasourceClass
-
datasourceId
-
getDatasourceId
Along with the Datasource Class, the Datasource ID uniquely identifies a datasource.- Returns:
- datasourceId
-
setDatasourceId
-
description
-
getDescription
Clarifying information or other plain language description of this item. An input of just whitespaces is equivalent to a null input.- Returns:
- description
-
setDescription
-
name
-
getName
Human readable name. Required during creation. An input of just whitespaces is equivalent to a null input.- Returns:
- name
-
setName
-
scopedTo
-
getScopedTo
The ID of the workbook to which this item will be scoped.- Returns:
- scopedTo
-
setScopedTo
-
sourceWorkstepId
-
getSourceWorkstepId
The ID of the source workstep for the display template- Returns:
- sourceWorkstepId
-
setSourceWorkstepId
-
swapSourceAssetId
-
getSwapSourceAssetId
The asset to swap out when loading displays based on this template- Returns:
- swapSourceAssetId
-
setSwapSourceAssetId
-
equals
-
hashCode
public int hashCode() -
toString
-