Package com.imc.iss.groovy.model
Class GroovyRecord
java.lang.Object
com.imc.iss.groovy.model.GroovyRecord
A POJO which represents the table row.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(GroovyField field) To addGroovyFieldto the row.findByFieldSE(SemanticEntity fieldSE) To find a field by Semantic Entity.voidsetGroovyFields(List<GroovyField> fields)
-
Constructor Details
-
GroovyRecord
public GroovyRecord()To instantiate the GroovyRecord
-
-
Method Details
-
add
To addGroovyFieldto the row. -
findByFieldSE
To find a field by Semantic Entity.- Parameters:
fieldSE- as SemanticEntity the semantic entity of the field.- Returns:
- the target field as GroovyField.
-
getFields
- Returns:
- the fields as List<GroovyField>
-
setGroovyFields
- Parameters:
fields- as List<GroovyField> the fields to set
-