public class GroovyRecord extends Object
Constructor and Description |
---|
GroovyRecord()
To instantiate the GroovyRecord
|
Modifier and Type | Method and Description |
---|---|
void |
add(GroovyField field)
To add
GroovyField to the row. |
GroovyField |
findByFieldSE(SemanticEntity fieldSE)
To find a field by Semantic Entity.
|
List<GroovyField> |
getFields() |
void |
setGroovyFields(List<GroovyField> fields) |
public void add(GroovyField field)
GroovyField
to the row.public GroovyField findByFieldSE(SemanticEntity fieldSE)
fieldSE
- as SemanticEntity the semantic entity of the field.public List<GroovyField> getFields()
public void setGroovyFields(List<GroovyField> fields)
fields
- as List<GroovyField> the fields to set