Package com.seeq.model
Class AddOnToolInputV1
java.lang.Object
com.seeq.model.AddOnToolInputV1
AddOnToolInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
Clarifying information or other plain language description of this item.The icon class to be displayed for the Add-on Tool (e.g.Whether this item is in Development Mode, meaning that it is not allowed to be shared with any other users.Add-on Tool link type.getName()
Human readable name.Whether the window is reused if already opened.Determines the order in which Add-on Tools are displayed in the tool panelURL of the target applicationDisplay characteristics used when 'linkType' is set to 'window'.int
hashCode()
inDevelopment
(Boolean inDevelopment) reuseWindow
(Boolean reuseWindow) void
setDescription
(String description) void
setIconClass
(String iconClass) void
setInDevelopment
(Boolean inDevelopment) void
setLinkType
(String linkType) void
void
setReuseWindow
(Boolean reuseWindow) void
setSortKey
(String sortKey) void
setTargetUrl
(String targetUrl) void
setWindowDetails
(String windowDetails) toString()
windowDetails
(String windowDetails)
-
Constructor Details
-
AddOnToolInputV1
public AddOnToolInputV1()
-
-
Method Details
-
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
-
iconClass
-
getIconClass
The icon class to be displayed for the Add-on Tool (e.g. 'fa fa-magic')- Returns:
- iconClass
-
setIconClass
-
inDevelopment
-
getInDevelopment
Whether this item is in Development Mode, meaning that it is not allowed to be shared with any other users. Non-administrators may only install Add-on Tools in Development Mode. This property may not be altered after creation. Defaults to false.- Returns:
- inDevelopment
-
setInDevelopment
-
linkType
-
getLinkType
Add-on Tool link type. Can be one of 'window', 'tab' or 'none'. When not specified it defaults to 'window'- Returns:
- linkType
-
setLinkType
-
name
-
getName
Human readable name. Required during creation. An input of just whitespaces is equivalent to a null input.- Returns:
- name
-
setName
-
reuseWindow
-
getReuseWindow
Whether the window is reused if already opened. Only used when 'linkType' is set to 'window'. Defaults to false.- Returns:
- reuseWindow
-
setReuseWindow
-
sortKey
-
getSortKey
Determines the order in which Add-on Tools are displayed in the tool panel- Returns:
- sortKey
-
setSortKey
-
targetUrl
-
getTargetUrl
URL of the target application- Returns:
- targetUrl
-
setTargetUrl
-
windowDetails
-
getWindowDetails
Display characteristics used when 'linkType' is set to 'window'.- Returns:
- windowDetails
-
setWindowDetails
-
equals
-
hashCode
public int hashCode() -
toString
-