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 |
findByFieldBO(BusinessObject fieldBO)
Deprecated.
use
findByFieldSE(com.imc.datamodel.SemanticEntity) instead |
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.@Deprecated public GroovyField findByFieldBO(BusinessObject fieldBO)
findByFieldSE(com.imc.datamodel.SemanticEntity)
insteadfieldBO
- as BusinessObject the business object of the field.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