Class GroovyRecord

java.lang.Object
com.imc.iss.groovy.model.GroovyRecord

public class GroovyRecord extends Object
A POJO which represents the table row.
  • Constructor Details

    • GroovyRecord

      public GroovyRecord()
      To instantiate the GroovyRecord
  • Method Details

    • add

      public void add(GroovyField field)
      To add GroovyField to the row.
    • findByFieldSE

      public GroovyField findByFieldSE(SemanticEntity fieldSE)
      To find a field by Semantic Entity.
      Parameters:
      fieldSE - as SemanticEntity the semantic entity of the field.
      Returns:
      the target field as GroovyField.
    • getFields

      public List<GroovyField> getFields()
      Returns:
      the fields as List<GroovyField>
    • setGroovyFields

      public void setGroovyFields(List<GroovyField> fields)
      Parameters:
      fields - as List<GroovyField> the fields to set