Package com.seeq.model
Class FormulaParameterOutputV1
java.lang.Object
com.seeq.model.FormulaParameterOutputV1
FormulaParameterOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The formula that defines this parameter if it is unbound or a formula parametergetItem()
Get itemgetName()
The name of the parameter as used in the formula without the '$' prefix.Indicate the value of this parameter will be provided at runtimeint
hashCode()
item
(ItemSearchPreviewV1 item) void
setFormula
(String formula) void
setItem
(ItemSearchPreviewV1 item) void
void
setUnbound
(Boolean unbound) toString()
-
Constructor Details
-
FormulaParameterOutputV1
public FormulaParameterOutputV1()
-
-
Method Details
-
formula
-
getFormula
The formula that defines this parameter if it is unbound or a formula parameter- Returns:
- formula
-
setFormula
-
item
-
getItem
Get item- Returns:
- item
-
setItem
-
name
-
getName
The name of the parameter as used in the formula without the '$' prefix.- Returns:
- name
-
setName
-
unbound
-
getUnbound
Indicate the value of this parameter will be provided at runtime- Returns:
- unbound
-
setUnbound
-
equals
-
hashCode
public int hashCode() -
toString
-