Package com.seeq.model
Class ReportTemplateInputV1
java.lang.Object
com.seeq.model.ReportTemplateInputV1
ReportTemplateInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
The description of the templateThe id of the folder to place the new report template into.The actual html template for the report templategetName()
The name of the templateint
hashCode()
htmlTemplate
(String htmlTemplate) void
setDescription
(String description) void
setFolderId
(String folderId) void
setHtmlTemplate
(String htmlTemplate) void
toString()
-
Constructor Details
-
ReportTemplateInputV1
public ReportTemplateInputV1()
-
-
Method Details
-
description
-
getDescription
The description of the template- Returns:
- description
-
setDescription
-
folderId
-
getFolderId
The id of the folder to place the new report template into. Special values of 'mine' or 'corporate' to place the item in the authenticated user's home folder or the corporate folder, respectively. If null, the workbook will be created in the authenticated user's home folder.- Returns:
- folderId
-
setFolderId
-
htmlTemplate
-
getHtmlTemplate
The actual html template for the report template- Returns:
- htmlTemplate
-
setHtmlTemplate
-
name
-
getName
The name of the template- Returns:
- name
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-