Class TableCell
java.lang.Object
com.caplin.motif.config.definitions.common.TableCell
@Generated("org.openapitools.codegen.languages.SpringCodegen")
public class TableCell
extends Object
TableCell
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionarguments
(Map<String, DisplayFieldArgument> arguments) boolean
Arguments to be applied to the template and/or tooltip.@NotNull String
Value template, can consist of multiple tokens, for which value and formatting options can be provided with field arguments.Tooltip template, can consist of multiple tokens, for which value and formatting options can be provided with field arguments.int
hashCode()
putArgumentsItem
(String key, DisplayFieldArgument argumentsItem) void
setArguments
(Map<String, DisplayFieldArgument> arguments) void
setTemplate
(String template) void
setTooltip
(String tooltip) toString()
-
Constructor Details
-
TableCell
public TableCell() -
TableCell
Constructor with only required parameters
-
-
Method Details
-
template
-
getTemplate
Value template, can consist of multiple tokens, for which value and formatting options can be provided with field arguments. Example template: {{settlementDate}} ({{tenor}})- Returns:
- template
-
setTemplate
-
tooltip
-
getTooltip
Tooltip template, can consist of multiple tokens, for which value and formatting options can be provided with field arguments. Example template: {{tooltipMessage}}- Returns:
- tooltip
-
setTooltip
-
arguments
-
putArgumentsItem
-
getArguments
Arguments to be applied to the template and/or tooltip. Keyed by replacement token without curly braces.- Returns:
- arguments
-
setArguments
-
equals
-
hashCode
public int hashCode() -
toString
-