Class TableCell
java.lang.Object
com.caplin.motif.config.definitions.common.TableCell
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.4.0")
public class TableCell
extends Object
TableCell
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarguments(Map<String, DisplayFieldArgument> arguments) booleanArguments to be applied to the template and/or tooltip.@NotNull StringValue 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.inthashCode()putArgumentsItem(String key, DisplayFieldArgument argumentsItem) voidsetArguments(Map<String, DisplayFieldArgument> arguments) voidsetTemplate(String template) voidsetTooltip(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
-