- Author
- llturro
Definition at line 11 of file Formula.java.
◆ getFormula()
String org.turro.crm.entity.Formula.getFormula |
( |
| ) |
|
◆ getId()
long org.turro.crm.entity.Formula.getId |
( |
| ) |
|
◆ getName()
String org.turro.crm.entity.Formula.getName |
( |
| ) |
|
◆ getType()
◆ isValid()
boolean org.turro.crm.entity.Formula.isValid |
( |
| ) |
|
Definition at line 58 of file Formula.java.
59 return !Strings.isBlank(name) && !Strings.isBlank(formula);
◆ setFormula()
void org.turro.crm.entity.Formula.setFormula |
( |
String |
formula | ) |
|
Definition at line 28 of file Formula.java.
29 this.formula = formula;
◆ setId()
void org.turro.crm.entity.Formula.setId |
( |
long |
id | ) |
|
◆ setName()
void org.turro.crm.entity.Formula.setName |
( |
String |
name | ) |
|
◆ setType()
void org.turro.crm.entity.Formula.setType |
( |
FormulaType |
type | ) |
|
The documentation for this class was generated from the following file: