Package com.seeq.model
Class FormulaDocExampleInputV1
java.lang.Object
com.seeq.model.FormulaDocExampleInputV1
The list of examples for a documentation page in Seeq Formula.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
The description to display for the example.The Formula body of the example.int
hashCode()
void
setDescription
(String description) void
setFormula
(String formula) toString()
-
Constructor Details
-
FormulaDocExampleInputV1
public FormulaDocExampleInputV1()
-
-
Method Details
-
description
-
getDescription
The description to display for the example.- Returns:
- description
-
setDescription
-
formula
-
getFormula
The Formula body of the example.- Returns:
- formula
-
setFormula
-
equals
-
hashCode
public int hashCode() -
toString
-